# tldr

1. A user submits a compound (or combination), which creates a token.
2. A bonding curve is created, which is a primary market to sell the tokens and raise funding.&#x20;
3. Users can buy and sell tokens on the bonding curve to support the research for the compound.
4. Once 70% of tokens have been sold, the bonding curve is closed, and liquidity is migrated to a secondary market ([Meteora](https://meteora.ag)).
5. How does a compound advance to each experiment stage?
   * To Worms: If the token generates $500 in trading fees, and the lab agrees to run the experiment, the compound will be tested in worm experiments.&#x20;
   * To Flies: If the token generates $1,500 in trading fees, and the lab agrees to run the experiment, the compound advances to fly experiments.
   * To Mice: If the token generates $7,000 in trading fees, and the lab agrees to run the experiment, the compound advances to mice experiments.
   * To Humans: If the token generates $25,000 in trading fees, and the lab agrees to run the experiment, the compound advances to human trials.
6. If the above conditions are met, a research contract is signed with the lab, the experiment is initiated, and the experiment data streams to pump science as soon as the data is submitted to the platform.
7. At any point, the compound creator can secure a commercialization deal for the compound with a manufacturer.


---

# 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://pumpscience.gitbook.io/pump.science/the-protocol/tldr.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.
