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

# Contracts

### Tokens

<table><thead><tr><th width="162">Token</th><th width="127">Network</th><th>Contract Address</th></tr></thead><tbody><tr><td>BAG</td><td>Blast</td><td><a href="https://blastscan.io/token/0xb9dfcd4cf589bb8090569cb52fac1b88dbe4981f">0xb9dfCd4CF589bB8090569cb52FaC1b88Dbe4981F</a></td></tr><tr><td>BAG</td><td>Ethereum</td><td><a href="https://etherscan.io/token/0x808688c820ab080a6ff1019f03e5ec227d9b522b">0x808688c820AB080A6Ff1019F03E5EC227D9b522B</a></td></tr><tr><td>BAG <em>(old)</em></td><td>Polygon</td><td><a href="https://polygonscan.com/token/0x73b29199a8e4C146E893EB95f18dAc41738a88c6">0x73b29199a8e4C146E893EB95f18dAc41738a88c6</a></td></tr><tr><td>DG <em>(inactive)</em></td><td>Ethereum</td><td><a href="https://etherscan.io/token/0x4b520c812e8430659fc9f12f6d0c39026c83588d">0x4b520c812E8430659FC9f12f6d0c39026C83588D</a></td></tr><tr><td>DG <em>(inactive)</em></td><td>Polygon</td><td><a href="https://polygonscan.com/token/0xef938b6da8576a896f6e0321ef80996f4890f9c4">0xef938b6da8576a896f6E0321ef80996F4890f9c4</a></td></tr><tr><td>xDG <em>(inactive)</em></td><td>Ethereum</td><td><a href="https://etherscan.io/token/0x4f81c790581b240a5c948afd173620ecc8c71c8d">0x4f81C790581b240A5C948Afd173620EcC8C71c8d</a></td></tr><tr><td>xDG <em>(inactive)</em></td><td>Polygon</td><td><a href="https://polygonscan.com/token/0xc6480da81151b2277761024599e8db2ad4c388c8">0xc6480Da81151B2277761024599E8Db2Ad4C388C8</a></td></tr><tr><td>ICE <em>(inactive)</em></td><td>Polygon</td><td><a href="https://polygonscan.com/address/0xc6c855ad634dcdad23e64da71ba85b8c51e5ad7c">0xc6C855AD634dCDAd23e64DA71Ba85b8C51E5aD7c</a></td></tr></tbody></table>

### Treasury Multi-Sigs

* [dgTreasury (Ethereum)](https://etherscan.io/address/0x99cEF4A71d42C131fd20c0f24f30b0Eb0b22792C): DAO multi-sig wallet for cold storage of treasury on Ethereum
  * DG-ETH Uniswap LP
  * Stable Reserves
  * DG
* [dgTreasury (Polygon)](https://polygonscan.com/address/0x6590E079F8d74746C27Fe0Bf49fEc3Cd1e8B68D5): DAO multi-sig wallet for cold storage of treasury on Polygon
  * DG-MATIC Quickswap LP&#x20;
  * ICE-USDC Quickswap LP&#x20;
  * DG


---

# 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.decentral.games/info/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.
