🌐
Atleta Network
English
English
  • πŸ‘‹Welcome
    • Introduction
      • What is Atleta?
      • Considerations
  • ⛓️Atleta L1
    • Performance
    • Consensus
      • NPoS
        • BABE
        • GRANDPA
    • Staking
      • Validators
        • Process
        • Configuration
      • Nominators
        • Nominator Pools
      • Rewards
        • Slashing Mechanism
          • Misbehavior Cases
    • $ATLA
      • Tokenomics
    • Interoperability
      • Parachains
      • XCM+
    • Governance
      • Gov Specifications
        • Gov (Without Staking)
      • Treasury
    • Virtual Machine
    • Looking Ahead
  • πŸ§ͺTestnet
    • Olympia information
  • πŸ‘¨β€πŸ’»DEVs
    • Build - βš™ - Testent
      • Building on Atleta Olympia
        • EVM Compatibility
        • Atleta Olympia Contracts
        • Fees
      • Smart Contract Development
        • ATIP
        • ATS
        • Tech Stack
      • Deploy Your EVM App
        • Deploy on Atleta Olympia
        • Hardhat
        • Foundry
        • REMIX
        • EthersΒ·js
        • Web3Β·js
      • Tools
        • Node providers
        • Block Explorers
      • Source code
  • βš™οΈNODE
    • Run a validator node
    • Run an archive node
  • πŸ’±Grants
    • Atleta Grants Program
      • Ecosystem Grants
        • Application & Requirements
        • Payments
      • 🚧RPGF
      • 🚧Hackathons
  • πŸ“’Guides
    • Testnet "How-To's"
      • β€œConnect to Olympia Testnet”
      • "Claim $ATLA via Faucet"
      • β€œStake Testnet $ATLA tokens”
      • β€œGovernance on Olympia Testnet”
      • β€œTrade on the DEX ”
      • β€œUse Atleta Olympia Leaderboard”
  • ❓FAQs
    • F.A.Q.'s
  • ℹ️Resources
    • πŸ˜„Social Channels
      • Twitter / X
      • Medium
      • Discord
      • Youtube
      • Instagram
      • Telegram
    • 🌐Website (Atleta)
    • πŸ“„BCSports Docs
    • πŸ“–Atleta Terminology
Powered by GitBook
On this page
  1. DEVs
  2. Build - βš™ - Testent
  3. Smart Contract Development

ATS

Standard for Smart Contacts and Tokens

ATLETA Token Standards outline the specifications for developers whenever creating new smart contracts, features, assets, and libraries for the ATLETA ecosystem. In order for an ATS to be implemented it must first go through the ATIP process.

ATS's - ATLETA Standard Tokens

Building on the battle tested standards that have brought tens, if not hundreds of thousands of digital assets into the crypto economy; ATLETA has utilized the libraries and frameworks for digital asset prevalent within (and beyond) the EVM ecosystem.

ATS - 20 - ATLETA Standard Tokens 20

Fungible digital assets.

The most common format for issuing batches of tokens on top of ATLETA intended to represent some form of application specific accounting.

ATS - 721 - ATLETA Standard Tokens 721

Non-Fungible digital assets.

Creating limited, unique sets of assets capable of representing any kind of arbitrary information or external assets. Effective for issuing tokens relating to the RWA, Art, DAO, community management, and even debt assets.

ATS - 1155 - ATLETA Standard Tokens 1155

Composite-Fungibility digital assets.

Hybrid standard allows for token issuers to combine characteristics of fungible and non-fungible assets into a single, hierarchical contract. Effective for use cases where ownership logic must be minimally computationally intensive; not split across different contracts (such as Gaming).

The ATS's listed below represent a fraction of the entire ATS set. More ATS's will be uploaded to this resource over the course of time; however, in order to ensure that the reader is viewing the most up-to-date ATS's; we invite them to the official ATS developer repository here (link will be provided soon).

PreviousATIPNextTech Stack

Last updated 1 year ago

πŸ‘¨β€πŸ’»