# Nuscriptions

- [Overview](https://docs.nuvosphere.io/nuscriptions/overview.md)
- [Quick Guide](https://docs.nuvosphere.io/nuscriptions/quick-guide.md)
- [How to mint](https://docs.nuvosphere.io/nuscriptions/quick-guide/how-to-mint.md)
- [Step 1 - Connect account](https://docs.nuvosphere.io/nuscriptions/quick-guide/how-to-mint/step-1-connect-account.md)
- [Step 2 - Mint](https://docs.nuvosphere.io/nuscriptions/quick-guide/how-to-mint/step-2-mint.md)
- [Step 3 - Check owned tokens](https://docs.nuvosphere.io/nuscriptions/quick-guide/how-to-mint/step-3-check-owned-tokens.md): If mint is successful, user will be automatically redirected to the "owned token" page. You can exam your owned tokens here.
- [Step4 - Check my account](https://docs.nuvosphere.io/nuscriptions/quick-guide/how-to-mint/step4-check-my-account.md)
- [What's different](https://docs.nuvosphere.io/nuscriptions/whats-different.md)
- [Protocol](https://docs.nuvosphere.io/nuscriptions/protocol.md)
- [Hotfix1](https://docs.nuvosphere.io/nuscriptions/protocol/hotfix1.md)
- [Indexer](https://docs.nuvosphere.io/nuscriptions/indexer.md)
- [Frontend](https://docs.nuvosphere.io/nuscriptions/frontend.md)
- [Step-by-Step Instructions](https://docs.nuvosphere.io/nuscriptions/frontend/step-by-step-instructions.md)
- [Feedback and Notifications](https://docs.nuvosphere.io/nuscriptions/frontend/feedback-and-notifications.md)
- [Marketplace](https://docs.nuvosphere.io/nuscriptions/marketplace.md)
- [Auction](https://docs.nuvosphere.io/nuscriptions/marketplace/auction.md)
- [Spot](https://docs.nuvosphere.io/nuscriptions/marketplace/spot.md)
- [Derivatives](https://docs.nuvosphere.io/nuscriptions/marketplace/derivatives.md)
- [API](https://docs.nuvosphere.io/nuscriptions/api.md)
- [Overview](https://docs.nuvosphere.io/nuscriptions/api/overview.md)
- [Get Balance of an Inscription for an address](https://docs.nuvosphere.io/nuscriptions/api/get-balance-of-an-inscription-for-an-address.md)
- [Get Next ID for Minting](https://docs.nuvosphere.io/nuscriptions/api/get-next-id-for-minting.md)
- [Get Delegation Amount](https://docs.nuvosphere.io/nuscriptions/api/get-delegation-amount.md)
- [CheckID Availability](https://docs.nuvosphere.io/nuscriptions/api/checkid-availability.md)
- [Get Status of an Transaction](https://docs.nuvosphere.io/nuscriptions/api/get-status-of-an-transaction.md)
- [Inscription Existence Verification (id)](https://docs.nuvosphere.io/nuscriptions/api/inscription-existence-verification-id.md)
- [List Owned Tokens](https://docs.nuvosphere.io/nuscriptions/api/list-owned-tokens.md)
- [Get Deployment Details](https://docs.nuvosphere.io/nuscriptions/api/get-deployment-details.md)
- [Get Mint Amount](https://docs.nuvosphere.io/nuscriptions/api/get-mint-amount.md)
- [Get Token Owner](https://docs.nuvosphere.io/nuscriptions/api/get-token-owner.md)
- [Get Transaction History of a Token](https://docs.nuvosphere.io/nuscriptions/api/get-transaction-history-of-a-token.md)
- [List All Minted Inscriptions](https://docs.nuvosphere.io/nuscriptions/api/list-all-minted-inscriptions.md)
- [Inscription Existence Verification (tx\_hash)](https://docs.nuvosphere.io/nuscriptions/api/inscription-existence-verification-tx_hash.md)
- [Construct Deployment Message](https://docs.nuvosphere.io/nuscriptions/api/construct-deployment-message.md)
- [Construct Mint Message](https://docs.nuvosphere.io/nuscriptions/api/construct-mint-message.md)
- [Construct Transfer Message](https://docs.nuvosphere.io/nuscriptions/api/construct-transfer-message.md)
- [Get Tokens](https://docs.nuvosphere.io/nuscriptions/api/get-tokens.md)
- [Get Number of Holders for Ticker](https://docs.nuvosphere.io/nuscriptions/api/get-number-of-holders-for-ticker.md)


---

# 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.nuvosphere.io/nuscriptions.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.
