# Key Features

**Supported blockchain networks:**

* [x] Base
* [x] Binance Smart Chain
* [ ] Kaia
* [ ] TON
* [ ] Solana

&#x20;**Supported token assets:**

* [x] ERC20
* [ ] ERC1155 (NFT)
* [ ] SBT
* [ ] SPL
* [ ] Rune

**Configurable modules for launched&#x20;**<mark style="color:purple;">**HODL**</mark>**&#x20;tokens:**

* [x] Delayed Trading Module: Select token to be tradable immediately after launch or scheduled tradable until a specific block height
* [x] Pre-mint Module: Token owner pre-mint tokens upon token launch
* [ ] IDO Module: Ensure fair and balanced initial token distribution with the pre-mint module
* [ ] Airdrop Module: Pre-mint tokens for community airdrops
* [x] Trading Tax Module: Configurable transaction tax fee is directed to the token owner's treasury address
* [ ] Dynamic Tax Module: Adjust tax rates dynamically based on real-time TVL size
* [ ] Automatic Buyback or Burning Module: Taxes automatically repurchase tokens or burn them
* [ ] Lending & Borrowing Module: Unlock anchor token liquidity in the bonding curve, featuring self-liquidation without third-party intervention
* [x] Maximum Supply Module: Fixed or adaptive max. token supply
* [ ] Governance Module: Enable project governance implementation
* [ ] Vesting Module: Cliff and release periods for tokens pre-minted
* [ ] More...

**AMM Curve Types** <mark style="color:purple;">\[HODL only]</mark>**:**

* [x] Linear
* [x] Exponential&#x20;
* [ ] Taylor series + Piecewise function to define any reasonable curves

The token economy model established via the **Burve Protocol** encompasses the following Features:

1. **Liquidity Provision:** The Token Owner is not mandated to provide initial liquidity for token launch, pricing, and trading. The Burve protocol autonomously furnishes the project initiator with the requisite liquidity.
2. **Token Acquisition:** All tokens are exclusively obtainable through purchasing. Project initiators have no access to free tokens; they acquire them on par with other community members via purchasing process.
3. **Customizable Parameters** <mark style="color:purple;">\[HODL only]</mark>**:** Token Owners possess the capability to define curve parameters, tailoring the token economic model to suit their project requirements.
4. **Revenue Structure** <mark style="color:purple;">\[HODL only]</mark>**:** Token Owners can solely generate income via consistent and reasonable taxation. Profits arising from token price appreciation are distributed among token holders actively engaged in token trading.
5. **Asset-backed Tokens:** Tokens acquired through purchase are supported by reserve assets corresponding to their redemption value, enhancing their underlying value proposition.


---

# 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.burve.io/burve_protocol/launchdex/key-features.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.
