> For the complete documentation index, see [llms.txt](https://guide.muzzle.run/muzzle-run-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.muzzle.run/muzzle-run-docs/muzzle-run-racing/opensea.md).

# OpenSea

OpenSea is the secondary market that we officially recommend in order to buy, sell and trade your Muzzle Run NFTs. You can visit the official Muzzle Run collections on OpenSea by clicking below:

* &#x20;[Click here to view the Breeder and Racer collection](https://opensea.io/collection/muzzle-run)
* [Click here to view the Rabbit collection](https://opensea.io/collection/muzzlerunrabbits/analytics)

**Important:** To avoid being scammed, always make sure you are browsing the official Muzzle Run collection by following the link above. You may wish to save it as a bookmark.

Before purchasing a hound on OpenSea it's always a good idea to view the trading card on Muzzle Run where all information is always up to date. You can do that by clicking the 3 dots menu on the right hand side then "View On Website" button as per the below screenshot.

<figure><img src="/files/CFYyrnUWdvPRqtigUAVp" alt=""><figcaption></figcaption></figure>


---

# 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://guide.muzzle.run/muzzle-run-docs/muzzle-run-racing/opensea.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.
