> For the complete documentation index, see [llms.txt](https://whitepaper-old.steakhut.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper-old.steakhut.finance/getting-started.md).

# Getting Started

- [SteakHut Benefits](https://whitepaper-old.steakhut.finance/getting-started/steakhut-benefits.md): The Power of the SteakHut Herd!
- [Mechanics](https://whitepaper-old.steakhut.finance/getting-started/mechanics.md): How does SteakHut work?
- [SteakHut for DEX V2 Pools](https://whitepaper-old.steakhut.finance/getting-started/mechanics/steakhut-for-dex-v2-pools.md): Making concentrated liquidity easy.
- [SteakHut for DEX V1 Pools](https://whitepaper-old.steakhut.finance/getting-started/mechanics/steakhut-for-dex-v1-pools.md): I'm Just here for boosted yields Ser!
- [SteakHut for JOE Zappers](https://whitepaper-old.steakhut.finance/getting-started/mechanics/steakhut-for-joe-zappers.md): Zippity Zap!
- [SteakHut for STEAK-Holders](https://whitepaper-old.steakhut.finance/getting-started/mechanics/steakhut-for-steak-holders.md): $STEAK = gud token
- [STEAKING](https://whitepaper-old.steakhut.finance/getting-started/steaking.md): Unlock the full potential of your $STEAK
- [Rewards](https://whitepaper-old.steakhut.finance/getting-started/steaking/rewards.md): Enjoy real-yield rewards from the SteakHut platform
- [Liquidity](https://whitepaper-old.steakhut.finance/getting-started/liquidity.md): Automate your Trader Joe V2 Liquidity
- [Passive Strategies](https://whitepaper-old.steakhut.finance/getting-started/liquidity/passive-strategies.md): Automate and optimize your liquidity!
- [Stable Strategy](https://whitepaper-old.steakhut.finance/getting-started/liquidity/passive-strategies/stable-strategy.md)
- [Dynamic Range Strategy](https://whitepaper-old.steakhut.finance/getting-started/liquidity/passive-strategies/dynamic-range-strategy.md)
- [Pegged Pair Strategy](https://whitepaper-old.steakhut.finance/getting-started/liquidity/passive-strategies/pegged-pair-strategy.md)
- [Active Strategies](https://whitepaper-old.steakhut.finance/getting-started/liquidity/active-strategies.md): Coming soon: A curated marketplace of strategies!
- [Liquidity as a service](https://whitepaper-old.steakhut.finance/getting-started/liquidity/liquidity-as-a-service.md): A middleware to building and integrating with concentrated liquidity!
- [Structuring Liquidity](https://whitepaper-old.steakhut.finance/getting-started/liquidity/structuring-liquidity.md)
- [Concentrated Reward Farms (Boost)](https://whitepaper-old.steakhut.finance/getting-started/liquidity/concentrated-reward-farms-boost.md): BOOST your V2 Liquidity!
- [Risks](https://whitepaper-old.steakhut.finance/getting-started/liquidity/risks.md)
- [ve JOE Farms](https://whitepaper-old.steakhut.finance/getting-started/ve-joe-farms.md): Enjoy BOOSTED Yields!
- [veJOE Boosted Farms](https://whitepaper-old.steakhut.finance/getting-started/ve-joe-farms/vejoe-boosted-farms.md): Unlock the highest Trader Joe rewards
- [Understanding veJOE](https://whitepaper-old.steakhut.finance/getting-started/ve-joe-farms/vejoe-boosted-farms/understanding-vejoe.md): A deep-dive into the veJOE staking
- [Auto-compounding Vaults](https://whitepaper-old.steakhut.finance/getting-started/auto-compounding-vaults.md): Unlock the DeFi flywheel, and compound your rewards!
- [sJOE Compounder](https://whitepaper-old.steakhut.finance/getting-started/auto-compounding-vaults/sjoe-compounder.md): Put your $JOE on autopilot


---

# 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://whitepaper-old.steakhut.finance/getting-started.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.
