> 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/04-proof-of-grass.md).

# Proof of Grass

Proof of Grass is the core Touch Grass platform — submit proof of outdoor activity, build a streak, and earn rewards along the way.

Live at [proofofgrass.app](https://proofofgrass.app).

## Features

* **Flex Cards** — shareable stat cards generated from your Proof of Grass activity, ready to post and show off progress.
* **Badges** — earned recognitions for hitting achievements as you build your streak and activity history.
* **Challenges** — a user challenges another user directly; a record of wins and losses is kept for both.
* **Quests** — structured, often multi-step objectives that guide users through the platform and reward completion.
* **World Map** — a visual map showing where the community is touching grass around the world. Disclosing your relative location on a post is optional; the idea is to show Touch Grass as an international movement.
* **Marketplace** — where users spend $TOUCHGRASS, the main marketplace currency, on cosmetic themes, Shields, and Sunset Passes.
* **Weekly Spotlight Winners** — community-chosen recognitions across four categories: **Meme Lord** (best memes/content of the week), **Spaces Warrior** (attends Touch Grass community spaces and is active promoting Touch Grass in other spaces), **Community MVP** (raises the bar — education, engagement, onboarding, etc.), and **Top Shiller** (consistent bull posting and spreading the word).
* **Field Guide** — a nature photo collection system: submit and identify outdoor finds to build out your own field guide over time.
* **Community Cultivation System** — Proof of Grass's referral system for growing the movement. Bringing new people in earns Badges, Grass Score, and other bonuses.
* **Creator Hub** — content tools within Proof of Grass for turning stats and proof into shareable content.

## Grass Score

Every action on the platform earns Grass Score:

| Action                 | Points          |
| ---------------------- | --------------- |
| Daily proof submission | +10             |
| Milestone reached      | day number × 10 |
| Lucky touch (common)   | +15             |
| Lucky touch (rare)     | +50             |
| Challenge win          | +75             |
| Referral converted     | +100            |
| Spotlight win          | +150            |

## Streak Milestones

Reaching consecutive-day milestones unlocks rewards on top of the Grass Score bonus:

| Milestone | Reward                       |
| --------- | ---------------------------- |
| Day 10    | $3 USD worth of $TOUCHGRASS  |
| Day 20    | $6 USD worth of $TOUCHGRASS  |
| Day 30    | Screen Touchers NFT          |
| Day 50    | $10 USD worth of $TOUCHGRASS |
| Day 100   | Grass Toucher NFT            |
| Day 180   | TBD                          |
| Day 365   | TBD                          |
| Day 500   | TBD                          |

## Reward Eligibility

To be eligible for milestone and Grass Score rewards, users must meet all of the following:

* **25 minimum followers**
* **$5 USD minimum** — either held in $TOUCHGRASS or as an active deposit in [The Harvest](/02-harvest.md)
* **Wallet connected** to Proof of Grass

> **Rewards are not paid retroactively.** If a milestone is reached while eligibility requirements aren't met, that reward is forfeited — it is not paid out once eligibility is later restored.

## Marketplace

$TOUCHGRASS is the main currency in the Marketplace. Besides cosmetic Result Card themes, two functional items are available:

* **Shields** — protect your streak if you miss a day. Example: you're on day 99 and miss your post — without a shield, your streak resets. With a shield active, your streak continues uninterrupted.
* **Sunset Passes** — extend your daily submission window by two hours. Proof of Grass's day rolls over at midnight UTC; a Sunset Pass pushes your personal window to 2 AM UTC.

Prices for Marketplace items fluctuate along with the $TOUCHGRASS token price.

## Rules

Proof submissions must follow these rules. Violations can result in disqualification from rewards.

* **No multiple accounts** — one account per person
* **No AI-generated images**
* **No indoor images** — proof must be outdoors
* **No repeated use of the same image** — each submission needs a fresh photo

## Result Cards

Verified proof submissions generate a Result Card — a cosmetic, theme-able certificate. Result Cards are always tied to a real database submission and are never generated as fakes, regardless of marketplace theme purchases. Layout is permanent; themes only swap visual assets (background, border, particle/environmental effects, badge frame, etc.).


---

# 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/04-proof-of-grass.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.
