> For the complete documentation index, see [llms.txt](https://docs.degendogs.club/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.degendogs.club/degen-dogs-mission-1/developers/contracts.md).

# Contracts

Degen Dogs is comprised of the following smart contracts on the Polygon network:

<table><thead><tr><th width="290.65578401784455">Contract</th><th width="459.5988758676282">Address</th><th data-hidden></th></tr></thead><tbody><tr><td><strong>Dog.sol</strong> - Minting/issuing of ERC71 NFTs, investing in DeFi, creating/redirecting streams</td><td><a href="https://polygonscan.com/address/0xA920464B46548930bEfECcA5467860B2b4C2B5b9"><code>0xA920464B46548930bEfECcA5467860B2b4C2B5b9</code></a></td><td></td></tr><tr><td><strong>DogsAuctionHouse.sol</strong> - Managing auctions</td><td><a href="https://polygonscan.com/address/0xC9F32Fc6aa9F4D3d734B1b3feC739d55c2f1C1A7"><code>0xC9F32Fc6aa9F4D3d734B1b3feC739d55c2f1C1A7</code></a></td><td></td></tr><tr><td><strong>TokenVestor.sol</strong> - Managing streams of tokens  to Dog owners</td><td><a href="https://polygonscan.com/address/0xE0159F36b6A09e6407dF0c7debAc433a77511625"><code>0xE0159F36b6A09e6407dF0c7debAc433a77511625</code></a></td><td></td></tr><tr><td><strong>BidTokens.sol</strong> - ERC20 contract for Dog Biscuits (BSCT)</td><td><a href="https://polygonscan.com/address/0x600e5f4920f90132725b43412d47a76bc2219f92"><code>0x600e5F4920f90132725b43412D47A76bC2219F92</code></a></td><td></td></tr><tr><td><strong>DegenDAOLogicV1.sol</strong> - Governance contract for proposals an voting</td><td><a href="https://polygonscan.com/address/0x9bf49265d8538BeD4dAAe7Fe304F2D41b8Cce265"><code>0x9bf49265d8538BeD4dAAe7Fe304F2D41b8Cce265</code></a></td><td></td></tr><tr><td><strong>DegenDAOProxy.sol</strong> - A proxy to above governance contract</td><td><a href="https://polygonscan.com/address/0x18288e01e2247166d7dF094743a5669BF7fDAaD2"><code>0x18288e01e2247166d7dF094743a5669BF7fDAaD2</code></a></td><td></td></tr><tr><td><strong>DegenDAOExecutor.sol</strong> - Treasury / Timelock / Executor</td><td><a href="https://polygonscan.com/address/0xb6021d0b1e63596911f2cCeEF5c14f2db8f28Ce1"><code>0xb6021d0b1e63596911f2cCeEF5c14f2db8f28Ce1</code></a></td><td></td></tr><tr><td><strong>Ukraine.sol</strong> - Forwards donations to Unchain Ukraine and issues ERC1155 tokens</td><td><a href="https://polygonscan.com/address/0x22B5CD016C8D9c6aC5338Cc08174a7FA824Bc5E4"><code>0x22B5CD016C8D9c6aC5338Cc08174a7FA824Bc5E4</code></a></td><td></td></tr></tbody></table>

### Contracts Diagram

![Note that the "Charitable DAO" created via DAOit will not be used at launch. The special Ukraine.sol contract will be used instead, to forward donations to Unchain Ukraine](/files/e5uTUai1w3KdZdcuA5Iw)


---

# 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.degendogs.club/degen-dogs-mission-1/developers/contracts.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.
