> For the complete documentation index, see [llms.txt](https://docs.aftermath.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aftermath.finance/farms/tutorials/staking-into-a-farm.md).

# Staking into a Farm

Staking your LP token into a Farm in order to receive incentives is simple. First, navigate to the Earn tab and click Farms to see a complete list of pools which are incentivized through an Afterburner Vault.

<figure><img src="/files/J89gLFjGjulMQzn8WxWh" alt=""><figcaption><p>Farms on Aftermath</p></figcaption></figure>

Once you navigate to a Farm for which you have a balance of the corresponding LP token, you will be able to inspect metrics about that Farm including the TVL, APR, Maximum Lock Duration, and a link to the Farm on a block explorer.

The Lock Duration provides the user the ability to earn a higher APR by committing their liquidity for a specific amount of time. This is not mandatory, but does present the opportunity to earn more rewards if the user is comfortable with a specific lockup duration.

<figure><img src="/files/i4vYyrLNEuqbdBMPeXgJ" alt=""><figcaption><p>Farm page on Aftermath</p></figcaption></figure>

To the right of the page, you can specify how many LP tokens you wish to stake, and specify a lock duration if desired. New rewards are deposited every two weeks, and the lock duraiton can not exceed the amount of days remaining until rewards are replenished. You can view the APR boost by locking by typing a number in the Lock Duration field. When you are satisfied with the number of LP tokens and Lock Duration, click Stake.

<figure><img src="/files/TuQNFOBxc4GKX4QthEn4" alt=""><figcaption><p>Farm page with active staking position</p></figcaption></figure>

You will now see your active staking position. You can also view you staking position in your wallet under Portfolio->Earn->Farms. For more information on viewing your farming positions through the wallet, see [Interacting with your Wallet](/getting-started/navigating-aftermath/interacting-with-your-wallet.md).

## Auto-Relocking

When you stake a position and choose a lock mulitplier, your position will automatically re-lock when the lock period ends. When this happens, you will continue to earn the lock multiplier, but you will also have the option to unstake and withdraw at any time.

<figure><img src="/files/g3Fw7h4aOeIan4PNidzP" alt="" width="563"><figcaption><p>Lock Multiplier flow</p></figcaption></figure>

Aftermath does not have control over your position at any time. As the owner of the position, only you are able to interact with it. You do not need to come back to Aftermath and re-lock; that will be done automatically. But, only you are able to claim rewards, add to stake, or increase the lock.

If you have any questions, just ask us in Discord [here ](https://discord.com/invite/KvVCAauXk5)and we will walk you through the process.


---

# 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://docs.aftermath.finance/farms/tutorials/staking-into-a-farm.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.
