> For the complete documentation index, see [llms.txt](https://docs.toggle.money/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.toggle.money/toggle.md).

# Toggle

Your memecoin liquidity can earn yield. The dollars do not have to sit still.

Toggle is DualPool infrastructure for memecoin pairs. Uniswap v4 DualPool, pointed at meme / USDG markets on Robinhood Chain.

{% hint style="success" %}
**The idea in one line.** USDG rests in Morpho and earns. The memecoin is held as the token. They only pair for the swap. Then USDG goes back to the vault.
{% endhint %}

## The Simple Idea

A normal LP position has a bad deal.

You put USDG and a memecoin into a pool. When someone trades, you earn a fee. When nobody trades, that USDG just sits there. It earns nothing. If the meme moves, you still take the hit.

Toggle splits the job.

{% columns %}
{% column width="50%" %}
**USDG** goes into a Morpho vault (ERC-4626). That is a savings account. One asset in, yield out. No pool. No impermanent loss on that cash while it rests.
{% endcolumn %}

{% column width="50%" %}
**The memecoin** is held as the memecoin. Ready for a trade. When a swap needs both, Toggle pulls USDG out, fills the trade, takes the fee, and puts leftover USDG back. Same block.
{% endcolumn %}
{% endcolumns %}

Between trades, your dollars are not in an AMM. They are earning. That is the whole product.

## What You Earn

Two things, on the same deposit:

1. **Vault yield** — USDG earns in Morpho while it waits.
2. **Swap fees** — when a trade routes through Toggle, the pool keeps the LP share. Protocol fees buy back TOGGLE.

You do not switch by hand. The hook does it when a swap arrives.

## What Toggle Is Not

{% hint style="info" %}
Toggle does not invent Uniswap. DualPool is Uniswap Labs’ audited v4 hook. Toggle is DualPool infrastructure aimed at memecoin LP, not stock pairs or stable FX.
{% endhint %}

The memecoin can still go up or down. Toggle does not make memes safe. It stops the **stable** half from being idle — and idle stables are where most LP capital sleeps.

## Start Here

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td></td><td><strong>How It Works</strong></td><td>Deposit, rest, swap, earn. Plain language.</td><td></td></tr><tr><td></td><td><strong>How It Works (Technical)</strong></td><td>DualPool, ERC-4626, JIT cycle, quoting.</td><td></td></tr><tr><td></td><td><strong>Tokenomics</strong></td><td>Launchpad launch, fee split, buybacks.</td><td></td></tr><tr><td></td><td><strong>Contract Addresses</strong></td><td>Factory, hook, staking, fee collector, registry, treasury.</td><td><a href="/pages/JO81TakuZ3pnoXhd1NWy">/pages/JO81TakuZ3pnoXhd1NWy</a></td></tr><tr><td></td><td><strong>Socials</strong></td><td>App, X, Telegram, Discord.</td><td></td></tr></tbody></table>


---

# 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://docs.toggle.money/toggle.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.
