> For the complete documentation index, see [llms.txt](https://docs.0xkyc.id/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.0xkyc.id/developer-guides/client-or-server-guide/0xkyc-sanctions-aml/contract-addresses.md).

# Contract Addresses

{% hint style="info" %}
Our product is live on Polygon Mainnet, along with Mumbai, Sepolia and Scroll testnets
{% endhint %}

### &#x20;                                                 **ENV: Production**

<table data-full-width="true"><thead><tr><th width="156" align="center">Network</th><th align="center">SBT Address</th><th align="center">Verifier Address</th><th align="center">Link</th></tr></thead><tbody><tr><td align="center">Polygon</td><td align="center"><pre data-full-width="false"><code>0x0B9119547C42e371c643BCfDFa7eeAd6C56e07A5
</code></pre></td><td align="center"><pre><code>0xf9f1aC8E34f257a4E40d4a760891daE18Ca8A514
</code></pre></td><td align="center"><a href="https://polygonscan.com/address/0x0B9119547C42e371c643BCfDFa7eeAd6C56e07A5">https://polygonscan.com/address/0x0B9119547C42e371c643BCfDFa7eeAd6C56e07A5</a></td></tr><tr><td align="center">Mumbai</td><td align="center"><pre><code>0x0B9119547C42e371c643BCfDFa7eeAd6C56e07A50xbC5ED9669fc8cA7f40e8147ff40cBf48C531eE0A
</code></pre></td><td align="center"><pre><code>0x1971f89d50E98bD426541EBcDDbd102D444C90BF
</code></pre></td><td align="center"><a href="https://mumbai.polygonscan.com/address/0x0B9119547C42e371c643BCfDFa7eeAd6C56e07A5">https://mumbai.polygonscan.com/address/0x0B9119547C42e371c643BCfDFa7eeAd6C56e07A5</a></td></tr><tr><td align="center">Sepolia</td><td align="center"><pre><code>0x0B9119547C42e371c643BCfDFa7eeAd6C56e07A5
</code></pre></td><td align="center"><pre><code>0x1971f89d50E98bD426541EBcDDbd102D444C90BF
</code></pre></td><td align="center"><a href="https://sepolia.etherscan.io/address/0x0B9119547C42e371c643BCfDFa7eeAd6C56e07A5">https://sepolia.etherscan.io/address/0x0B9119547C42e371c643BCfDFa7eeAd6C56e07A5</a></td></tr><tr><td align="center">Scroll Alpha</td><td align="center">todo</td><td align="center">todo</td><td align="center"></td></tr></tbody></table>

### &#x20;                                                   **ENV: Sandbox**

<table data-full-width="true"><thead><tr><th width="152" align="center">Network</th><th align="center">SBT Address</th><th align="center">Verifier Address</th><th align="center">Link</th></tr></thead><tbody><tr><td align="center">Mumbai</td><td align="center"><pre><code>0xbC5ED9669fc8cA7f40e8147ff40cBf48C531eE0A
</code></pre></td><td align="center"><pre><code>0xc6a1d46eD57D6eF3cb62C02e0f0002a48Ba0E022
</code></pre></td><td align="center"><a href="https://mumbai.polygonscan.com/address/0xbC5ED9669fc8cA7f40e8147ff40cBf48C531eE0A">https://mumbai.polygonscan.com/address/0xbC5ED9669fc8cA7f40e8147ff40cBf48C531eE0A</a></td></tr><tr><td align="center">Sepolia</td><td align="center"><pre><code>0xbC5ED9669fc8cA7f40e8147ff40cBf48C531eE0A
</code></pre></td><td align="center"><pre><code>0x5870f4FA295e2531bEeBb8b245DFFa13640761a4
</code></pre></td><td align="center"><a href="https://sepolia.etherscan.io/address/0xbC5ED9669fc8cA7f40e8147ff40cBf48C531eE0A">https://sepolia.etherscan.io/address/0xbC5ED9669fc8cA7f40e8147ff40cBf48C531eE0A</a></td></tr><tr><td align="center">Scroll Alpha</td><td align="center">todo</td><td align="center">todo</td><td align="center"></td></tr></tbody></table>

**Wallet address that has 0xKYC soulbound on all above networks (for testing):**

```
0xF653d75ac2f98e3e609f910A9707fd1fBAD7d1b4
```


---

# 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.0xkyc.id/developer-guides/client-or-server-guide/0xkyc-sanctions-aml/contract-addresses.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.
