# Smart Contracts

<table><thead><tr><th width="164">Name</th><th width="186">Address</th><th width="264">Remarks</th><th>Cronoscan Link</th></tr></thead><tbody><tr><td>Blocklist</td><td><code>0x19386a818a7264376CFf6FfE235990e4D0fBAAE1</code></td><td>Contract that contains protected domains</td><td><a href="https://cronoscan.com/address/0x19386a818a7264376CFf6FfE235990e4D0fBAAE1">Link</a></td></tr><tr><td>CROIDRegistry</td><td><code>0x7F4C61116729d5b27E5f180062Fdfbf32E9283E5</code></td><td>Domain registry that stores domain registrant and resolver by node hash</td><td><a href="https://cronoscan.com/address/0x7F4C61116729d5b27E5f180062Fdfbf32E9283E5">Link</a></td></tr><tr><td>CROIDRoot</td><td><code>0xC9518AF576d13c0121DD5d160c3E87AB8f3E6944</code></td><td>Contract that manages top level domain names like .cro</td><td><a href="https://cronoscan.com/address/0xC9518AF576d13c0121DD5d160c3E87AB8f3E6944">Link</a></td></tr><tr><td>CROIDStablePriceOracle</td><td><code>0xc194BF150f458d6f04C135c9bA1FF0e4d10A6D61</code></td><td>Price oracle adaptor for $CROID/USD price pair</td><td><a href="https://cronoscan.com/address/0xc194BF150f458d6f04C135c9bA1FF0e4d10A6D61">Link</a></td></tr><tr><td>CROIDVault</td><td><code>0xb676b77ba1401D8B7e6e9D69081eDd203F3fC1cC</code></td><td>Staking vault contract for all pools</td><td><a href="https://cronoscan.com/address/0xb676b77ba1401D8B7e6e9D69081eDd203F3fC1cC">Link</a></td></tr><tr><td>CRORegistrar</td><td><code>0xf884647Dfa84696d9373F36eE413CCc48093F924</code></td><td>CRC-721 NFT contract, the owner of the .cro top level domain name</td><td><a href="https://cronoscan.com/address/0xf884647Dfa84696d9373F36eE413CCc48093F924">Link</a></td></tr><tr><td>CRORegistrarController</td><td><code>0x0cb56F1c023B7BA29ddd7B9e30283EE3DE2187D7</code></td><td>Controller contract to register .cro domain names with $CRO</td><td><a href="https://cronoscan.com/address/0x0cb56F1c023B7BA29ddd7B9e30283EE3DE2187D7">Link</a></td></tr><tr><td>CRORegistrarTokenController</td><td><code>0x85667Fc746a388f47518996B0724d1Ff2505D716</code></td><td>Controller contract to register .cro domain names with $CROID</td><td><a href="https://cronoscan.com/address/0x85667Fc746a388f47518996B0724d1Ff2505D716">Link</a></td></tr><tr><td>CROStablePriceOracle</td><td><code>0x905F5280Fc0B64FD1D3B0179F728BFB901426e5B</code></td><td>Price oracle adaptor for $CRO/USD price pair</td><td><a href="https://cronoscan.com/address/0x905F5280Fc0B64FD1D3B0179F728BFB901426e5B">Link</a></td></tr><tr><td>PublicResolver</td><td><code>0xDe2d3458424683B0a29d056db819a2A6b99C5bfD</code></td><td>Resolver contract that stores all resolving records set by users</td><td><a href="https://cronoscan.com/address/0xDe2d3458424683B0a29d056db819a2A6b99C5bfD">Link</a></td></tr><tr><td>RevenueDistributor</td><td><code>0x67F2Bf6b579820DE54Dc51270a8811482feD6Cf1</code></td><td>Contract that receives revenues from controller contracts and distributes according to rules set</td><td><a href="https://cronoscan.com/address/0x67F2Bf6b579820DE54Dc51270a8811482feD6Cf1">Link</a></td></tr><tr><td>ReverseRegistrar</td><td><code>0x82b28e5A2444d22Af36E1BB40CfD1B3E155D9486</code></td><td>Helper contract for reverse resolving addresses to names</td><td><a href="https://cronoscan.com/address/0x82b28e5A2444d22Af36E1BB40CfD1B3E155D9486">Link</a></td></tr><tr><td>TeamVesting</td><td><code>0x6d96830015F191a8a01D418195590AF2e86a813A</code></td><td>Vesting contract of the Cronos ID team</td><td><a href="https://cronoscan.com/address/0x6d96830015F191a8a01D418195590AF2e86a813A">Link</a></td></tr><tr><td>TokenDistributor</td><td><code>0xA79Eee7a9aF3790545Bf45B2F8b448423771393c</code></td><td>Contract that distributes incentive share of staking to staking vault contract</td><td><a href="https://cronoscan.com/address/0xA79Eee7a9aF3790545Bf45B2F8b448423771393c">Link</a></td></tr></tbody></table>


---

# 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.cronosid.xyz/fundamentals/smart-contracts.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.
