# Contract Deployments Registry

## Ethereum Mainnet

### Core Protocol

TimelockController (protocol owner): `0x20Fd25c19964acE1971682D0Ed4E2aD719dD014f`

CozySafetyModuleManager: `0x4f993ab56e71b4bf7f784ce5c4ead11ef08d7759`

CozyRewardsManager: `0x425640a11f1a3f541eb985b89fc45da3a37d28df`

SafetyModuleFactory: `0x97d2510f057d261528dab86e0ef8d5881f8c3843`

RewardsManagerFactory: `0x8e6b294d9e342179c1556612e7a04048ae74e5c2`

SafetyModule logic: `0x527d9a8c6fc52480be66d683011c250331e34e5e`

RewardsManager logic: `0x6f4b2b57f7c7bf7e263f8be1b0c5cb85e9205bc0`

StkReceiptToken: `0x2f3e76428b1c307ae41bbd270726cee9a3cc7a8d`

ReceiptToken: `0xa3919739bf446e8b873b74f5a4e0fcfd4494567d`

ReceiptTokenFactory: `0x7b83a82681e895dd19075f4adff05339dfd97051`

CozyRouter: `0x640c73692320ed0758a9838bb17298ee38920726`

### Controller Factories

OwnableControllerFactory: `0x7d8514219Fb7b2b2119b46C1d57Ca5bc0BF5836E`

UMAControllerFactory: `0xe6e40ad4815097ba3d92b6a67ee747750c323e08`

### Raise Strategies

BasicRaiseStrategy: `0x415da7d703c336AAF82e7D9BD44f17EFf9Ec3d13`

### Model Factories

DripModelConstantFactory: `0x91ce3417da8f3b6fe78a6dd400ba308212bb7fba`

DripModelExponentialFactory: `0x6d158877f368da51629c2121f6fe6a447dea14a3`

### Metadata Registry

MetadataRegistry: `0x53ab303ef6f06694580e3351f12b76361e2fa6bd`

### Euler Vault Integration Contracts

CozyLiquidatorManager: `0xa97F85150693b5DccDb29650bcf78aDC75C96ddE`

CozyLiquidator logic: `0x3B8B3977c432ed00045E7c582d1d71C3999707A7`

CozyLiquidatorFactory: `0x1b2e4ac452c386877dE921dcb30Df75D6a5499b7`

CozyLiquidationHandler: `0x22893aB491Bed3827bcBEFCf5dCd68492227d56d`

EulerTrancheRaiseStrategy: `0xf68406D6Cd41a5a3C5c4b9F0aDd41A3e789C138c`


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://csm-docs.cozy.finance/developer-guides/contract-deployments-registry.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
