# reNFT Contracts' Addresses

reNFT is chain agnostic. As such, we have contracts on a number of chains, we are using famous cats' names to refer to each one of our contracts.

| Codename     | Formal Name               | Contract Address                                                                                                                                                                                                                                                                                                                                                         |
| ------------ | ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Azrael       | EVM Collateral V0         | <p>Ethereum:</p><p> <a href="https://etherscan.io/address/0x94D8f036a0fbC216Bb532D33bDF6564157Af0cD7"><code>0x94D8f036a0fbC216Bb532D33bDF6564157Af0cD7</code></a></p>                                                                                                                                                                                                    |
| Sylvester v0 | EVM Collateral-Free V0    | <p>Goerli:</p><p><a href="https://goerli.etherscan.io/address/0xede9a15388ccd972dffbd7c3f5504345703b63b2#code"><code>0xEDe9A15388CCd972DffBD7C3F5504345703b63b2</code></a></p><p></p><p>Ethereum:</p><p><a href="https://etherscan.io/address/0xa8D3F65b6E2922fED1430b77aC2b557e1fa8DA4a"><code>0xa8D3F65b6E2922fED1430b77aC2b557e1fa8DA4a</code></a></p>                |
| Sylvester v1 | EVM Collateral-Free V1    | <p>Polygon:</p><p><br><a href="https://polygonscan.com/address/0x4e52b73aa28b7ff84d88ea3a90c0668f46043450"><code>0x4e52b73aa28b7ff84d88ea3a90c0668f46043450</code></a></p>                                                                                                                                                                                               |
| Whoopi       | EVM Reward Share (custom) | <p>Avalanche Fuji:</p><p><br><a href="https://testnet.snowtrace.io/address/0x42816fa3cb0adc3fcaded3109323c0bc19215084"><code>0x42816FA3cB0aDc3fcAdED3109323c0Bc19215084</code></a><br><br>Avalanche C-Chain:</p><p><br><a href="https://snowtrace.io/address/0x6ee495eced3a0255057667ff2685e53f54a19a65"><code>0x6Ee495ecEd3A0255057667FF2685e53f54A19A65</code></a></p> |

Resolver contracts (they map token index to contract address). We have a need for this contract, in order to tightly pack lending details into a single storage slot.

| Resolver of | Version                                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| ----------- | ------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Azrael      | 0                                                | <p>Ethereum:</p><p><br><a href="https://etherscan.io/address/0x945e589a4715d1915e6fe14f08e4887bc4019341"><code>0x945e589a4715d1915e6fe14f08e4887bc4019341</code></a></p>                                                                                                                                                                                                                                                                                                                                                                                  |
| Sylvester   | <p>Ethereum: 0</p><p>Goerli: 0<br>Polygon: 1</p> | <p>Ethereum (same as azrael):</p><p><br><a href="https://etherscan.io/address/0x945e589a4715d1915e6fe14f08e4887bc4019341"><code>0x945e589a4715d1915e6fe14f08e4887bc4019341</code></a><br></p><p>Goerli:</p><p><a href="https://goerli.etherscan.io/address/0xf8834327e7f3f5103954e477a32dc742a6518a9c"><code>0xF8834327e7f3f5103954E477A32dC742A6518A9C</code></a></p><p><br>Polygon:</p><p><br><a href="https://polygonscan.com/address/0x3ddc85bb768a11b0125f4ee71cfea54e54653366#code"><code>0x3ddc85bb768a11b0125f4ee71cfea54e54653366</code></a></p> |
| Whoopi      | 0                                                | <p>Avalanche Fuji:</p><p><br><a href="https://testnet.snowtrace.io/address/0x23f7f8b03baf01d5124255fe240e81bbbd3aec0d#code"><code>0x23F7F8B03BAF01D5124255fE240E81BbBd3AEc0D</code></a><br><br>Avalanche C-Chain:</p><p><br><a href="https://snowtrace.io/address/0xebfd584aac21dfeff02c3d4f308b0962610a028a#code"><code>0xEBFd584AAC21dfEFF02c3d4f308B0962610a028A</code></a></p>                                                                                                                                                                        |


---

# 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://docs.renft.io/developers/renft-contracts-addresses.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.
