> For the complete documentation index, see [llms.txt](https://elys-network.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://elys-network.gitbook.io/docs/core-features/earn.md).

# Earn

## <mark style="color:blue;">**Earn**</mark>

The Earn section on Elys Network allows users to generate passive income through two main options: **Simple Staking** and **Liquidity Mining**. Both methods enable users to earn rewards based on their level of participation and support for the network. Whether you prefer the simplicity of staking or the active engagement of liquidity provision, Elys Network offers tailored solutions to suit various earning strategies.

## <mark style="color:blue;">**Simple Staking**</mark>

#### <mark style="color:blue;">**Overview**</mark> Simple Staking provides users with an effortless way to earn rewards by staking their ELYS and USDC tokens. Learn more about it here : [<mark style="color:blue;">Simple Staking</mark>](/docs/core-features/earn/simple-staking.md)

## <mark style="color:blue;">**Liquidity Mining**</mark>

#### <mark style="color:blue;">**Overview**</mark> Liquidity Mining allows users to earn rewards by providing liquidity to designated pools on Elys Network. When you add tokens to a liquidity pool, you enable efficient trading on the platform. In return, liquidity providers receive a share of the fees generated from trades, as well as additional  token rewards, offering a lucrative way to passively earn. Learn more about it here: [<mark style="color:blue;">Liquidity Mining</mark>](/docs/core-features/earn/liquidity-mining.md)


---

# 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, and the optional `goal` query parameter:

```
GET https://elys-network.gitbook.io/docs/core-features/earn.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
