> 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/nft-bridge/bridge.md).

# Overview

The Sphera NFT Bridge allows you to seamlessly move your NFTs between **Hedera** and **Avalanche** networks.

## Why Bridge?

* **Access More Marketplaces** - Trade your NFTs on Avalanche-based marketplaces
* **Lower Gas Fees** - Choose the network with the best fees for your transaction
* **Flexibility** - Use your NFTs across different DeFi ecosystems

## Supported Collections

| Collection     | Hedera | Avalanche |
| -------------- | ------ | --------- |
| Sphera Amateur | ✅      | ✅         |
| Sphera Fan     | ✅      | ✅         |
| Sphera Ultras  | ✅      | ✅         |
| Legacy Pass    | ✅      | ✅         |
| Annual Pass    | ✅      | ✅         |

## How It Works

### Hedera → Avalanche

1. Your NFT is **locked** in a secure smart contract on Hedera
2. A **wrapped version** is minted on Avalanche
3. The wrapped NFT has identical metadata and artwork

### Avalanche → Hedera

1. Your wrapped NFT is **burned** on Avalanche
2. The original NFT is **unlocked** on Hedera
3. You receive your original NFT back

## Security

* Smart contracts are designed with security best practices
* Only the bridge authority can mint/unlock NFTs
* Your NFT is never destroyed - it's either locked or unlocked

## Get Started

Ready to bridge? See [How to Bridge](/nft-bridge/how-to-bridge.md) for step-by-step instructions.


---

# 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/nft-bridge/bridge.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.
