# Starknet

The Cairo version of TokenTable was officially released in February 2024 on Starknet. It has feature and API parity with the EVM version aside from the following differences:

* Functions and variables are named with `snake_case` instead of `camelCase`.
* TrackerToken is not implemented.

You can find the source code [here](https://github.com/EthSign/tokentable-v2-starknet). A formal audit was conducted by [Nethermind](https://github.com/NethermindEth/PublicAuditReports/blob/main/NM0163-FINAL_TOKENTABLE.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.tokentable.xyz/for-developers/unlocker/starknet.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.
