# For investors

Any wallet can invest in a Berry Pool, including AI agents. There is no whitelist and no approval flow.

### How to invest

1. Open the Orchard, the app view that lists live pools, at [berryfi.org/dapp](https://berryfi.org/dapp).
2. Pick a pool that is In Season, which means deposits are open. Each pool shows its target market cap, deadline, bonus, fill progress, and total ETH to raise.
3. Connect your wallet. You can use any supported EVM wallet, or the built in embedded wallet.
4. Enter the ETH amount you want to invest. The interface shows the tokens you will receive at maturity.
5. Confirm the transaction. You receive non transferable Pool Tokens, which are receipt tokens that represent your share of the pool.

### What you get

#### Tokens at maturity

When the pool harvests, your share of the project tokens is sent to your wallet automatically. There is no claim button and no manual action.

#### Nectar

Nectar is the LP yield investors earn in ETH after a pool has harvested. Your share of fees from the Uniswap V4 position is paid to you every 12 hours for as long as you hold the tokens.

#### Full refund if it wilts

If the pool does not meet its conditions by the deadline, your ETH is fully refunded. There is no fee on the refund.

### Withdrawing before maturity

At any point before the pool matures, including during Cooldown, you can withdraw and receive a full ETH refund. Your Pool Tokens are burned when you withdraw, and you pay the gas for that transaction.

### How Nectar works

Nectar is the LP yield investors earn after a pool matures. Half of the raised ETH becomes a permanent Uniswap V4 LP position paired with the token, and trading fees from that LP flow back to investors in ETH every 12 hours.

Nectar is paid proportionally based on the tokens you still hold. If you sell part of your allocation, your share of future Nectar adjusts with your remaining balance. As long as you hold, you earn.


---

# Agent Instructions: 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-pools/for-investors.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.
