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

# FAQ

## General

### What is Sphera?

Sphera is the Super Fan Platform — one place to follow your team, engage with fellow fans, and own the moments that matter. We bring your entire fan experience into one platform with three zones: Community Hub, FutureCast, and Marketplace.

### What blockchain does Sphera use?

Sphera NFTs are minted on **Hedera** and can be bridged to **Avalanche** for trading on additional marketplaces. Both networks offer fast, low-cost transactions.

### How do I get started?

1. Set up a wallet (HashPack for Hedera, MetaMask for Avalanche)
2. Visit our [marketplace](https://market.sphera.world)
3. Browse and collect NFTs

## Wallets

### What wallet do I need?

* **For Hedera**: [HashPack](https://hashpack.app) (recommended)
* **For Avalanche**: MetaMask or any EVM-compatible wallet

### How do I set up HashPack?

1. Download HashPack from [hashpack.app](https://hashpack.app)
2. Create a new wallet or import an existing one
3. Secure your recovery phrase
4. Connect to Sphera marketplace

## NFTs & Collections

### What NFT collections are available?

Current collections include:

* **Sphera Amateur** - Entry-level collectibles
* **Sphera Fan** - Fan-tier collectibles
* **Sphera Ultras** - Premium collectibles
* **Legacy Pass** - Exclusive membership pass
* **Annual Pass** - Yearly membership benefits

### Where can I view my NFTs?

* On Hedera: Visit [HashScan](https://hashscan.io) and search your account
* On Avalanche: Check [Snowtrace](https://snowtrace.io) or the Sphera marketplace
* In the [NFT Bridge](https://nftbridge.sphera.world) interface

## Bridge

### What is the NFT Bridge?

The NFT Bridge allows you to move your Sphera NFTs between Hedera and Avalanche networks. This enables trading on different marketplaces and accessing different DeFi opportunities.

### Is bridging safe?

Yes. The bridge uses secure smart contracts that lock your NFT on one chain and mint an equivalent wrapped version on the other. You can always bridge back to get your original NFT.

For more bridge questions, see our [Bridge FAQ](/nft-bridge/faq.md).


---

# 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://docs.sphera.world/faq.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.
