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

# Liquidity & Arbitrage

This is the single most important part of the project on the operational side. **A perfect contract is worthless without real HOOD to buy.** This page explains honestly how liquidity holds.

## The HOODX/ETH pool

The hook buys HOODX against a **local HOODX/ETH pool** on Uniswap v4. This pool must exist and be deep enough. At launch, the protocol seeds it (bootstrap treasury).

## The circular-liquidity trap

Critical to understand: if the protocol is the **only liquidity provider** for the HOODX/ETH pool, then buying HOODX against that pool merely **rebalances its own liquidity**. It doesn't acquire any *new* HOOD from the market — the mechanic would spin in a vacuum.

## The solution: cross-chain arbitrage

HOODX is **fungible and tradable elsewhere** (Solana, Ethereum, Arbitrum). As soon as the protocol's purchases push the pool's HOODX price **above** the global price, it becomes profitable for **third-party arbitrageurs** to bring cheaper HOODX from outside and sell it into our pool. They are the ones who refill the pool with **real HOOD sourced from the market**.

The result:

* the protocol's transaction only touches on-chain contracts → **atomicity preserved**;
* real HOOD is supplied by third parties, **outside the hot loop**;
* the pool price stays **pegged to the global price** of Robinhood stock.

```
Protocol buys  →  local HOODX price rises  →  arbitrage becomes profitable
       ▲                                                    │
       │                                                    ▼
  pool refilled  ◄───  arbitrageur bridges cheaper HOODX from elsewhere
```

## What the protocol must do

* **seed** enough HOODX/ETH liquidity at launch;
* **attract third-party LPs** (optionally via temporary LP incentives) to deepen the market;
* **monitor** depth and spread, and top up liquidity when needed (a treasury task, outside the loop).

{% hint style="danger" %}
**A risk to own:** while liquidity and arbitrage are thin, each purchase suffers **slippage** and the accumulated HOOD may be paid above the global "spot" price. The Chainlink slippage bound prevents absurd purchases, but it does not create liquidity. This is the real battle at launch.
{% endhint %}

## Locking the $HOODSTR/ETH liquidity

The initial $HOODSTR/ETH pool liquidity is **locked** (LP tokens sent to a time-locked locker, or burned). This is a non-negotiable credibility marker: it prevents any sudden liquidity removal (a "rug pull"), and proof of the lock is public.


---

# 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://hoodstrategy.gitbook.io/hoodstrategy/liquidity-and-arbitrage.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.
