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

# Supercharged Pools

Supercharged Pools allow LP providers to earn **extra rewards**:

1. Standard emissions or swap fees from Blackhole.
2. Additional rewards by also counting their LP on the relevant partner protocols.

This creates more yield opportunities while deepening liquidity for both ecosystems.

## Active Supercharged Pools

<table data-full-width="true"><thead><tr><th width="181.78125">Pool Name</th><th width="274.66796875">Pool Address</th><th>Supercharged Incentives</th><th>Partner Platform</th></tr></thead><tbody><tr><td>CL1-reUSD/USDC<br><br>sAMM-reUSD/USDC</td><td>0x64B9B45DBf624d63D15C04c576fAF5C8366d0696<br><br>0xc26E546B632348e76eBbd2811f4458A32ea29b7A</td><td>Earn 20x Re Points/day while LPing.<br>BLACK liquidity rewards<br><br><br>Coming soon</td><td><a href="http://app.re.xyz/points">app.re.xyz/points</a><br><br><br><br></td></tr><tr><td>CL1 WETH.e/weETH</td><td>0x930487d060Fcd5Fa7ff5167a8F5B6407bc7ca365</td><td>Ether.fi's Loyalty Points<br>EigenLayer restaking rewards<br>BLACK liquidity rewards</td><td>will be updated soon and retroactively credited</td></tr></tbody></table>

## How it works

Provide liquidity in the above pools through Blackhole → LP tokens are automatically tracked on the partner platform → You farm extra incentives on top of your emission.


---

# 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.blackhole.xyz/supercharged-pools.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.
