# 4.1 -  LPing on nest

<figure><img src="/files/5c9f2d255d5de71410b721ff94643e1ab3955c90" alt=""><figcaption></figcaption></figure>

On Nest, LP rewards come from **emissions**, not trading fees.

Liquidity providers (LPs) supply tokens to Nest's pools to enable trading. In return, they earn **NEST emissions**, distributed each epoch based on the vote weight their pool receives.

***

### Pool types

<table><thead><tr><th width="182.15234375">Type</th><th width="284.0078125">How it works</th><th>Best for</th></tr></thead><tbody><tr><td><strong>Classic</strong></td><td>Full-range liquidity, v2-style constant product curve</td><td>Stable pairs, beginners, set-and-forget</td></tr><tr><td><strong>CLAMM</strong></td><td>Concentrated liquidity within a custom price range</td><td>Active managers, higher capital efficiency</td></tr><tr><td><strong>Automated</strong></td><td>Automated CLAMM vault, managed algorithmically</td><td>Volatile pairs, hands-off management</td></tr></tbody></table>

***

### What determines your LP earnings

* **Pool vote weight:** more votes = more emissions flowing to that pool
* **Your share of the pool:** larger deposit = larger share of pool emissions
* **NEST price:** emissions are in NEST, their value depends on price
* **CLAMM range activity:** if out of range, you typically earn zero emissions


---

# 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.usenest.xyz/liquidity-types/4.1-lping-on-nest.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.
