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

# FAQ

<details>

<summary><strong>Why did my token's price move when nobody traded it?</strong></summary>

The bonding curve holds LT, not a stablecoin. If the underlying asset the LT tracks moves, the LT's NAV moves with it (multiplied by leverage), and the curve's value moves too — with zero buys or sells.

</details>

<details>

<summary><strong>Can I lose more than I put in?</strong></summary>

No. Your maximum loss is what you spent. LTs are non-liquidating — they rebalance instead of getting liquidated — but in extreme conditions an LT's value can approach zero.

</details>

<details>

<summary><strong>Why did my sell transaction revert?</strong></summary>

Selling redeems the underlying LT for USDC through the vault's atomic redeem path, which is capped by the vault's idle USDC buffer. A sell that would drain more than the buffer holds reverts rather than partially filling. For large positions, sell in smaller chunks, or — post-graduation — swap for the LT directly on the pool and redeem it yourself.

</details>

<details>

<summary><strong>What is decay?</strong></summary>

LTs hold constant leverage through automatic rebalancing. In choppy, sideways markets, that rebalancing bleeds value out of the LT even if the underlying asset ends up back where it started. Higher leverage makes decay worse. This is a known, unavoidable cost of holding constant leverage — not a bug.

</details>

<details>

<summary><strong>How does post-graduation liquidity work?</strong></summary>

Graduated tokens trade on a standard Uniswap V2 pool, paired with their backing LT. Initial pool depth comes entirely from whatever LT and token supply was sitting in the curve at graduation — thin pools mean higher slippage on large trades.

</details>

<details>

<summary><strong>Do I need to hold the LT to trade a token?</strong></summary>

No. `MemeZap` handles minting/redeeming and swapping the LT for you behind the scenes — you only ever need USDC or the chain's native gas token.

</details>

<details>

<summary><strong>Can anyone back a token with any asset?</strong></summary>

No. A token can only launch backed by an LT that's been registered through the LT Factory — the launcher checks this on-chain and rejects anything else.

</details>

<details>

<summary><strong>What happens if the keeper goes down?</strong></summary>

The backing LT's NAV goes stale, which freezes that LT's mint/redeem — and freezes trading on every token backed by it, since curve trades round-trip through the LT vault. This is deliberate: the contracts refuse to trade on a stale price.

</details>


---

# 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.hoodfun.xyz/faq.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.
