# Tax Token V1

{% hint style="info" %}
Tax Token V1 is still used and maintained. A V1 Tax token is created when you are using the vault mode or when 100% tax to Funds Recipient Wallet.
{% endhint %}

## Overview

In V1 tax token, all the tax will be sent to a single beneficiary. However, you can build a smart contract as the beneficiary to receive the tax, where you can implement your own logics. We have a recommended interface for such contracts (check [https://github.com/flap-sh/gitbook/blob/main/developers/basic-and-mechanism/flap-tax-token/flap-tax-vault.md](https://github.com/flap-sh/gitbook/blob/main/developers/basic-and-mechanism/flap-tax-token/flap-tax-vault.md "mention") for more details)

## Tax Splitter

To avoid DOS, we do not liquidate and distribute the Tax in the tax token directly. For each v1 tax token, a "Tax Splitter" contract will be deployed on creation. Both the liquidated Tax (when token is on DEX) and the Tax on the bonding curve will be directly sent to the "Tax Splitter" first. Then anyone could trigger the tax distribution by calling the "Tax Splitter" contract's `split` method. However, for most of the time you don't need to manually call "Tax Splitter" yourself , Flap will run a bot to automatically trigger the distribution when needed.

<figure><img src="/files/rhRbQxMHjRVl34PDtq4w" alt=""><figcaption></figcaption></figure>


---

# 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.flap.sh/flap/developers/basic-and-mechanism/flap-tax-token/tax-token-v1.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.
