> ## 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.

# API Surface

> High-level server routes used by the game client.

The client talks to Next.js route handlers under `src/app/api`.

## Game routes

* Bootstrap game state.
* Plant, fertilize, harvest, and snag actions.
* Inventory purchase and produce sale flows.
* Notifications, friendships, referrals, and visits.

## Onchain routes

* Swap quotes.
* Liquidity mining dashboard and quote data.
* World ID proof verification.

Document route contracts here when they become external or need stable partner-facing behavior.
