# Contracts

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

TODO: update table below once Degen contracts have been deployed.

<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

<figure><img src="/files/kXjHooU2BAe1WIlctfsh" alt=""><figcaption></figcaption></figure>


---

# 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://docs.degendogs.club/degen-dogs/developers/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.
