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

# Fees

<details>

<summary>Pools/LBP</summary>

* **Upfront Cost:** Choose between 3 plans:
  * based: $0
  * super based: $49
    * <mark style="color:yellow;">BNB: 0.06 BNB</mark>
    * <mark style="color:blue;">BASE: 0.018 ETH</mark>
    * ETH: 0.018 ETH
  * ultra based: $99
    * <mark style="color:yellow;">BNB: 0.12 BNB</mark>
    * <mark style="color:blue;">BASE: 0.036 ETH</mark>
    * ETH: 0.036 ETH
* **Buy Fee (Before Graduation):** 0.75%\
  \&#xNAN;*<mark style="color:$primary;">Example: By default a token has 1.25% buy fee, basedbid receives 0.75% and the pool owner receives 0.5%. If the pool owner increase the fee to 1%, basedbid will still receive only 0.75% and they will receive 1% for a total of 1.75%</mark>*
* **Sell Fee (Before Graduation):** 0.75%\
  \&#xNAN;*<mark style="color:$primary;">Example: By default a token has 1.25% sell fee, basedbid receives 0.75% and the pool owner receives 0.5%. If the pool owner increase the fee to 1%, basedbid will still receive only 0.75% and they will receive 1% for a total of 1.75%</mark>*
* **Finalize Fee:** 2% half goes to the pool owner and half to basedbid\
  \&#xNAN;*<mark style="color:$primary;">Example: Token has $1,000 in liquidity when it launches, pool owner receives $20 and basedbid receives $20</mark>*
* **Post-Graduation Trading Fees (LBPS):**&#x20;
  * <mark style="color:$info;">**EVM:**</mark> basedbid receives 20% of the DEX fee, plus a fixed 0.5% Fee Builder fee on top\
    \&#xNAN;*<mark style="color:$primary;">Example: Token has a 2% DEX fee and a 3% Fee Builder fee. basedbid would receive 0.9% total. 0.4% from the DEX fee and 0.5% from the Fee Builder.</mark>*&#x20;
  * <mark style="color:purple;">**Solana:**</mark> basedbid receives 30% of the DEX fee\
    \&#xNAN;*<mark style="color:$primary;">Example: Token has a 1% DEX fee. basedbid would receive 0.3%</mark>*

</details>

<details>

<summary>Boards</summary>

* **Upfront Cost:** $50
* **Pool/LBP Listing Fees:** basedbid receives 20% of the listing fee for each package\ <mark style="color:$primary;">**Example:**</mark> *<mark style="color:$primary;">Board owner sets the listing fee for pools at the 3 following amounts:</mark>*
  * <mark style="color:purple;">**based:**</mark> <mark style="color:$primary;">Free -</mark> <mark style="color:$primary;"></mark>*<mark style="color:$primary;">there are no fees to be split here</mark>*
  * <mark style="color:purple;">**super based:**</mark> <mark style="color:$primary;">0.1 BNB -</mark> <mark style="color:$primary;"></mark>*<mark style="color:$primary;">basedbid receives 0.02 BNB</mark>*
  * <mark style="color:purple;">**ultra based:**</mark> <mark style="color:$primary;">1 BNB -</mark> <mark style="color:$primary;"></mark>*<mark style="color:$primary;">basedbid receives 0.2 BNB</mark>*
* **Trading Fees (Before Graduation):** basedbid receives the same fee as the board\
  \&#xNAN;*<mark style="color:$primary;">Example: Token owner sets their fee at 0.75%, Board owner sets their fee at 0.5%, and basedbid receives 0.5% (matching the Board's fee), for a total trading fee of 1.75% charged to users. The token owner receives 0.75%, the Board owner receives 0.5%, and basedbid receives 0.5%.</mark>*
* **Board Owner Fees:** basedbid receives 30% of the boards fee

  *<mark style="color:$primary;">Example: Project sets 1% fee, Board takes 50% (0.5%), basedbid receives 0.15% (30% of remaining 0.5%)</mark>*
* **Finalization Fee:** basedbid receives 30% of the one-time graduation fee

  *<mark style="color:$primary;">Example: Board sets 1% finalization fee → basedbid receives 0.3%</mark>*
* **Post-Graduation Trading Fees (LBPS):** basedbid receives 30% of Board fee

  *<mark style="color:$primary;">Example: Project has 1% DEX fee, Board takes 50% (0.5%) → basedbid receives 0.15%</mark>*
* **Flash Token Trading Fees:** basedbid receives 30% of Board fee

  *<mark style="color:$primary;">Example: Project has 1% DEX fee, Board takes 50% (0.5%) → basedbid receives 0.15%</mark>*

</details>

<details>

<summary>Flash Tokens</summary>

* **No upfront costs**
* <mark style="color:$info;">**EVM:**</mark> basedbid receives 20% of the DEX fee, plus a fixed 0.5% Fee Builder fee on top\
  \&#xNAN;*<mark style="color:$primary;">Example: Token has a 2% DEX fee and a 3% Fee Builder fee. basedbid would receive 0.9% total. 0.4% from the DEX fee and 0.5% from the Fee Builder.</mark>*&#x20;
* <mark style="color:purple;">**Solana:**</mark> basedbid receives 30% of the DEX fee\
  \&#xNAN;*<mark style="color:$primary;">Example: Token has a 1% DEX fee. basedbid would receive 0.3%</mark>*

</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:

```
GET https://basedinc.gitbook.io/basedbid/fees.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.
