> For the complete documentation index, see [llms.txt](https://docs.brix.money/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.brix.money/resources/contracts.md).

# Contracts

## Ethereum

#### iTRY

iTRY token contract (ERC‑20).

0xb492B4aFD9658093694CF9452D5C272e8230F3B0

#### iTRY Issuer

Minting and issuance controller.

0x9a40DCE442013e6664C308016206DA4BA2a9e824&#x20;

#### Fast Access Vault

Liquidity vault for instant redemption.

0x62f131F9CdeA7B4af5770F8Abe2286D3922c2f8f

#### NAV Feed

NAV oracle used to publish valuation data for calculating supply expansion.

0xa5b6f7404D960BaC4075EcAEc31E37B940c2A145

#### Yield Forwarder

Forwards newly minted iTRY to the designated destination.

0xfBd72e2D942507BADBA06D2AC80AeE94b4F7f817

#### iTRY Token OFT Adapter

Adapter that locks native iTRY and bridges it crosschain through LayerZero messaging.

0xa21819cb613c9525e31178812b665933471E5e88

#### iTRY Silo

Stores iTRY during unstake cooldown until assets are withdrawable.

0x1b301c8182eE7C519577d4acF15587fE539197DF

#### wiTRY

Staking vault for iTRY with crosschain composer support (ERC-4626).

0xE346C29b5B60Ef870b9724c57ccfbBc631e47DEE

#### wiTRY Vault Composer

Bundles wiTRY vault actions (deposit/stake/unstake) for routing via LayerZero.

0x638C914ecDB6adabEfa0F8cfDcC228D367069e59

#### wiTRY OFT Adapter

Adapter that locks native wiTRY and bridges it crosschain through LayerZero messaging while preserving vault share accounting.

0x698b7518711bDe4832fDc19F5262DF705c713006

## MegaETH

#### iTRY OFT

OFT representation of iTRY for omnichain transfers and crosschain accounting.

0x996ce957408804fEC19237D866799d9C7076E48c

#### wiTRY OFT

OFT representation of wiTRY for omnichain transfers and crosschain accounting.

0x15B271D9012b5820FC42b1c495B4C1e206547De5

#### Unstake Messenger

Messaging contract that coordinates unstake-related crosschain messages and execution.

0xE23B4b2e590906601cC2148f0C45E820BE3F377D


---

# 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:

```
GET https://docs.brix.money/resources/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.
