> For the complete documentation index, see [llms.txt](https://lightpaper.crazydefenseheroes.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lightpaper.crazydefenseheroes.com/ecosystem-utility-token-tower/smart-contract.md).

# Smart Contract Addresses

**TOWER Token**

* Polygon [0x2bc07124d8dac638e290f401046ad584546bc47b](https://polygonscan.com/token/0x2bc07124d8dac638e290f401046ad584546bc47b)
* Ethereum: [0x1c9922314ed1415c95b9fd453c3818fd41867d0b](https://etherscan.io/token/0x1c9922314ed1415c95b9fd453c3818fd41867d0b#balances)
* BNB Chain: [0xe7c9c6bc87b86f9e5b57072f907ee6460b593924](https://www.bscscan.com/token/0xe7c9c6bc87b86f9e5b57072f907ee6460b593924)
* Base: [0xf7C1CEfCf7E1dd8161e00099facD3E1Db9e528ee](https://basescan.org/token/0xf7c1cefcf7e1dd8161e00099facd3e1db9e528ee)
* TON: [EQC47YfVLWo-U\_z7s6iEOkYAAEKF\_C0-gBiB8KJL6s5m4JOP](https://tonscan.org/jetton/EQC47YfVLWo-U_z7s6iEOkYAAEKF_C0-gBiB8KJL6s5m4JOP)
* Solana: [5Ro9KjSUGYisjREz8K5uD1fMdXnu1Jfq3Ktqm4EQMc1R](https://solscan.io/token/5Ro9KjSUGYisjREz8K5uD1fMdXnu1Jfq3Ktqm4EQMc1R)

**The TOWER token smart contract code is viewable here:**

{% embed url="<https://github.com/crazydefenseheroes/tower-ethereum-contracts/blob/master/contracts/solc-0.6/token/ERC20/TOWER.md>" %}

The TOWER smart contract uses the same code as the REVV smart contract (another project by Animoca Brands). REVV was fully audited by the CertiK Foundation, a technology-led blockchain security company founded by computer science professors from Yale University and Columbia University and established to prove the security and correctness of smart contracts and blockchain protocols. The final CertiK audit report is viewable on GitHub:<br>

{% embed url="<https://github.com/animocabrands/f1dt-ethereum-contracts/blob/master/contracts/token/ERC20/Animoca_REVV_Token_CertiK_Report_07_22_2020.pdf>" %}


---

# 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://lightpaper.crazydefenseheroes.com/ecosystem-utility-token-tower/smart-contract.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.
