# Contracts

Kodo Exchange ensures transparency in terms of risks, changes, and the security audits of smart contracts. As a friendly fork of Velodrome and Solidly, you can find the security records for Velodrome [here](https://github.com/velodrome-finance/docs/blob/main/pages/security.md) and for Solidly [here](https://github.com/froggerdev/solidly). We will soon publish our own audit results.

### Contracts

The contracts we've deployed on Taiko:

<table><thead><tr><th width="219">Name</th><th>Address</th></tr></thead><tbody><tr><td>Kodo</td><td><code>0x7e91F29F8a213c8311712A8FC8c61219fb9477CB</code></td></tr><tr><td>PairFactory</td><td><code>0x535E02960574d8155596a73c7Ad66e87e37Eb6Bc</code></td></tr><tr><td>Router</td><td><code>0xd04d75E1CDe512b195E70C6c18Cf7Ec4b2B12f41</code></td></tr><tr><td>BribeFactory</td><td><code>0x7149E14784f9d88B5497a9bf135c643151379F95</code></td></tr><tr><td>GaugeFactory</td><td><code>0x3a9E14D73AD40E70baFaFfefE8893Eb318Fc2312</code></td></tr><tr><td>Voter</td><td><code>0xbf6fabcc707aC239Be2D7818797745F678A411ad</code></td></tr><tr><td>VotingEscrow</td><td><code>0x6c4A102B7aafFA9a8C9440c08A5c09deECAFB324</code></td></tr><tr><td>VeArtProxy</td><td><code>0x8ba3C594Dc3796c171a1B7F0e143577abE03300F</code></td></tr><tr><td>RewardsDistributor</td><td><code>0x1A805BBcE7F87365daC956cFD8d078ef827E73d1</code></td></tr><tr><td>Minter</td><td><code>0x0e16aA850AF7956B476Ad6056ead67A32f099504</code></td></tr><tr><td>MerkleClaim</td><td><code>0x7E034Ef620D2fb403e8bB6a1130670110287A7a1</code></td></tr><tr><td>KodoLibrary</td><td><code>0x46E9cef07e01ab5a73E9B10cfb423E9319cD68c9</code></td></tr><tr><td>MultisigWallet</td><td><code>0xB020af366819E68eCbD8ed5EC345FD85D7b1D6B2</code></td></tr></tbody></table>

Existing contract legos on Taiko we've utilized:

<table><thead><tr><th width="222">Name</th><th>Address</th></tr></thead><tbody><tr><td>WETH</td><td><code>0xA51894664A773981C6C112C43ce576f315d5b1B6</code></td></tr><tr><td>USDC</td><td><code>0x07d83526730c7438048D55A4fc0b850e2aaB6f0b</code></td></tr><tr><td>USDT</td><td><code>0x2DEF195713CF4a606B49D07E520e22C17899a736</code></td></tr><tr><td>USDC.e</td><td><code>0x19e26B0638bf63aa9fa4d14c6baF8D52eBE86C5C</code></td></tr><tr><td>LRC</td><td><code>0xd347949f8c85d9f3d6b06bfc4f8c2e07c161f064</code></td></tr><tr><td>TAIKO</td><td><code>0xA9d23408b9bA935c230493c40C73824Df71A0975</code></td></tr><tr><td>Multicall3</td><td><code>0xcb2436774C3e191c85056d248EF4260ce5f27A9D</code></td></tr></tbody></table>


---

# 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.kodo.exchange/overview/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.
