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

# FAQ & Support

### Frequently asked questions

<details>

<summary>How much does it cost to create a token?</summary>

Token creation costs \*\*0.23 SOL\*\* (plus standard Solana network fees).

</details>

<details>

<summary>Can I change my token's tax settings after creation?</summary>

This depends on the token configuration and what TaxSplit allows post-launch. If you confirm your current platform behavior (editable vs immutable), I can make this answer precise.

</details>

<details>

<summary>How often are rewards distributed?</summary>

Distributions happen automatically at regular intervals (for example, every \*\*30 minutes\*\*) based on your token’s distribution settings.

</details>

<details>

<summary>What happens to burned tokens?</summary>

Burned tokens are permanently removed from circulation, reducing supply. Burn events are recorded on-chain and can be viewed in your token’s burn analytics.

</details>

<details>

<summary>How do I add liquidity to my token?</summary>

Use the liquidity management flow to add liquidity on \*\*Raydium\*\* or \*\*Meteora\*\*, set an initial price, and deposit equal value of SOL and tokens.

</details>

<details>

<summary>Can I update my token's metadata?</summary>

Yes. You can update name/symbol, description, image, and social links after launch for \*\*0.02 SOL\*\*.

</details>

<details>

<summary>What is featured placement and how does it work?</summary>

Featured placement gives your token premium homepage visibility, \*\*5×\*\* more interactions, and a \*\*gold verification badge\*\* for \*\*0.3 SOL/day\*\*.

</details>

<details>

<summary>Is there an API for developers?</summary>

Yes. TaxSplit offers a REST API with \*\*JWT authentication\*\* to create tokens, fetch token data, and manage metadata.

</details>

### Need more help?

Join the TaxSplit Telegram community for support, updates, and to connect with other TaxSplit users and developers.


---

# 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.taxsplit.app/documentation/taxsplit/faq-and-support.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.
