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

# $TAPS

## The $TAPS Token & Fee Mechanism

When you use **Taps** to deploy a token, your token will automatically be launched on **Uniswap V3**, with a built-in mechanism that supports both your new token and the main $TAPS ecosystem.

***

### 🔥 How It Works

Every token launched through Taps is configured with a **1% transaction tax** on all swaps.

#### 💸 Tax breakdown

* **1% tax on every swap (buy or sell)**

This tax is split into two parts:

**📈 50% in tokens**

* The token portion (0.5% of the transaction) is **automatically burned**, reducing supply of your token forever.

**💰 50% in ETH**

* The ETH portion (0.5% of the transaction) is split further:
  * **50% to the creator** — goes directly to the deployer wallet, and can be claimed as passive income.
  * **50% used to buy $TAPS**, and those $TAPS tokens are **burned**, reducing the $TAPS supply and supporting its price.

***

### ♻️ Why this matters

* 🟢 **Deflationary for $TAPS:** Every swap from any Taps -launched token continuously burns $TAPS.
* 🟢 **Deflationary for your new token:** Your token supply is constantly reduced, helping create scarcity.
* 🟢 **Rewards for creators:** As a creator, you receive ETH fees directly to your wallet, incentivising you to promote and grow your token.
* 🟢 **Sustainable flywheel:** The more tokens launched and traded, the more $TAPS is burned, strengthening the entire ecosystem.

***

### ⚖️ Fee flow diagram

> **Example on a single swap:**

1. **1% total tax collected.**
2. **0.5% in your token burned permanently.**
3. **0.5% in ETH split:**
   * 0.25% ETH goes to you (the token creator), claimable anytime.
   * 0.25% ETH buys $TAPS on the open market and burns it forever.

***

### 🟡 Claiming your ETH fees

* ETH fees accumulate in a special contract.
* You can claim your portion directly inside the Taps bot at any time.

***

### 🚀 $TAPS value loop

This system creates a **powerful loop**:

* More token launches and trades → more $TAPS buys → more $TAPS burns → stronger $TAPS price.

***


---

# 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.taprotocol.com/ecosystem/usdtaps.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.
