> For the complete documentation index, see [llms.txt](https://xircus-developer.gitbook.io/developer-hub/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xircus-developer.gitbook.io/developer-hub/ton-contracts.md).

# TON Contracts

- [Quick Start](https://xircus-developer.gitbook.io/developer-hub/ton-contracts/quick-start.md)
- [Minter](https://xircus-developer.gitbook.io/developer-hub/ton-contracts/minter.md)
- [Quick Start](https://xircus-developer.gitbook.io/developer-hub/ton-contracts/minter/quick-start.md)
- [Jetton](https://xircus-developer.gitbook.io/developer-hub/ton-contracts/minter/jetton.md): Jettons are tokens on TON Blockchain - one can consider them similarly to ERC-20 tokens on Ethereum
- [Jetton Non-Shard](https://xircus-developer.gitbook.io/developer-hub/ton-contracts/minter/jetton-non-shard.md): A new type of Jetton that follows some ERC-20 standard, account balances are stored in hash-map but with limitations
- [NFT](https://xircus-developer.gitbook.io/developer-hub/ton-contracts/minter/nft.md)
- [SBT](https://xircus-developer.gitbook.io/developer-hub/ton-contracts/minter/sbt.md)
- [Wallet](https://xircus-developer.gitbook.io/developer-hub/ton-contracts/minter/wallet.md)
- [Marketplace](https://xircus-developer.gitbook.io/developer-hub/ton-contracts/marketplace.md)
- [Quick Start](https://xircus-developer.gitbook.io/developer-hub/ton-contracts/marketplace/quick-start.md): This page will help you understand how an NFT marketplace works
- [NFT Market](https://xircus-developer.gitbook.io/developer-hub/ton-contracts/marketplace/nft-market.md): These are NFT contracts that allows you to mint and
- [NFT Music Market](https://xircus-developer.gitbook.io/developer-hub/ton-contracts/marketplace/nft-music-market.md)
- [NFT Ticket Market](https://xircus-developer.gitbook.io/developer-hub/ton-contracts/marketplace/nft-ticket-market.md): An NFT contract
- [NFT Subscription Market](https://xircus-developer.gitbook.io/developer-hub/ton-contracts/marketplace/nft-subscription-market.md): An NFT contracts for minting and issuing subscription services
- [Launchpad](https://xircus-developer.gitbook.io/developer-hub/ton-contracts/launchpad.md)
- [Getting Started](https://xircus-developer.gitbook.io/developer-hub/ton-contracts/launchpad/getting-started.md): We create different types of auction contracts that fits your need wether you are raising for angel, pre-seed, seed, presale, private sale, initial offering or d-exchange offering, we got you covered
- [Auction Instant](https://xircus-developer.gitbook.io/developer-hub/ton-contracts/launchpad/auction-instant.md): This auction type is best for raising seed or pre-seed funds without the fear of reaching a soft cap to finalize.
- [Auction Pool](https://xircus-developer.gitbook.io/developer-hub/ton-contracts/launchpad/auction-pool.md): This auction type is best for raising and pooling funds that requires to reach a soft cap to finalize that the pool is successful
- [Auction Fair Launch](https://xircus-developer.gitbook.io/developer-hub/ton-contracts/launchpad/auction-fair-launch.md): Pool funds and add certain percentage as liquidity provider for Jetton + Toncoin pair
- [NFT Pre-Mint Auction Randomizer](https://xircus-developer.gitbook.io/developer-hub/ton-contracts/launchpad/nft-pre-mint-auction-randomizer.md)
- [NFT Allowlist Auction](https://xircus-developer.gitbook.io/developer-hub/ton-contracts/launchpad/nft-allowlist-auction.md)
- [eCommerce](https://xircus-developer.gitbook.io/developer-hub/ton-contracts/ecommerce.md): Offer real world products and services via eCommerce contracts
- [Checkout](https://xircus-developer.gitbook.io/developer-hub/ton-contracts/ecommerce/checkout.md)
- [Property Rentals](https://xircus-developer.gitbook.io/developer-hub/ton-contracts/ecommerce/property-rentals.md)
- [Fleet Courier](https://xircus-developer.gitbook.io/developer-hub/ton-contracts/ecommerce/fleet-courier.md)
- [Delivery Pooling](https://xircus-developer.gitbook.io/developer-hub/ton-contracts/ecommerce/delivery-pooling.md)
- [Real World Assets](https://xircus-developer.gitbook.io/developer-hub/ton-contracts/ecommerce/real-world-assets.md)
- [Governance](https://xircus-developer.gitbook.io/developer-hub/ton-contracts/governance.md)
- [Staking](https://xircus-developer.gitbook.io/developer-hub/ton-contracts/governance/staking.md): This contract allows you to deposit assets or tokens to earn extra assets or tokens based on APY
- [Locker](https://xircus-developer.gitbook.io/developer-hub/ton-contracts/governance/locker.md)
- [Vesting Locker](https://xircus-developer.gitbook.io/developer-hub/ton-contracts/governance/vesting-locker.md)
- [Vesting Locker Simple](https://xircus-developer.gitbook.io/developer-hub/ton-contracts/governance/vesting-locker-simple.md): This vesting contract is only designed for single recipient. Best for auction with percentage based release and initial fixed unlock
- [Proposals](https://xircus-developer.gitbook.io/developer-hub/ton-contracts/governance/proposals.md)
- [Prediction](https://xircus-developer.gitbook.io/developer-hub/ton-contracts/prediction.md)
- [Getting Started](https://xircus-developer.gitbook.io/developer-hub/ton-contracts/prediction/getting-started.md)
- [Optimistic Oracles](https://xircus-developer.gitbook.io/developer-hub/ton-contracts/prediction/optimistic-oracles.md)
- [Prediction Market Factory](https://xircus-developer.gitbook.io/developer-hub/ton-contracts/prediction/prediction-market-factory.md): This prediction contract creates a shard contract where parties can participate to buy their position on the occurrence of the future event stated in the request.


---

# 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://xircus-developer.gitbook.io/developer-hub/ton-contracts.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.
