> For the complete documentation index, see [llms.txt](https://cooking-city-launchpad.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cooking-city-launchpad.gitbook.io/docs/conviction-pool.md).

# 🤞🏻 Conviction Pool

### 🧠TLDR for smoothbrains:

* devs put sol in pool **(optional, no minimum)**
* token graduates = traders get price floor protection
* token no graduate = sol returns to dev
* no more crying about rugs (well, less crying)

<figure><img src="/files/YZKb2pYKb8rmurz8VAN1" alt=""><figcaption></figcaption></figure>

### 🤔what even is this??

* tells you which tokens aren't total garbage
* gives traders **a price level safety net** (still depends on price level and pool size)
* makes devs actually **CONVINCE** something

### ⚙️how 2 use:

1. dev adds conviction **\[optionally]** when making token
2. sets price floor (where liquidity is injected thru **Meteora DBC**)
3. sol gets locked up (no takesies backsies until conditions met)

### 🤩what happens next?

* ✅ **token graduates within 5 days = conviction pool activates**
  * sol goes to **DLMM pool** at the set price floor
  * protection **activated!!!**
  * token starts trading on **Meteora DBC**
* ❌ **token doesn't graduate in 5 days = sad trombone**
  * **convict sol** returned to dev
  * no protection even if graduates later
  * much disappoint, very sad

### 👋🏻when it ends:

* all sol are swapped = **Conviction Pool closes**
* 5 days pass = **remaining sol returns to dev**
* devs' swapped tokens are locked for 30 days on Streamflow — **no instant dump**


---

# 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://cooking-city-launchpad.gitbook.io/docs/conviction-pool.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.
