> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tori.finance/llms.txt
> Use this file to discover all available pages before exploring further.

# Contract Addresses

> Verified smart contract addresses for Tori Finance

<Warning>
  Always verify contract addresses before interacting. Only use the official addresses listed on this page.
</Warning>

## Multi-Chain Architecture

trUSD and strUSD will support native multi-chain transfers via **Chainlink CCIP** using the **Cross-Chain Token (CCT)** standard. Ethereum Mainnet is the primary chain and will hold the canonical token behind a Lock & Release CCIP token pool; each additional chain will use a Burn & Mint token pool.

## Ethereum Mainnet (Primary)

### Core

| Contract                        | Address                                                                                                                 | Verified |
| ------------------------------- | ----------------------------------------------------------------------------------------------------------------------- | -------- |
| **trUSD**                       | [`0xd0580192E98eA6CEB9c7b6191Ed2E27560911697`](https://etherscan.io/address/0xd0580192E98eA6CEB9c7b6191Ed2E27560911697) | ✓        |
| **strUSD (Staked trUSD)**       | [`0x280839980a7eD0D7717F64125fE241012E5F5815`](https://etherscan.io/address/0x280839980a7eD0D7717F64125fE241012E5F5815) | ✓        |
| **Minting**                     | [`0xe16b821B9F6B0a6f06a2C4a61D5d1f71cFa53F1E`](https://etherscan.io/address/0xe16b821B9F6B0a6f06a2C4a61D5d1f71cFa53F1E) | ✓        |
| **Staking Rewards Distributor** | [`0xa0C49fFa4B7941830235cde974d9B2a8420CD375`](https://etherscan.io/address/0xa0C49fFa4B7941830235cde974d9B2a8420CD375) | ✓        |
| **trUSD Silo**                  | [`0xF7c0d8853E69DCD37ee7599c6280d2632F3360B4`](https://etherscan.io/address/0xF7c0d8853E69DCD37ee7599c6280d2632F3360B4) | ✓        |
| **Timelock**                    | [`0x7af35ab3E5373dA511c5F1331f44335a36dA1A55`](https://etherscan.io/address/0x7af35ab3E5373dA511c5F1331f44335a36dA1A55) | ✓        |

## Other Chains

Additional chain deployments will be listed here as they become available.

| Chain                | Status  | Contracts |
| -------------------- | ------- | --------- |
| **Ethereum Mainnet** | Primary | See above |
| **Other EVM chains** | Planned | TBA       |

## Contract Standards

| Token      | Standard | Features                                                          |
| ---------- | -------- | ----------------------------------------------------------------- |
| **trUSD**  | ERC-20   | Upgradeable proxy; cross-chain transfers via Chainlink CCIP (CCT) |
| **strUSD** | ERC-20   | Upgradeable proxy; cross-chain transfers via Chainlink CCIP (CCT) |

## Verification

All contracts are:

* **Audited** by tier-1 firms
* **Verified** on block explorers (Etherscan, etc.)
* **Open source** - source code matches deployed bytecode

## Security Best Practices

<CardGroup cols={2}>
  <Card title="Use Official App" icon="browser">
    Only interact through [app.tori.finance](https://app.tori.finance)
  </Card>

  <Card title="Verify Addresses" icon="magnifying-glass">
    Always check addresses match this page
  </Card>

  <Card title="Don't Send Directly" icon="ban">
    Never send tokens directly to contracts
  </Card>

  <Card title="Report Issues" icon="flag">
    Report suspicious activity to [security@tori.finance](mailto:security@tori.finance)
  </Card>
</CardGroup>

## Updates

Contract addresses will not change without prior notice. Any protocol upgrades will be announced through official channels:

* [Twitter/X](https://x.com/tori_finance)
* Official documentation (this site)

***

**Questions?** Join our [Discord](https://discord.gg/torifinance) for support and community discussion.
