> For the complete documentation index, see [llms.txt](https://docs.tevaera.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tevaera.com/resources.md).

# Resources

## Official Links

* Official Website: <https://tevaera.com/>
* X (Twitter): [https://x.com/tevaera](https://twitter.com/tevaera)
* Discord: <https://discord.gg/tevaera>&#x20;
* Telegram: <https://t.me/TevaeraNews>
* Medium: <https://tevaera.medium.com/>
* Github: <https://github.com/tevaera-labs>

## Contracts

<table><thead><tr><th width="268">Base</th><th>Contract Address</th><th data-hidden></th></tr></thead><tbody><tr><td>Soulbound Gamer ID</td><td><a href="https://basescan.org/address/0x9D99f983267103fa8ca86b40e24947Bfc23f84C2">0x9D99f983267103fa8ca86b40e24947Bfc23f84C2</a></td><td></td></tr><tr><td>Teva Market </td><td><a href="https://basescan.org/address/0x5c4d45047882ca314586886672067653d9eD3d75">0x5c4d45047882ca314586886672067653d9eD3d75</a></td><td></td></tr><tr><td>DEX Contract Address</td><td><a href="https://basescan.org/address/0x03eF7955062a3f873D5f1Bdc29F44E0382cf2c0a">0x03eF7955062a3f873D5f1Bdc29F44E0382cf2c0a</a></td><td></td></tr><tr><td>Teva Token Contract</td><td><a href="https://basescan.org/address/0x00309D634d11541b857f927BE91aD2f0bD78894c">0x00309D634d11541b857f927BE91aD2f0bD78894c</a></td><td></td></tr><tr><td>Karma Point (KP)</td><td><a href="https://basescan.org/address/0xE17D438A62ad2184F253e5F7612C019d3014Ed44">0xE17D438A62ad2184F253e5F7612C019d3014Ed44</a></td><td></td></tr><tr><td>Multicall (AA)</td><td><a href="https://basescan.org/address/0xAe3F0782b52DE2a6499637D24d32Ca515D5AE04b">0xAe3F0782b52DE2a6499637D24d32Ca515D5AE04b</a></td><td></td></tr><tr><td>Daily Quest Registry</td><td><a href="https://basescan.org/address/0x0CFC64A1C335723182Ae954296a21afb1d1dbaf4">0x0CFC64A1C335723182Ae954296a21afb1d1dbaf4</a></td><td></td></tr><tr><td>Reformist Sphinx NFT</td><td><a href="https://basescan.org/address/0x400b77F2eCb501FB00E7240E37F9f286cB13cabF">0x400b77F2eCb501FB00E7240E37F9f286cB13cabF</a></td><td></td></tr><tr><td>Magical Phoenix NFT</td><td><a href="https://basescan.org/address/0x9C3FFadE9F7949fA211A2b8720e9969678c91558">0x9C3FFadE9F7949fA211A2b8720e9969678c91558</a></td><td></td></tr><tr><td>Nomadic Yeti NFT</td><td><a href="https://basescan.org/address/0x8cFD35c04F44D33501d2590ab4FCB45009a1297B">0x8cFD35c04F44D33501d2590ab4FCB45009a1297B</a></td><td></td></tr><tr><td>Influential Werewolf NFT</td><td><a href="https://basescan.org/address/0x60E880FAa2987f7426aD51E097c08D3266801f52">0x60E880FAa2987f7426aD51E097c08D3266801f52</a></td><td></td></tr><tr><td>Innovative Unicorn NFT</td><td><a href="https://basescan.org/address/0x8F657B0902eDD9Fb10e7CdDaa8cFB4228942C788">0x8F657B0902eDD9Fb10e7CdDaa8cFB4228942C788</a></td><td></td></tr><tr><td>Simplifier Kraken NFT</td><td><a href="https://basescan.org/address/0xC9F831D329515903CE78e03c6bB7eFB29d645596">0xC9F831D329515903CE78e03c6bB7eFB29d645596</a></td><td></td></tr><tr><td>Balancer Dragon NFT</td><td><a href="https://basescan.org/address/0x6e4bbF3f5e2B33f14FcF40d838e8a0391A32fdD4">0x6e4bbF3f5e2B33f14FcF40d838e8a0391A32fdD4</a></td><td></td></tr><tr><td>Guardian Bundle</td><td><a href="https://basescan.org/address/0x9C8De77b5CCDD9D4e40D618F1AEEA0394BddC066">0x9C8De77b5CCDD9D4e40D618F1AEEA0394BddC066</a></td><td></td></tr></tbody></table>


---

# 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.tevaera.com/resources.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.
