# Page Not Found

The URL `i-want-to.../learn-about-proof-of-contribution/why-is-there-a-tearank-threshold-for-rewards` does not exist. This page may have been moved, renamed, or deleted.

## Suggested Pages

You may be looking for one of the following:
- [Why was my teaRank not detected?](https://docs.tea.xyz/tea/i-want-to.../learn-about-proof-of-contribution/why-was-my-tearank-not-detected.md)
- [Why was Proof of Contribution created?](https://docs.tea.xyz/tea/i-want-to.../learn-about-proof-of-contribution/why-was-proof-of-contribution-created.md)
- [What is teaRank?](https://docs.tea.xyz/tea/i-want-to.../learn-about-proof-of-contribution/what-is-tearank.md)
- [What is Proof of Contribution? (Overview)](https://docs.tea.xyz/tea/i-want-to.../learn-about-proof-of-contribution/what-is-proof-of-contribution-overview.md)
- [Can I review the teaRank of my favorite OSS Project?](https://docs.tea.xyz/tea/i-want-to.../learn-about-proof-of-contribution/can-i-review-the-tearank-of-my-favorite-oss-project.md)

## How to find the correct page

If the exact page cannot be found, you can still retrieve the information using the documentation query interface.

### Option 1 — Ask a question (recommended)

Perform an HTTP GET request on the documentation index with the `ask` parameter:

```
GET https://docs.tea.xyz/tea/i-want-to.../learn-about-proof-of-contribution/why-was-my-tearank-not-detected.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

### Option 2 — Browse the documentation index

Full index: https://docs.tea.xyz/tea/sitemap.md

Use this to discover valid page paths or navigate the documentation structure.

### Option 3 — Retrieve the full documentation corpus

Full export: https://docs.tea.xyz/tea/llms-full.txt

Use this to access all content at once and perform your own parsing or retrieval. It will be more expensive.

## Tips for requesting documentation

Prefer `.md` URLs for structured content, append `.md` to URLs (e.g., `/tea/i-want-to.../learn-about-proof-of-contribution/why-was-my-tearank-not-detected.md`).

You may also use `Accept: text/markdown` header for content negotiation.
