# Smart Contract Addresses

The CAGA ecosystem is built on a series of smart contracts that govern everything from token distribution and staking to governance and treasury management. Below are the official contract addresses, which are publicly viewable and verifiable on the Ethereum blockchain:

* **Token Contract Address:**
  * `0xbddc20ed7978B7d59eF190962F441cD18C14e19f` [View on Etherscan](https://etherscan.io/address/0xbddc20ed7978B7d59eF190962F441cD18C14e19f)
* **Governance Wallet Address:**
  * `0x5BaCb1D4FcEFB11da92c05C60d1DdcdEd2215883` [View on Etherscan](https://etherscan.io/address/0x5bacb1d4fcefb11da92c05c60d1ddcded2215883)
* **Treasury Address:**
  * `0x52659d424f52132ba56f96F0Fcf04ab5d40af12d` [View on Etherscan](https://etherscan.io/address/0x52659d424f52132ba56f96f0fcf04ab5d40af12d)
* **Staked CAGA Wallet:**
  * `0x58fb4dd1df1a3d824d16700cea250089fe8468db` [View on Etherscan](https://etherscan.io/address/0x58fb4dd1df1a3d824d16700cea250089fe8468db)

Each address is linked to a detailed view on Etherscan where all transactions and balances can be audited. This transparency is central to our commitment to trust and security within the CAGA ecosystem.


---

# Agent Instructions: 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://cagacrypto.gitbook.io/caga-whitepaper/tokenomics-and-utility/tokenomics/smart-contract-addresses.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.
