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

# Smart contracts

> On-chain addresses for the IX RWA protocol, with explorer links for independent verification.

All IX RWA contracts are public and verifiable on-chain. This page lists canonical addresses; per-asset contracts are additionally discoverable through the on-chain registry surfaced on the [Transparency](/protocol/transparency-and-nav) page.

<Note>
  **Network:** BNB Smart Chain **testnet** (chain id 97). These are testnet addresses. Mainnet addresses are published here at launch, after the third-party audit — see the [roadmap](/why-ix-rwa#roadmap).
</Note>

## Core

| Contract            | Address                                                                                                                      |
| ------------------- | ---------------------------------------------------------------------------------------------------------------------------- |
| IXD ownership token | [`0xabD5EA3E1651F83EaC06e076196F7fa859Cd1F6A`](https://testnet.bscscan.com/token/0xabD5EA3E1651F83EaC06e076196F7fa859Cd1F6A) |

## Per-asset contracts

Each onboarded asset has its own `InvestmentManager` and `DistributionManager`, deployed by the factory. Their addresses are recorded on-chain and linked from each asset's page and from the [Transparency](/protocol/transparency-and-nav) registry, so you can confirm exactly which contract a given asset uses before investing.

<Steps>
  <Step title="Open Transparency">
    Go to [testnet.ixrwa.capital/transparency](https://testnet.ixrwa.capital/transparency).
  </Step>

  <Step title="Select an asset">
    Each asset links its investment and distribution contracts on the block explorer.
  </Step>

  <Step title="Verify on-chain">
    Use the explorer's read functions (and **Read as Proxy** for upgradeable contracts) to confirm parameters directly.
  </Step>
</Steps>

<Warning>
  Always verify addresses against this page and the in-app registry. IX RWA will never ask you to send funds to an address shared over DM, email, or social media. See [Official domains](/resources/official-domains).
</Warning>
