# vs. Pump(dot)fun

| Features               |                                                                                       Datnoid                                                                                      |                                           Pump (and clones)                                          |
| ---------------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------: |
| Token Creation         |                                                                 Supply, Name, Symbol, Launch type are customizable                                                                 |                              Same template and bond curve for all tokens                             |
| Liquidity              |                                                                  Shared Liquidity pool, enabling infinite routing                                                                  |                                              fragmented                                              |
| LP token profitability |                                   exponentially greater due to all swaps of all pairs increasing value of the LP token, and no Impermanent Loss.                                   |                              No swap fees earned on bond curve contracts                             |
| Fees                   |                                                                                Swap fees, that's it.                                                                               | Fees taken on bonding curve contract and 10 SOL fee ($$$$) is taken when listing to a 3rd party dex. |
| Scaling                | Can migrate to a Subnet, enabling very cheap gas, our own native gas token, any VM (not just EVM), while retaining interoperability with the C-chain (no liquidity fragmentation). |                                            Stuck on Solana                                           |
| Trading Base Pair      |                                                       AVAX/USDC/WETH.e and eventually any token can be swapped for any token                                                       |                                               SOL only                                               |
| Rewards                |                                                 Leaderboard points, as well as the $100M Catalyst Culture Fund for eligible tokens                                                 |                                                 none                                                 |
| Reliability            |                                                                            C-chain Tx success rate > 90%                                                                           |                                     Solana Tx success rate < 50%                                     |
| Community              |                                                              Token gated chat for holders, community stickers, guilds                                                              |                                                 none                                                 |
| NFT integration        |                                                     Select Partners can have their artwork integrated onto the platform as PFPs                                                    |                                                 none                                                 |


---

# 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.datnoid.com/misc/vs.-pump-dot-fun.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.
