# LP Deposit

### Providing Liquidity and Farming

Users can deposit assets into any pool of their preference, and those who do so are referred to as Liquidity Provider (LP) within the ecosystem. In exchange for providing liquidity, they receive Liquidity Pool (LP) Tokens as proof of their contribution. In order to give more rewards to those liquidity providers, GOLDSTATION made additional yield farming. The LP tokens received by the user will immediately deposited to the Yield Farming Pool through the user's signature, allowing them to earn additional profits beyond the transaction fees received through providing liquidity.

* **Transaction fee rewards**

If the user supplies liquidity to the general pool, users can receive the transaction fee according to their LP stake(%) in the pool. Transaction fees are accumulated in the pool and, in case of withdrawal, the total amount withdrawal includes transaction fee rewards, and the process depends on the exchange ratio at the time of withdrawal. (50% of the transaction fee incurred)

* **Token Airdrop rewards**

If the user supplies liquidity to the pool in progress of the Airdrop, the Airdrop token will be distributed according to their LP share(%)


---

# 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://goldstation.gitbook.io/goldstation/product-guides/lp-deposit.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.
