# Aggregation within unified interface

One of the key issues in yield farming is to determine the best farming, lending and liquidity providing opportunities. Unified interface allows users to enter this yield sources just in a few clicks. You just need to approve tokens and deposit them directly in yield source's smart contract. LP token will be generated and credited in a single transaction, saving gas as well. Meaning you don't need to enter yield source's interface in order to accumulate it.&#x20;

The same logic is used for the withdrawal. No messing up with LP tokens - underlying tokens will be transfered directly to your wallet.

Nevertheless if you do have LP tokens already you can enter protocol with it.


---

# 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.uno.farm/introduction-to-unofarm/aggregation-within-unified-interface.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.
