# Basic & Mechanism

This chapter explains the core mechanisms behind Flap and the foundational components developers need to understand before integrating. It covers bonding curve behavior, the DEX migration flow, Portal vs VaultPortal differences, and the Flap Tax Token model.

## In this chapter

* [📈 Bonding Curve](/flap/developers/basic-and-mechanism/bonding-curve.md)
* [⚖️ Migrated To DEX](/flap/developers/basic-and-mechanism/list-on-dex.md)
* [Portal vs VaultPortal](/flap/developers/basic-and-mechanism/portal-vs-vaultportal.md)
* Flap Tax Token
  * [PreBond Tax](/flap/developers/basic-and-mechanism/flap-tax-token/prebond-tax.md)
  * [Tax Token V1](/flap/developers/basic-and-mechanism/flap-tax-token/tax-token-v1.md)
  * [Tax Token V2](/flap/developers/basic-and-mechanism/flap-tax-token/tax-token-v2.md)


---

# 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.flap.sh/flap/developers/basic-and-mechanism.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.
