> For the complete documentation index, see [llms.txt](https://pumpscience.gitbook.io/pump.science/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pumpscience.gitbook.io/pump.science/the-protocol/tldr.md).

# 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
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, and the optional `goal` query parameter:

```
GET https://pumpscience.gitbook.io/pump.science/the-protocol/tldr.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
