> For the complete documentation index, see [llms.txt](https://basedinc.gitbook.io/basedbid/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://basedinc.gitbook.io/basedbid/projects-how-to-guides/how-to-create-a-board/boards-fees-explained.md).

# Boards Fees Explained

<p align="center"><a href="/pages/NhR2haaErMYbJxwm1ngc#step-2.-edit-fees" class="button primary" data-icon="circle-info">Find out How to Change your Fees here</a></p>

<details open>

<summary><strong>Plans</strong></summary>

There are 3 plans: based, super based and ultra based. As a board owner you set the fees and incentives for each plan, letting you offer <mark style="color:$primary;">**more value at higher plans**</mark> to attract bigger projects

*For example, an AMA lounge board owner could include a 10 minute AMA with the <mark style="color:$primary;">**based plan**</mark>, a 30 minute AMA with the <mark style="color:purple;">**super based plan**</mark> and a 60 minute AMA with the <mark style="color:$warning;">**ultra based plan**</mark>*

{% hint style="info" %}
If you are unsure what you can offer, feel free to ask the basedbid team for advice
{% endhint %}

</details>

<details>

<summary><strong>Listing Fees</strong></summary>

* **Listing Fee:** The amount a project pays to list a pool on your board, in the chain's native token\
  \&#xNAN;*<mark style="color:$primary;">Example: based: 0 SOL |</mark>* *<mark style="color:purple;">super based: 0.5 SOL |</mark>* *<mark style="color:$warning;">ultra based: 1 SOL</mark>*\
  \&#xNAN;*<mark style="color:yellow;">Note: The listing fee is for</mark> <mark style="color:yellow;"></mark><mark style="color:yellow;">**pools only**</mark>*
* **Listing Referral Fee:** The amount paid out to anyone who refers a project to your board, in the chain's native token\
  \&#xNAN;*<mark style="color:$primary;">Example: based: 0 SOL |</mark> <mark style="color:purple;">super based: 0.1 SOL |</mark>* *<mark style="color:$warning;">ultra based: 0.2 SOL</mark>*

{% hint style="info" %} <mark style="color:$primary;">**The listing referral fee is on top of the listing fee.**</mark> Using the example above, a project listing on the super based plan would pay 0.6 SOL total. If no referral is used, the board owner receives the full listing fee
{% endhint %}

<div data-with-frame="true"><figure><img src="/files/G3FXtMrbNnnrlDDcffpL" alt=""><figcaption></figcaption></figure></div>

</details>

<details>

<summary><strong>basedbid Trading</strong></summary>

The following fees apply when a token is traded on <mark style="color:$primary;">**basedbid**</mark>

* **Buy Fee Percent (%):** The percentage you earn on every buy that occurs on a pool listed on your board. *If a user buys 1 SOL worth and you have this set to 1%, you receive 0.01 SOL*\
  \&#xNAN;*<mark style="color:$primary;">Example: based: 1% |</mark> <mark style="color:purple;">super based: 0.75% |</mark>* *<mark style="color:$warning;">ultra based: 0.5%</mark>*
* **Sell Fee Percent (%):** The percentage you earn on every sell that occurs on a pool listed on your board. *If a user sells 1 SOL worth and you have this set to 1%, you receive 0.01 SOL*\
  \&#xNAN;*<mark style="color:$primary;">Example: based: 1% |</mark> <mark style="color:purple;">super based: 0.75% |</mark>* *<mark style="color:$warning;">ultra based: 0.5%</mark>*
* **Graduation Fee (%):** The percentage of a pool's total liquidity you receive when it graduates from basedbid to a DEX. *For example, if there is 100 SOL in the pool and you have this set to 1%, you will receive 1 SOL at graduation*\
  \&#xNAN;*<mark style="color:$primary;">Example: based: 1% |</mark> <mark style="color:purple;">super based: 0.75% |</mark>* *<mark style="color:$warning;">ultra based: 0.5%</mark>*

<div data-with-frame="true"><figure><img src="/files/G5tquVcOf6APfn9dMhjs" alt=""><figcaption></figcaption></figure></div>

</details>

<details>

<summary><strong>On DEX Fees</strong></summary>

After a pool graduates it will be traded on a DEX and Flash Tokens launch directly onto a DEX. The two fees below are what you earn as a board owner while tokens launched through your board are <mark style="color:$primary;">**traded on a DEX**</mark>

* LBP after graduation volume fees (%): The percentage of a pool's trading fees you earn while it is traded on a DEX. *If the token has a 4% buy and sell fee and you take 25%, you earn 0.01 SOL per 1 SOL traded*\
  \&#xNAN;*<mark style="color:$primary;">Example: based: 50% |</mark> <mark style="color:purple;">super based: 40% |</mark>* *<mark style="color:$warning;">ultra based: 25%</mark>*
* Flash token volume fees (%): The percentage of a Flash Token's trading fees you earn while it is traded on a DEX. *If the token has a 4% buy and sell fee and you take 25%, you earn 0.01 SOL per 1 SOL traded*\
  \&#xNAN;*<mark style="color:$primary;">Example: 50%</mark>*

<div data-with-frame="true"><figure><img src="/files/4AERcBXQrbxrgqwSqmpD" alt=""><figcaption></figcaption></figure></div>

</details>


---

# 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://basedinc.gitbook.io/basedbid/projects-how-to-guides/how-to-create-a-board/boards-fees-explained.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.
