# TON Contracts

- [Quick Start](/developer-hub/ton-contracts/quick-start.md)
- [Minter](/developer-hub/ton-contracts/minter.md)
- [Quick Start](/developer-hub/ton-contracts/minter/quick-start.md)
- [Jetton](/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](/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](/developer-hub/ton-contracts/minter/nft.md)
- [SBT](/developer-hub/ton-contracts/minter/sbt.md)
- [Wallet](/developer-hub/ton-contracts/minter/wallet.md)
- [Marketplace](/developer-hub/ton-contracts/marketplace.md)
- [Quick Start](/developer-hub/ton-contracts/marketplace/quick-start.md): This page will help you understand how an NFT marketplace works
- [NFT Market](/developer-hub/ton-contracts/marketplace/nft-market.md): These are NFT contracts that allows you to mint and
- [NFT Music Market](/developer-hub/ton-contracts/marketplace/nft-music-market.md)
- [NFT Ticket Market](/developer-hub/ton-contracts/marketplace/nft-ticket-market.md): An NFT contract
- [NFT Subscription Market](/developer-hub/ton-contracts/marketplace/nft-subscription-market.md): An NFT contracts for minting and issuing subscription services
- [Launchpad](/developer-hub/ton-contracts/launchpad.md)
- [Getting Started](/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](/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](/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](/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](/developer-hub/ton-contracts/launchpad/nft-pre-mint-auction-randomizer.md)
- [NFT Allowlist Auction](/developer-hub/ton-contracts/launchpad/nft-allowlist-auction.md)
- [eCommerce](/developer-hub/ton-contracts/ecommerce.md): Offer real world products and services via eCommerce contracts
- [Checkout](/developer-hub/ton-contracts/ecommerce/checkout.md)
- [Property Rentals](/developer-hub/ton-contracts/ecommerce/property-rentals.md)
- [Fleet Courier](/developer-hub/ton-contracts/ecommerce/fleet-courier.md)
- [Delivery Pooling](/developer-hub/ton-contracts/ecommerce/delivery-pooling.md)
- [Real World Assets](/developer-hub/ton-contracts/ecommerce/real-world-assets.md)
- [Governance](/developer-hub/ton-contracts/governance.md)
- [Staking](/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](/developer-hub/ton-contracts/governance/locker.md)
- [Vesting Locker](/developer-hub/ton-contracts/governance/vesting-locker.md)
- [Vesting Locker Simple](/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](/developer-hub/ton-contracts/governance/proposals.md)
- [Prediction](/developer-hub/ton-contracts/prediction.md)
- [Getting Started](/developer-hub/ton-contracts/prediction/getting-started.md)
- [Optimistic Oracles](/developer-hub/ton-contracts/prediction/optimistic-oracles.md)
- [Prediction Market Factory](/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.
