# Advanced sale

If you are the creator of a token, you have the option to create an Advanced Sale. This type of sale allows you to split the proceeds with any number of wallets. When creating an advanced sale, you can define for yourself how exactly the proceeds will be split and there are no limitations.

On the page of your token, you need to click on List and then check the box at "Sale Split":

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

Once you click on the button, you'll be able to define how the sale proceeds should be distributed. You can add as many recipients as you like, but the total must add up to 100%.

{% hint style="info" %}
If you create an Advanced Sale, the royalties are not applied to this individual listing. The entirety of the sales proceeds will be split according to what you define.
{% endhint %}

Once you have created an advanced sale, you'll be able to identify it under the Listings tab on your token using the group symbol. When you hover over that symbol, you can see how the sales proceeds are split.

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

{% hint style="info" %}
Advanced Sale splits can only be applied to listings but not offers.
{% endhint %}


---

# 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.objkt.com/product/product-guides/token-buy-sell/advanced-sale.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.
