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

# Lending on the meme lane

The meme lane uses the same deal as the stock lane with a different gate, tighter sizing, and one more sentence.

{% hint style="danger" %}
Memes can go to zero. If the borrower walks away, you hold it.
{% endhint %}

## What qualifies

A token qualifies by rules, not by taste. All of these must hold:

1. A Uniswap v4 pool on Robinhood Chain pairs the token with an allowlisted Stock Token. That pool is the valuation source and your exit.
2. The pool is 7 days old or more.
3. Market cap is 1,000,000 USDG or more, as a 7-day median, so a one-day pump cannot qualify a token.
4. Automated contract checks pass or their findings are shown: no mint after launch, no pause, no transfer tax, no blocklist, no proxy.

Whether the pool's liquidity is locked is shown, not required.

## The facts on every listing

| Fact             | Example                                  |
| ---------------- | ---------------------------------------- |
| Market cap       | 2.40M USDG                               |
| Liquidity locked | Yes · until 14 Mar 2027                  |
| Pool age         | 142 days                                 |
| Top 10 holders   | 31.4%                                    |
| Creator wallet   | 4.8%                                     |
| 30-day drawdown  | −57%                                     |
| Contract checks  | pass, fail, or unknown, each with a note |

The valuation panel adds a −80% scenario for memes.

## Sizing

The suggested cap is 70% of value. Deals are capped at 1% of the pool's depth each and 5% per asset in total, set at listing and revisited weekly. The caps are what keep one deal from being the pool.

## Why a stock pair

Every meme on gage trades against a Stock Token, and that stock trades against USDG. The two-hop route is the valuation and the exit, and it ties the meme's price to a market with real depth. The registry can later admit memes paired with USDG or ETH; today it is stocks only.


---

# 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.gage.cash/lend/memes.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.
