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

# Introduction

FastTrack is a browser extension that adds a trading layer on top of axiom.trade. It signs every transaction for you so you can buy and sell tokens with a single click, returns a portion of every trading fee as cashback, and pays out a share of fees on every trade your referrals make.

These docs cover how it works, the fee and reward structure, the security model, and the public API surface.

## Quick links

* [Installation](/getting-started/installation.md)
* [Your first trade](/getting-started/first-trade.md)
* [Fee structure](/fees-and-rewards/fee-structure.md)
* [Cashback tiers](/fees-and-rewards/cashback-tiers.md)
* [Referral program](/fees-and-rewards/referrals.md)
* [KOL partnerships](/fees-and-rewards/kol-partnerships.md)
* [Security model](/how-it-works/security-model.md)
* [API reference](broken://pages/qdyzpj6jMLNNa5fnYUyz)

## Status

Current release: **Beta**. Production endpoint: `api.willet.cc`. Site: [willet.cc](https://willet.cc).

## Support

* General questions: <hello@willet.cc>
* KOL and partnership inquiries: <kol@willet.cc>
* Security disclosures: <security@willet.cc>


---

# 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:

```
GET https://docs.willet.cc/readme.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.
