> For the complete documentation index, see [llms.txt](https://docs.touchgrass.today/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.touchgrass.today/09-glossary.md).

# Glossary

**Grass Score** — Points earned from platform actions: daily proof, milestones, lucky touches, challenge wins, referrals, and spotlight wins.

**Streak** — Consecutive days of proof submission. Reaching certain streak lengths (milestones) unlocks rewards.

**Milestone** — A specific streak day (10, 20, 30, 50, 100, 180, 365, 500) that unlocks a reward, provided eligibility requirements are met.

**Result Card** — A cosmetic, theme-able certificate generated from a verified proof submission. Always tied to a real submission — never faked.

**Flex Card** — A shareable stat card generated from your Proof of Grass activity.

**Field Guide** — The nature photo collection system within Proof of Grass; submit and identify outdoor finds over time.

**Weekly Spotlight** — Community-chosen weekly recognitions across four categories: Meme Lord, Spaces Warrior, Community MVP, and Top Shiller.

**Community Cultivation System** — Proof of Grass's referral system for growing the movement, earning Badges, Grass Score, and other bonuses for bringing new people in.

**Challenge** — A direct head-to-head matchup between two users, with a record of wins and losses kept for both.

**Shield** — A Marketplace item that protects your streak if you miss a day, preventing a reset.

**Sunset Pass** — A Marketplace item that extends your daily submission window by two hours (to 2 AM UTC, since the day rolls over at midnight UTC).

**Plant** — Depositing $TOUCHGRASS into a Harvest season during its planting window.

**Harvest** — Claiming your principal back once a Harvest season reaches Harvest Ready status. Also the name of the overall staking program.

**Season** — A time-boxed Harvest cycle with its own planting window, harvest date, minimum deposit, and reward pool.

**Planter** — Anyone who has planted $TOUCHGRASS in a Harvest season.

**MVP (Harvest)** — A planter recognized for the season, receiving a share of the 10% MVP reward pool.

**$TOUCHGRASS** — The ecosystem's SPL token on Solana. Fixed 1B supply, no minting or emissions.

**Grass Toucher / Screen Toucher** — Touch Grass's two NFT collections (333 supply each), both stakable for $TOUCHGRASS.


---

# 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.touchgrass.today/09-glossary.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.
