# Smart Contracts

{% hint style="info" %}
Contracts will be added to this page as they are deployed.
{% endhint %}

<table><thead><tr><th width="274">Contract Name</th><th>Contract Address</th></tr></thead><tbody><tr><td>KAP Token (Ethereum)</td><td><a href="https://etherscan.io/token/0x9625ce7753ace1fa1865a47aae2c5c2ce4418569#code">0x9625cE7753ace1fa1865A47aAe2c5C2Ce4418569</a></td></tr><tr><td>KAP Token (Abstract)</td><td><a href="https://abscan.org/token/0x7d597148d32738cffa4d3d503437bff7e6eb38b2">0x7d597148d32738CfFA4d3D503437bFf7e6EB38b2</a></td></tr><tr><td>KAP Token (Blast)</td><td><a href="https://blastscan.io/address/0x15d24de366f69b835be19f7cf9447e770315dd80">0x15d24de366F69b835Be19f7Cf9447e770315DD80</a></td></tr><tr><td>KAP Token (Polygon) </td><td><a href="https://polygonscan.com/token/0xc27158bb8e08899d38765752f91d7d778e16ab8e">0xc27158bb8e08899d38765752f91d7d778e16ab8e</a></td></tr><tr><td>KAP Token (Arbitrum)</td><td><a href="https://arbiscan.io/token/0x965d00aA7ABC62CA10132e641D08593435aC811d">0x965d00aA7ABC62CA10132e641D08593435aC811d</a></td></tr><tr><td>KAP Vesting</td><td><a href="https://etherscan.io/address/0xf4ff2f51d721cc62201d81dab4b5eecb3d692a99#code">0xF4ff2F51d721Cc62201D81dab4B5EEcB3d692a99</a></td></tr><tr><td>KAP Staking</td><td><a href="https://etherscan.io/address/0xccde05524864009a3976acacd32f6728f08a7b4a#code">0xccde05524864009a3976acacd32f6728f08a7b4a</a></td></tr><tr><td>KAP Rewards Locker</td><td><a href="https://etherscan.io/address/0xcb0460f5206ed006e6f2d012638027a255864f17">0xcb0460f5206ed006e6f2d012638027a255864f17</a></td></tr><tr><td>KAP Governance Registry</td><td><a href="https://etherscan.io/address/0x02242a0a909f97be3d727ab189f19b1961d76be2">0x02242A0A909F97bE3D727ab189f19B1961D76BE2</a></td></tr><tr><td>KAP ERC20 Staking (Blast)</td><td><a href="https://blastscan.io/address/0x3ec37cd6a04d23a446c6073b2fac4b7d1d845c26">0x3ec37cd6a04d23a446c6073b2fac4b7d1d845c26</a><br><a href="https://www.kap.gg/old_staking">https://www.kap.gg/old_staking</a></td></tr><tr><td>KAP ETH Staking (Blast)</td><td><a href="https://blastscan.io/address/0x168fd709e0bbd37cca0b99e48be0f2adb4df7bdc">0x168fd709e0bbd37cca0b99e48be0f2adb4df7bdc </a></td></tr><tr><td>KAP Points Operator (Blast)</td><td><a href="https://blastscan.io/address/0x7576404E0e443c9093C0E2C449c3939813c1BC3F">0x7576404E0e443c9093C0E2C449c3939813c1BC3F</a></td></tr><tr><td>Uniswap v2 Pool (KAP/ETH)</td><td><a href="https://v2.info.uniswap.org/token/0x9625ce7753ace1fa1865a47aae2c5c2ce4418569">0x9625ce7753ace1fa1865a47aae2c5c2ce4418569</a></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://whitepaper.kap.gg/documentation/smart-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.
