> For the complete documentation index, see [llms.txt](https://stellar.gitbook.io/scf-handbook/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://stellar.gitbook.io/scf-handbook/governance/verified-members.md).

# Verified Members

SCF recognizes individuals called Verified Members who actively contribute to the Stellar ecosystem and participate in its governance through the Stellar Community Fund. SCF Verified Member roles are earned, dynamic, and influence-based. Progression through tiers reflects a combination of:

* Proven expertise
* Governance participation
* Community trust

The goal of this system is to ensure that governance responsibility scales with demonstrated contribution and trust—while remaining transparent, fair, and scalable.

### Tiers

SCF Verified Membership consists of four tiers assigned as Discord roles:

| Tier       | Purpose                                            |
| ---------- | -------------------------------------------------- |
| Verified   | Identity and account verification                  |
| Pathfinder | Demonstrated Stellar / Soroban expertise           |
| Navigator  | Active governance participant                      |
| Pilot      | Experienced with delegate and governance authority |

Higher tiers unlock additional responsibilities and governance influence, but no tier is permanent. Roles are maintained through ongoing participation and relative standing.

### Access at each tier

<table data-full-width="true"><thead><tr><th>Access</th><th>Verified</th><th>Pathfinder</th><th>Navigator</th><th>Pilot</th></tr></thead><tbody><tr><td>Access to <code>#verified-panel</code> in the Stellar Dev Discord to view discussions</td><td>✅</td><td>✅</td><td>✅</td><td>✅</td></tr><tr><td>Delegate votes for the SCF Build Award submissions during Community Vote, and contribute to discussions in <code>#verified-panel</code></td><td><br></td><td>✅</td><td>✅</td><td>✅</td></tr><tr><td>Vote actively for projects to allocate awards and be considered for invitations to virtual and IRL events</td><td><br></td><td><br></td><td>✅</td><td>✅</td></tr><tr><td>Become a quarterly delegate for the SCF Build Award; be included in exclusive structure discussions; and propose, contribute, and vote for governance proposals</td><td><br></td><td><br></td><td><br></td><td>✅</td></tr></tbody></table>


---

# 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://stellar.gitbook.io/scf-handbook/governance/verified-members.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.
