# Guides

- [✨ | Yield Tokens](https://docs.gammaswap.com/guides/yieldtokens.md): Guide to understanding GammaSwap Yield Tokens
- [How to Mint, Redeem & View Yield Token Details](https://docs.gammaswap.com/guides/yieldtokens/how-to-mint-redeem-and-view-yield-token-details.md)
- [General Overview - Risks, Hedge Strategy & Fees](https://docs.gammaswap.com/guides/yieldtokens/general-overview-risks-hedge-strategy-and-fees.md)
- [Smart Contracts & Strategy Architecture](https://docs.gammaswap.com/guides/yieldtokens/smart-contracts-and-strategy-architecture.md)
- [🌊 | Provide Liquidity](https://docs.gammaswap.com/guides/provideliquidity.md): What it means to provide liquidity in GammaSwap
- [Why LP in GammaSwap?](https://docs.gammaswap.com/guides/provideliquidity/why-lp-in-gammaswap.md): Benefits of LPing in the GammaSwap Protocol
- [How to Provide Liquidity](https://docs.gammaswap.com/guides/provideliquidity/how-to-provide-liquidity.md): How to use the interface to Provide Liquidity
- [How to Remove Liquidity](https://docs.gammaswap.com/guides/provideliquidity/how-to-remove-liquidity.md): How to close an LP position
- [Risks of Providing Liquidity](https://docs.gammaswap.com/guides/provideliquidity/risks-of-providing-liquidity.md): IL Risk, Liquidity Risk, Smart Contract Risk
- [Creating a Pool](https://docs.gammaswap.com/guides/provideliquidity/creating-a-pool.md): How to create a GammaPool
- [📈 | Trade Perpetual Options](https://docs.gammaswap.com/guides/tradeperpoptions.md): Borrowing Liquidity from the AMM
- [Perpetual Options Explained](https://docs.gammaswap.com/guides/tradeperpoptions/perpetual-options-explained.md): A novel type of options protocol
- [Opening & Closing Positions](https://docs.gammaswap.com/guides/tradeperpoptions/opening-and-closing-positions.md): Guide to using the interface for perpetual option trading
- [Position Details](https://docs.gammaswap.com/guides/tradeperpoptions/position-details.md): Important Details for a Perpetual Option
- [Borrow Rate](https://docs.gammaswap.com/guides/tradeperpoptions/borrow-rate.md): Explanation of the Interest Rate charged to Traders
- [Trading Fees](https://docs.gammaswap.com/guides/tradeperpoptions/trading-fees.md): Fees for opening and holding a perpetual option
- [How to Calculate PnL](https://docs.gammaswap.com/guides/tradeperpoptions/how-to-calculate-pnl.md): Calculating the PnL of a Perpetual Option position
- [Risks of Perpetual Options](https://docs.gammaswap.com/guides/tradeperpoptions/risks-of-perpetual-options.md): Liquidation Risk, Rate Risk, Leverage Risk
- [🤝 | Swap](https://docs.gammaswap.com/guides/swap.md): Swapping assets in the spot market
- [How to Swap](https://docs.gammaswap.com/guides/swap/how-to-swap.md): Guide to making a swap on DeltaSwap
- [💧 | Liquidations](https://docs.gammaswap.com/guides/liquidations.md): Liquidating Under Collateralized Positions
- [What if I was Liquidated?](https://docs.gammaswap.com/guides/liquidations/what-if-i-was-liquidated.md): Withdrawing collateral after a Liquidation
- [How Liquidations Work](https://docs.gammaswap.com/guides/liquidations/how-liquidations-work.md): Liquidating under collateralized loans
- [⚙️ | Tokenomics](https://docs.gammaswap.com/guides/tokenomics.md): $GS Tokenomics
- [Token Distribution](https://docs.gammaswap.com/guides/tokenomics/token-distribution.md): Distribution of Token Supply
- [Rewards Overview](https://docs.gammaswap.com/guides/tokenomics/rewards-overview.md): Describing Rewards and Tokens
- [🥩 | GS/esGS Staking](https://docs.gammaswap.com/guides/stakinggs.md): GS/esGS Staking Rewards & Vesting
- [Staking Guide](https://docs.gammaswap.com/guides/stakinggs/staking-guide.md): Staking GS & esGS for rewards
- [Vesting Staking Rewards](https://docs.gammaswap.com/guides/stakinggs/vesting-staking-rewards.md): Vesting esGS to GS
- [🚜 | Farms](https://docs.gammaswap.com/guides/farms.md): Liquidity mining and vesting escrowed rewards
- [Farming esGS via Liquidity Mining](https://docs.gammaswap.com/guides/farms/farming-esgs-via-liquidity-mining.md): Earning esGS by providing liquidity to qualifying pools
- [Vesting escrowed tokens from farms](https://docs.gammaswap.com/guides/farms/vesting-escrowed-tokens-from-farms.md): Converting escrowed GS to liquid GS
- [Legacy Farms](https://docs.gammaswap.com/guides/farms/legacy-farms.md): Previous farm rewards


---

# 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.gammaswap.com/guides.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.
