> 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/readme.md).

# Home

<h2 align="center">TaxSplit Documentation</h2>

<p align="center">Launch tokens in minutes with built-in tax distribution that automatically rewards holders and developers. Get ready to build on the most reliable revenue sharing platform on Solana.</p>

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td><h4><i class="fa-droplet-degree">:droplet-degree:</i></h4></td><td><strong>Liquidity Tokens</strong></td><td>Create a token with liquidity with tax support and fully customizable tokenomics</td><td><a href="/spaces/Il8UKLt14hOBvfWjijFf/pages/1pHSHcmhR9ixGHXEVlHg">/spaces/Il8UKLt14hOBvfWjijFf/pages/1pHSHcmhR9ixGHXEVlHg</a></td><td data-object-fit="fill"><a href="/files/cC89GDlKjKSigKC6iI5o">/files/cC89GDlKjKSigKC6iI5o</a></td></tr><tr><td><h4><i class="fa-rocket-launch">:rocket-launch:</i></h4></td><td><strong>Bonding Tokens</strong></td><td>Launch tokens using LaunchLab with bonding curve and tax support</td><td><a href="/spaces/Il8UKLt14hOBvfWjijFf/pages/ZH36yAC5nUihUeQmFxtL">/spaces/Il8UKLt14hOBvfWjijFf/pages/ZH36yAC5nUihUeQmFxtL</a></td><td data-object-fit="fill"><a href="/files/xVlnsuwV4yZlckWtaB7s">/files/xVlnsuwV4yZlckWtaB7s</a></td></tr><tr><td><h4><i class="fa-terminal">:terminal:</i></h4></td><td><strong>API reference</strong></td><td>Browse, test, and implement  our comprehensive API.</td><td><a href="/spaces/Il8UKLt14hOBvfWjijFf">/spaces/Il8UKLt14hOBvfWjijFf</a></td><td data-object-fit="fill"><a href="/files/GbbFrAKnmyogfpDGzPYD">/files/GbbFrAKnmyogfpDGzPYD</a></td></tr></tbody></table>

{% columns %}
{% column %}

### Get started in 5 minutes

Complete API documentation for integrating TaxSplit into your applications. Build custom token launchpads and manage Solana Token-2022 tokens with on-chain metadata programmatically.

No guesswork, no complexity—just your first successful call, fast.

<a href="/spaces/Rmltp3BF3nQ2Yv12XpjU" class="button primary" data-icon="rocket-launch">Get started</a> <a href="/spaces/Il8UKLt14hOBvfWjijFf" class="button secondary" data-icon="terminal">API reference</a>
{% endcolumn %}

{% column %}
{% code title="POST /tokens/create-unsigned" overflow="wrap" %}

```javascript
{
  "name": "My Token",
  "symbol": "MTK",
  "description": "Token description",
  "imageUri": "https://ipfs.io/ipfs/QmAbc...",
}

```

{% endcode %}
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}

<figure><img src="/files/qgGZpw3RJ2zwviVoAdBz" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}

### Learn more about the TaxSplit platform

Read guides, watch tutorials, and learn more about working with the developer platform and integrating it with your own stack.

<a href="/spaces/Il8UKLt14hOBvfWjijFf" class="button primary" data-icon="rectangle-terminal">API Reference</a> <a href="/spaces/Rmltp3BF3nQ2Yv12XpjU" class="button secondary" data-icon="book">Documentation</a>
{% endcolumn %}
{% endcolumns %}

<h2 align="center">Join our community of developers</h2>

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><h4><i class="fa-discord">:discord:</i></h4></td><td><strong>Discord community</strong></td><td>Join our Discord community to post questions, get help, and share resources with like-minded developers.</td><td><a href="https://discord.gg/e9gknxRjx6" class="button secondary">Join Discord</a></td><td></td></tr><tr><td><h4><i class="fa-telegram">:telegram:</i></h4></td><td><strong>Telegram group</strong></td><td>Join our Telegram group for support using our API and resources for how to build on our platform.</td><td><a href="https://t.me/TaxSplit" class="button secondary">Join Telegram</a></td><td></td></tr></tbody></table>


---

# 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/readme.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.
