# Smart Contracts

### Here are the key smart contracts Mainnet(Ethereum) used in the Obelisk protocol, along with their addresses:

1. **Obelisk Contract for Core Network**:
   * **Address**: 0xe423B99aF103C4423CE9EdF37D4790e9ab1cD999
2. **Secure Mint Contract**: oBTC secure minting
   * **Address**: 0xa57dC79B2852415448B66100bF59753318F9d25F
3. **StrategyManager** **Contract**: strategy management
   * **Address**: 0x995f4e4C75D6eb1764557299933a4e633c8d5E38
4. **StrategyBBN Contract:** babylon staking strategy
   * **Address:** 0x174799aF838f3883e88161f04011E2a316BfC410
5. **Timelock Contract:**
   * **Address:** 0xe4c555c2aa8F7FDB7Baf90039b3A583c8E312f20

<table><thead><tr><th>oBTC Contract Supported Networks</th><th>Contract Address</th><th data-hidden></th><th data-hidden></th></tr></thead><tbody><tr><td><strong>Mode Network</strong></td><td>0xe3C0FF176eF92FC225096C6d1788cCB818808b35</td><td></td><td></td></tr><tr><td><strong>Taiko Network</strong></td><td>0xe3C0FF176eF92FC225096C6d1788cCB818808b35</td><td></td><td></td></tr><tr><td><strong>exSat Network</strong></td><td>0xe3C0FF176eF92FC225096C6d1788cCB818808b35</td><td></td><td></td></tr><tr><td><strong>CoreDAO Network</strong></td><td>0x000734cf9e469bad78c8ec1b0deed83d0a03c1f8</td><td></td><td></td></tr><tr><td><strong>Ethereum Network</strong></td><td>0xB1e12802831Da99D2d47b6a55049D69bf7De0e3C</td><td></td><td></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-obelisk.nodedao.com/developer-resources/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.
