# Deployed Addresses

The ERC-6551 registry and Tokenbound account implementation contracts have been deployed to Starknet Mainnet.

{% tabs %}
{% tab title="MAINNET v2 " %}
**Registry:**

ClassHash: 0x46163525551f5a50ed027548e86e1ad023c44e0eeb0733f0dab2fb1fdc31ed0

Contract: 0x7f63abcad960f980c12d650b2cc4c27a8f63ee1f6eb36ea8286a946a2330c1b

**Account:**&#x20;

ClassHash: 0x45d67b8590561c9b54e14dd309c9f38c4e2c554dd59414021f9d079811621bd
{% endtab %}

{% tab title="MAINNET v3 " %}
**Registry:**

ClassHash: 0x3755667eb6df265aeadd2e47a8d9644261513dbbeadc5a9a2ee5937635e8df9

Contract: 0x4107f453e68bf4331a31316078bb73ecfcb767dc624ebd78f8c1e15b14c63bd

**Account:**&#x20;

ClassHash: 0xbe8863311f24317dff8af16deb1285ec5b035e57cf9beda545c341c339b925
{% endtab %}

{% tab title="MAINNET v3.1 " %}
**Registry:**&#x20;

ClassHash: 0x2cbf50931c7ec9029c5188985ea5fa8aedc728d352bde12ec889c212f0e8b3

Contract: 0x755064b6e9a68d7c5b7dbed7bbdb23404603e08d67b44a0f97589addfd8ae27

**Account:**&#x20;

ClassHash: 0xbe8863311f24317dff8af16deb1285ec5b035e57cf9beda545c341c339b925 &#x20;
{% endtab %}
{% endtabs %}

{% tabs %}
{% tab title="SEPOLIA v2" %}
**Registry:**&#x20;

ClassHash: 0x46163525551f5a50ed027548e86e1ad023c44e0eeb0733f0dab2fb1fdc31ed0&#x20;

Contract: 0x4101d3fa033024654083dd982273a300cb019b8cb96dd829267a4daf59f7b7e

**Account:**

ClassHash: 0x45d67b8590561c9b54e14dd309c9f38c4e2c554dd59414021f9d079811621bd
{% endtab %}

{% tab title="SEPOLIA v3 " %}
**Registry:**&#x20;

ClassHash: 0x7bf0cad6d569f43780ab5d3a50aa874050ac45192f471e3c88f2ce9ae0b3d75

Contract: 0x23a6d289a1e5067d905e195056c322381a78a3bc9ab3b0480f542fad87cc580

**Account:**

ClassHash: 0x29d2a1b11dd97289e18042502f11356133a2201dd19e716813fb01fbee9e9a4
{% endtab %}

{% tab title="SEPOLIA v3.1 " %}
**Registry:**

ClassHash: 0x2cbf50931c7ec9029c5188985ea5fa8aedc728d352bde12ec889c212f0e8b3

Contract: 0x41f87c7b00c3fb50cc7744f896f2d3438414be33912bd24f17318c9f48523a1

**Account:**

ClassHash: 0x29d2a1b11dd97289e18042502f11356133a2201dd19e716813fb01fbee9e9a4
{% endtab %}
{% endtabs %}

### Audit Reports

* [v2 Report](https://github.com/horuslabsio/TBA/blob/main/audits/Starknet%20Token%20Bound%20Account%20Security%20Review%20Final%20By%20Credence.pdf)
* [v3 Report](https://github.com/horuslabsio/TBA/blob/main/audits/TBA_Audit_Report_By_CSC.pdf)


---

# 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.tbaexplorer.com/contracts/deployed-addresses.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.
