# Collections on Campfire

### How do collections get added to Campfire?

\
When your contract is deployed and a <mark style="color:blue;">transfer</mark> transaction goes through on the blockchain, for instance, a token is being minted (the NFT is transferred from the dead address to somebody's address), because our platform is listening to these blockchain events, the platform will receive this mint event.

When Campfire sees this event, it will make this collection and the NFT available on the platform.

At this stage the collection is unverified. You can search for the collection name in the search bar of Campfire with the "verified" toggle off. Once you find your collection, you can edit the collection details and start the verification process.


---

# Agent Instructions: 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:

```
GET https://docs.campfire.exchange/fundamentals/collections-on-campfire.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.

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.
