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

# Blockchain Addresses

Here are all of the relevant blockchain addresses for the Sierra Protocol:

* **SIERRA token natively issued on Avalanche**
  * Address: 0x6E6080e15f8C0010d333D8CAeEaD29292ADb78f7
  * Blockchain Explorer: <https://snowtrace.io/token/0x6E6080e15f8C0010d333D8CAeEaD29292ADb78f7?type=erc20&chainid=43114>

* **SIERRA token natively issued on Ethereum**
  * Address: 0xbceb5f6877d979ec621ae694da1102cb95691ad3
  * Blockchain Explorer: <https://etherscan.io/token/0xbceb5f6877d979ec621ae694da1102cb95691ad3>

* **SIERRA OFT bridged to Ethereum**

  * Address: 0x6bf7788EAA948d9fFBA7E9bb386E2D3c9810e0fc
  * Blockchain Explorer: <https://etherscan.io/token/0x6bf7788eaa948d9ffba7e9bb386e2d3c9810e0fc>

* **SIERRA's Issuer Vault**
  * This wallet address holds the reserve assets backing the SIERRA token. The reserve assets held in the Issuer Vault include USDC and Vault Tokens issued by OpenTrade, which represent Sierra's deposits into RWA and DeFi yield sources
  * The AVAX and ETH held in this address is solely used for gas and does not contribute to the reserve assets backing SIERRA
  * Address: 0xBC7C0b1b9C61f35068561077FbaA163707128597
  * Multichain Portfolio: <https://debank.com/profile/0xbc7c0b1b9c61f35068561077fbaa163707128597>

* **Sierra Protocol Treasury Wallet**
  * This wallet address holds the operational assets supporting the Sierra Protocol, which is comprised of all revenue generated and the proceeds from raising capital
  * This wallet address also holds all grants and token incentives recieved by the Sierra Protocol
  * Monthly reports on the changes in balances of the Treasury Wallet, as well as use of funds will be published
  * Address: 0x51F8F461DBD96eea8ffAD68fbe18d77bc14f70E1
  * Multichain Portfolio: <https://debank.com/profile/0x51f8f461dbd96eea8ffad68fbe18d77bc14f70e1>

* **SIERRA Timelock on Avalanche**
  * Our deployment of OpenZepplin's TimelockController contract, which governs all administrative roles for the Sierra Protocol on Avalanche
  * Address: 0xD3cE23C1cC1ae288496Baf1a276A9B8640206fdd
  * Blockchain Explorer: <https://snowtrace.io/address/0xD3cE23C1cC1ae288496Baf1a276A9B8640206fdd>


---

# 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://docs.sierra.money/building-with-sierra/blockchain-addresses.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.
