> For the complete documentation index, see [llms.txt](https://hacktoberfest-handbook.mlh.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hacktoberfest-handbook.mlh.com/hack-days-partner-modules/partner-challenge-solana.md).

# Solana

The Solana Agent Registry is an open, onchain protocol for giving AI agents verifiable identities, portable reputation, and validation records. It gives participants a practical way to explore how people and software can decide which agents to trust.

## Best Use of the Solana Agent Registry

Build an open-source project that uses the Solana Agent Registry to give an AI agent a verifiable identity, make reputation easier to understand, or record useful validation data.

* Register an agent with a verifiable onchain identity
* Build a way to discover agents or understand their reputation and feedback
* Use validation records to help people or other agents make safer decisions

## Participant Resources

Share these resources before and during the Fest:

* [Solana Agent Registry](https://solana.com/agent-registry)
* [Solana Hack Day resources](https://mlh.link/solana)
* [Solana documentation](https://mlh.link/solana-docs)
* [Solana tutorials](https://mlh.link/solana-tutorials)
* [Solana templates](https://mlh.link/solana-templates)

## Opening Slides

Use the Hacktoberfest Solana opening slides included in your event onboarding. Make a copy and edit only the host-controlled slides.

## Choosing the Winner

Confirm that the winning project uses the Solana Agent Registry as an important part of the experience. Ask the team to show the relevant code and the registration, reputation, feedback, validation, or other onchain interaction during its demonstration. The project must be published in a public GitHub repository with an open-source license.

## Expected Prize

[**Ledger Nano S Plus**](https://www.amazon.com/dp/B0DJTKY4PS)

Check your event's onboarding materials before sharing prize details with participants, as availability may vary by region.


---

# 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://hacktoberfest-handbook.mlh.com/hack-days-partner-modules/partner-challenge-solana.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.
