> For the complete documentation index, see [llms.txt](https://tectonic.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tectonic.gitbook.io/docs/developer/smart-contracts-and-security.md).

# Smart Contracts & Security

### Tectonic Smart Contracts

* **TectonicCore -** [`0x7De56Bd8b37827c51835e162c867848fE2403a48`](https://cronoscan.com/address/0x7De56Bd8b37827c51835e162c867848fE2403a48)
* **TectonicSocket (Main Pool) -**[`0xb3831584acb95ed9ccb0c11f677b5ad01deaEc0`](https://cronoscan.com/address/0xb3831584acb95ed9ccb0c11f677b5ad01deaeec0)
* **TectonicSocket (Veno Pool) -** [`0x7E0067CEf1e7558daFbaB3B1F8F6Fa75Ff64725f`](https://cronoscan.com/address/0x7E0067CEf1e7558daFbaB3B1F8F6Fa75Ff64725f)
* **TectonicSocket (DeFi Pool) -** [`0x8312A8d5d1deC499D00eb28e1a2723b13aA53C1e`](https://cronoscan.com/address/0x8312a8d5d1dec499d00eb28e1a2723b13aa53c1e)

### TONIC Token Smart Contract

* **TONIC CRC20 -** [`0xDD73dEa10ABC2Bff99c60882EC5b2B81Bb1Dc5B2`](https://cronoscan.com/token/0xdd73dea10abc2bff99c60882ec5b2b81bb1dc5b2)
* **Timelock Team Vesting Contract** - [`0x59810fC37773872c443C63cEDaA84b96d6dA52ec`](https://cronoscan.com/address/0x59810fc37773872c443c63cedaa84b96d6da52ec#readContract) &#x20;

### TONIC Airdrop Smart Contract

* **TONIC Airdropper -** [`0xe5bFB76DF87b8D18e4cF68E82ec7cb7B11f4a155`](https://cronoscan.com/address/0xe5bFB76DF87b8D18e4cF68E82ec7cb7B11f4a155)

### TONIC Staking Smart Contracts

* **Tectonic Staking Pool -** [`0xE165132FdA537FA89Ca1B52A647240c2B84c8F89`](https://cronoscan.com/address/0xE165132FdA537FA89Ca1B52A647240c2B84c8F89)
* **xTONIC CRC20 Smart Contract -** [`0x1Bc9B7D4bE47b76965a3F8e910B9DDD83150840f`](https://cronoscan.com/address/0x1Bc9B7D4bE47b76965a3F8e910B9DDD83150840f)

### TONIC Boost Smart Contracts

* **Boost Smart Contract -** [`0x788512ec1eC02AD9b376dc6ea777798565791C29`](https://cronoscan.com/address/0x788512ec1ec02ad9b376dc6ea777798565791c29#readProxyContract)

### TONIC Vault Smart Contract

* **TONIC Vault Smart Contract -** [`0xff9361dFF9F485f563B6e947B4ADc51F9190a2c8`](https://cronoscan.com/address/0xff9361dFF9F485f563B6e947B4ADc51F9190a2c8)

### Leverage Management Tools Smart Contract

* **Deferred Liquidity Checks Smart Contract -** [`0x7eD3C11FA9aCF7f5e34dcA571e5058C2a75401F5`](https://cronoscan.com/address/0x7ed3c11fa9acf7f5e34dca571e5058c2a75401f5)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://tectonic.gitbook.io/docs/developer/smart-contracts-and-security.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
