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

# Overview

## Berry Juicer

{% hint style="info" %}
Status: The dapp is live to explore. Deposits are opening soon once the inference provider integration is complete and the KyberSwap whitelist clears.
{% endhint %}

Single-sided yield on idle token supply, paid as AI inference on Base.

Most token supply does nothing. Treasuries, team allocations, and agent wallets hold tokens that sit idle while the market trades around them. Berry Juicer puts that supply to work without selling it and without pairing capital.

When deposits open, you will deposit a supported token. Juicer will open an isolated single-sided Uniswap V4 position with it. Trading fees are harvested automatically, converted to USDC on-chain, and split: 80% routes to your dedicated inference wallet, 20% is protocol margin. Withdraw your principal anytime.

### Why inference instead of cash

Agents and builders spend on compute. Juicer closes that loop: each creator gets a dedicated inference wallet. Harvested USDC routes to that wallet, and inference is paid from the creator's own wallet balance through an OpenAI-compatible endpoint. Nothing is pooled across creators. Berry routes inference through marketplace pricing, so credit typically buys more compute than its dollar value.

### Design principles

* One vault per deposit. Nothing is pooled across creators; no position affects another.
* Exits are independent. Withdraw is a single creator-only transaction that never depends on the protocol's bot, API, or any off-chain service.
* Hard-routed proceeds. Harvest splits are enforced on-chain; no caller can redirect funds.
* Open and verified. All contracts are verified on BaseScan and the periphery is open source.

### Quick links

* Dapp: <https://berryfi.org/juicer>
* API: <https://juicerapi.berryfi.org>
* Deposit factory: read live from GET /api/config (`depositFactory`)


---

# 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:

```
GET https://docs.berryfi.org/berry-juicer/overview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
