> For the complete documentation index, see [llms.txt](https://fortunx.gitbook.io/thanx-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fortunx.gitbook.io/thanx-whitepaper/product/browser-extension.md).

# Browser extension

The ThanX browser extension - available in Chrome and Firefox - is designed to enhance users' shopping experience with our partners' websites. Our extension provides a seamless integration that makes it easy for users to shop, earn tokens, and stay up-to-date with our partners. With just one installation, users will have access to a list of our partners, making it easier for them to find the brands they love. Plus, our extension notifies them when they're on a partner's website, so they never miss a chance to earn rewards.

It has our **$THANX token integrated** and when users earn cryptoback they receive the $ amount worth of $THANX. The **exchange rate is calculated based on real-time value, pulled via an API from blockchain data.**

{% hint style="info" %}
During the public beta, users will receive THANX tokens in their extension balance at a fixed $0.01 rate until the THANX token launch. Withdrawals won’t be available until the official launch, but all the collected tokens will be converted 1:1 at the token launch.
{% endhint %}

**How it works:**

1. Download the extension and register (100% FREE & no wallet connection required)
2. Browse our partner list and click on a store
3. Add items to your basket and make a purchase as usual
4. Sit back and get your crypto into your balance
5. Withdraw your tokens to your wallet
6. Convert to BTC, ETH, or USDT

Or stake your $THANX tokens as we build a thriving ecosystem around it which will ensure its sustainable value growth.

We're always working on adding new earning and spending features!


---

# 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://fortunx.gitbook.io/thanx-whitepaper/product/browser-extension.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.
