> ## Documentation Index
> Fetch the complete documentation index at: https://docs.seedfarm.world/llms.txt
> Use this file to discover all available pages before exploring further.

# Staking and Swaps

> Player-facing onchain actions.

SEED Farm includes interfaces for swap quotes, staking, and liquidity mining related actions.

## Swaps

The app requests swap quotes from server routes, then presents transaction details to the player before confirmation.

## Staking

Staking panels expose claim, deposit, withdrawal, and reward views backed by contract ABIs in the app source.

## FRUIT/WLD liquidity mining

[FRUIT/WLD Uniswap v3 pool](https://worldchain-mainnet.explorer.alchemy.com/address/0xF5ad32e8fEE4f2228AC2138c76228889e2af9d23)

```text theme={null}
0xF5ad32e8fEE4f2228AC2138c76228889e2af9d23
```

[FruitZapAndStake proxy](https://worldchain-mainnet.explorer.alchemy.com/address/0x476bba25ca43d8CF9f448180AacDe0Fe3570E52b)

```text theme={null}
0x476bba25ca43d8CF9f448180AacDe0Fe3570E52b
```

[FruitLPStaker proxy](https://worldchain-mainnet.explorer.alchemy.com/address/0x8a6775C0442d28e31b5a243C831EAA1ae9046E91)

```text theme={null}
0x8a6775C0442d28e31b5a243C831EAA1ae9046E91
```

## Operational note

Keep contract addresses, ABI updates, and network-specific settings documented close to the deployment process so player docs do not drift from the live app.
