> 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/07-faq.md).

# FAQ

**I hit a streak milestone but didn't get paid. Why?** Milestone rewards require meeting all eligibility requirements at the time of the milestone: 25 minimum followers, $5 USD minimum in $TOUCHGRASS or an active Harvest deposit, and a connected wallet. Rewards are not paid retroactively — if you weren't eligible when the milestone hit, that reward is forfeited, even if you later meet the requirements.

**What counts as an outdoor photo?** Indoor images aren't accepted. Proof must show you outside.

**Can I use the same photo for multiple submissions?** No — repeated use of the same image isn't allowed. Each submission needs a fresh photo.

**Can I run multiple accounts?** No — one account per person. Multiple accounts are against the rules and can result in disqualification from rewards.

**What's the difference between a Shield and a Sunset Pass?** A Shield protects your streak if you miss a day entirely — without one, missing a day resets your streak. A Sunset Pass extends your daily submission window by two hours (the platform day rolls over at midnight UTC, so a pass pushes your window to 2 AM UTC) — useful if you're going to submit late rather than miss the day outright.

**Does planting size affect my odds in the random reward pool?** No. The 20% random-planter pool in Harvest gives every unique planter an equal chance regardless of deposit size. The 70% proportional pool is the one that scales with how much you plant.

**Can I plant in multiple Harvest seasons?** Yes. You can participate across multiple seasons, and your harvest history remains permanently viewable.

**What happens if I add more to my Harvest position mid-season?** Repeat deposits during the planting window top up your existing position rather than creating a new one. Once the planting window closes, deposits are no longer accepted for that season — so any top-ups need to happen before the window ends.

**Are both NFT collections the same?** Grass Touchers (333 supply) was the first collection; Screen Touchers (333 supply) is the second. Both are stakable for $TOUCHGRASS.

**Where does the youth athletics support come from?** A portion of NFT mint proceeds and a portion of pump.fun creator rewards (earned from trading volume) both go toward supporting youth athletics in the local community.

**Is $TOUCHGRASS supply inflationary?** No — 1B total supply, no minting or emissions, and mint authority is revoked.


---

# 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/07-faq.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.
