{"id":"atleta-network","title":"Atleta Network","content":"**Atleta Network** is a modular, multi-layer, EVM-compatible [blockchain](https://iq.wiki/wiki/blockchain) network designed as a smart contract platform. It aims to provide infrastructure for the sports industry by enhancing security and decentralization while maintaining scalability and interoperability. [\\[1\\]](#cite-id-KsUUDUl5wi) [\\[2\\]](#cite-id-N4cnnRU37M)\n\n## Overview\n\nAtleta Network is the foundational [blockchain](https://iq.wiki/wiki/blockchain) for the [Blockchain](https://iq.wiki/wiki/blockchain) Sports (BCSports) ecosystem. The project's stated goal is to provide the necessary infrastructure to support the digitization of the sports industry. This includes facilitating the tokenization of physical goods, such as memorabilia, and transforming traditionally private sports markets into more accessible public markets on the [blockchain](https://iq.wiki/wiki/blockchain). The network is designed as an open, [permissionless](https://iq.wiki/wiki/permissionless), and censorship-resistant environment for deploying decentralized applications (dApps). The project's founders aim to address what they describe as the fragmentation of sports information and the limitations of sports operating as a \"public good owned by private entities\" by creating a credibly neutral platform for sports data. [\\[1\\]](#cite-id-KsUUDUl5wi) [\\[2\\]](#cite-id-N4cnnRU37M)\n\nThe project launched its [testnet](https://iq.wiki/wiki/testnet), named Atleta-Olympia, to serve as a development and testing ground for its ecosystem. According to the project's official documentation, the [testnet](https://iq.wiki/wiki/testnet) has achieved significant user activity. The reported metrics include the creation of over one million unique wallets, the processing of more than 25 million transactions, and the deployment of over 5,000 smart contracts. This phase is intended to showcase the network's capabilities and foster a community of developers and users before a [mainnet](https://iq.wiki/wiki/mainnet) launch. [\\[1\\]](#cite-id-KsUUDUl5wi) [\\[3\\]](#cite-id-HdDxESI3nE)\n\nA core concept of the Atleta ecosystem is the creation of \"bio-economic primitives,\" which involves the tokenization of biological data related to athlete performance. This is intended to create new economic models and funding mechanisms within sports. One such mechanism is the \"Initial Athlete Offering\" (IAO), facilitated through Athlete Non-Fungible Tokens (NFTs), which allows emerging athletes to raise funds for their careers. [\\[2\\]](#cite-id-N4cnnRU37M)\n\n## History\n\nThe official X (formerly Twitter) account for Atleta Network was created in January 2024. On March 27, 2024, the project announced its \"Atleta Genesis Phase,\" a campaign that included a whitelist for early participants to mint free NFTs, which were intended to provide benefits for the upcoming [testnet](https://iq.wiki/wiki/testnet). [\\[3\\]](#cite-id-HdDxESI3nE)\n\nThe Atleta-Olympia [Testnet](https://iq.wiki/wiki/testnet) was launched in May 2024, following a series of community engagement campaigns throughout April and May. The native token of the network, $ATLA, was listed for spot trading on the [MEXC](https://iq.wiki/wiki/mexc) exchange on August 17, 2025, with an ATLA/USDT trading pair. [\\[3\\]](#cite-id-HdDxESI3nE)\n\n## Technology\n\nAtleta Network's architecture is built to support a high-performance, interoperable, and developer-friendly environment. It leverages established frameworks from the [Polkadot](https://iq.wiki/wiki/polkadot) ecosystem while maintaining compatibility with the larger [Ethereum](https://iq.wiki/wiki/ethereum) developer community. [\\[4\\]](#cite-id-kXWdT48ygb)\n\n### Core Architecture\n\nThe network is developed using the Substrate framework and is written in the Rust programming language. Substrate provides a modular [foundation](https://iq.wiki/wiki/foundation) for building blockchains, allowing for customization of components like the consensus mechanism, transaction queue, and on-chain governance. The architecture is divided into distinct layers for execution, interoperability, and data storage, which is intended to enhance flexibility and upgradeability. The project's GitHub repositories show forked components from the [Polkadot](https://iq.wiki/wiki/polkadot) software development kit, confirming its Substrate-based design. [\\[1\\]](#cite-id-KsUUDUl5wi) [\\[5\\]](#cite-id-nMgWLoeLmo)\n\n### Consensus Mechanism\n\nAtleta Network employs a Nominated Proof-of-Stake (NPoS) consensus mechanism. NPoS is designed to be more democratic and decentralized than traditional Proof-of-Stake models by separating the roles of [block](https://iq.wiki/wiki/block) production and validation from the act of [staking](https://iq.wiki/wiki/staking). The two primary roles in this system are Validators and Nominators.\n\n* **Validators:** These nodes are responsible for running the network, producing new blocks, and validating transactions. They are required to stake a significant amount of $ATLA tokens as [collateral](https://iq.wiki/wiki/collateral).\n* **Nominators:** Token holders who participate in securing the network by delegating their staked $ATLA to trusted Validators. Nominators share in the [staking](https://iq.wiki/wiki/staking) rewards but are also subject to penalties if their chosen [validator](https://iq.wiki/wiki/validator) misbehaves.\n\nTo penalize malicious or negligent behavior, the network incorporates a \"slashing\" mechanism. Validators can have a [portion](https://iq.wiki/wiki/portion) of their stake forfeited for actions such as being offline for extended periods or signing conflicting blocks (equivocation). This system incentivizes high uptime and honest participation. [\\[6\\]](#cite-id-E5PNTgx0px)\n\nFor [block](https://iq.wiki/wiki/block) production and finality, Atleta uses a [hybrid](https://iq.wiki/wiki/hybrid) approach that combines two protocols:\n\n* **BABE (Blind Assignment for Blockchain Extension):** This protocol is responsible for [block](https://iq.wiki/wiki/block) production. It assigns [block](https://iq.wiki/wiki/block) production slots to validators based on a verifiable random function, which prevents validators from knowing their future assignments too far in advance, thus enhancing security.\n* **GRANDPA (GHOST-based Recursive ANcestor Deriving Prefix Agreement):** This protocol provides deterministic finality. Instead of finalizing blocks one by one, GRANDPA allows validators to vote on a chain that they perceive as correct, enabling the finalization of a large number of blocks at once. This contributes to the network's instant finality guarantee. [\\[1\\]](#cite-id-KsUUDUl5wi)\n\n### Virtual Machine and Smart Contracts\n\nThe network is designed to be multi-lingual, supporting multiple smart contract environments to lower the barrier to entry for developers from different ecosystems.\n\n* **EVM Compatibility:** Atleta is fully compatible with the [Ethereum](https://iq.wiki/wiki/ethereum) Virtual Machine (EVM). This allows developers to deploy smart contracts written in [Solidity](https://iq.wiki/wiki/solidity) and other EVM-compatible languages directly onto the network. It also ensures compatibility with standard [Ethereum](https://iq.wiki/wiki/ethereum) development tools, including Hardhat, Foundry, Remix IDE, Ethers.js, and Web3.js. This feature is enabled by an [Ethereum](https://iq.wiki/wiki/ethereum) compatibility layer for Substrate, evidenced by a forked `frontier` repository in the project's GitHub.\n* **WASM Support:** The network also supports WebAssembly (WASM) for smart contracts. Developers can write contracts using INK!, a Rust-based embedded domain-specific language (eDSL) designed for Substrate-based chains. WASM contracts can offer performance advantages over EVM contracts. [\\[6\\]](#cite-id-E5PNTgx0px) [\\[5\\]](#cite-id-nMgWLoeLmo)\n\n### Interoperability\n\nAtleta is built for cross-chain communication, primarily through the Cross-Consensus Message Format (XCM+). XCM is a messaging language and format, not a protocol, that allows different [blockchain](https://iq.wiki/wiki/blockchain) systems (consensus systems) to communicate with each other. This enables Atleta to interact with other parachains within the [Polkadot](https://iq.wiki/wiki/polkadot) ecosystem, as well as with external chains via bridges, facilitating the transfer of assets and data [across](https://iq.wiki/wiki/across) networks. [\\[4\\]](#cite-id-kXWdT48ygb)\n\n### Performance\n\nThe project's official documentation cites specific performance metrics for the network:\n\n* **Throughput:** Approximately 80 transactions per second (TPS).\n* **Block Time:** 6 seconds.\n* **Finality:** Instant, with a single [block](https://iq.wiki/wiki/block) settlement guarantee provided by the GRANDPA finality gadget. [\\[1\\]](#cite-id-KsUUDUl5wi)\n\n## Tokenomics\n\nThe native token of the Atleta Network is $ATLA. It serves as both a utility and [governance token](https://iq.wiki/wiki/governance-tokens), integral to the functioning of the network's economy and security model. [\\[6\\]](#cite-id-E5PNTgx0px)\n\n### Utility\n\nThe $ATLA token has several core functions within the ecosystem:\n\n* **Transaction Fees:** Used to pay for [gas](https://iq.wiki/wiki/gas) fees required to execute transactions and deploy smart contracts on the network.\n* **Staking:** Used by Validators and Nominators to participate in the NPoS consensus mechanism to secure the network. Participants earn [staking](https://iq.wiki/wiki/staking) rewards in $ATLA for their contributions.\n* **Governance:** Required for participating in the on-chain governance process, such as proposing and voting on network upgrades or changes to protocol parameters.\n* **DeFi Engagement:** Serves as the primary asset for interacting with dApps within the Atleta ecosystem, including swapping on decentralized exchanges, providing liquidity, and participating in lending protocols. [\\[6\\]](#cite-id-E5PNTgx0px)\n\n### Staking\n\nThe [staking](https://iq.wiki/wiki/staking) mechanism is a central component of the network's security. To make participation more accessible for users with smaller amounts of $ATLA, the network supports Nominator Pools. These pools allow multiple users to combine their stake into a single delegation, collectively acting as a nominator and sharing the rewards proportionally. This feature aims to increase decentralization by lowering the minimum stake required to participate in securing the network. [\\[4\\]](#cite-id-kXWdT48ygb)\n\n## Governance\n\nAtleta Network features an on-chain governance framework that allows stakeholders to collectively manage the protocol's evolution. Token holders can propose and vote on referenda, which can enact changes such as runtime upgrades, parameter adjustments, or treasury spending. The system is designed to be decentralized, with decisions executed autonomously by the protocol based on voting outcomes. [\\[7\\]](#cite-id-ftw4K2uLJ6)\n\nThe governance structure includes a network Treasury. This is an on-chain pot of funds collected from a [portion](https://iq.wiki/wiki/portion) of transaction fees, [block](https://iq.wiki/wiki/block) rewards, and slashing penalties. These funds can be allocated to support ecosystem development through a proposal system. Community members can submit proposals to request funding for projects, such as dApp development, marketing initiatives, or infrastructure improvements. If a proposal passes a community vote, the funds are automatically disbursed from the Treasury. To further support ecosystem growth, the project has also established the Atleta Grants Program to provide direct funding for developers and teams building on the network. [\\[6\\]](#cite-id-E5PNTgx0px)\n\n## Ecosystem and Products\n\nThe Atleta-Olympia [Testnet](https://iq.wiki/wiki/testnet) serves as the primary environment for showcasing the network's ecosystem of dApps and infrastructure tools. The application portal confirms the existence of several key components. [\\[7\\]](#cite-id-ftw4K2uLJ6)\n\n* **Faucet:** A service that allows users and developers to claim free [testnet](https://iq.wiki/wiki/testnet) $ATLA tokens to interact with the ecosystem without requiring real funds.\n* **Block Explorer:** A tool for viewing and analyzing on-chain data. The explorer, which utilizes the Blockscout interface, allows users to track transactions, inspect blocks, view wallet balances, and interact with smart contracts.\n* **Bridge:** A cross-chain bridge that enables the transfer of assets between Atleta Network and other blockchains, with a confirmed connection to the [Ethereum](https://iq.wiki/wiki/ethereum) network.\n* **Decentralized Exchange (DEX):** An on-chain platform for swapping tokens and providing liquidity to various trading pairs within the Atleta ecosystem.\n* **Marketplace:** A venue designed for the creation, sale, and trading of digital sports assets, particularly Athlete NFTs.\n* **Lending Protocol:** A decentralized finance application that allows users to lend their digital assets to earn interest or borrow assets against [collateral](https://iq.wiki/wiki/collateral).\n* **Name Service:** A system for creating human-readable domain names (e.g., `name.atleta`) that map to complex [blockchain](https://iq.wiki/wiki/blockchain) addresses, simplifying transactions and improving user experience.\n\nThese products form the foundational layer of the network's DeFi and NFT ecosystems. [\\[1\\]](#cite-id-KsUUDUl5wi) [\\[2\\]](#cite-id-N4cnnRU37M)\n\n## Use Cases\n\nThe network is specifically designed to support applications within the sports industry. Key use cases include:\n\n* Digitization of sports-related assets, including athlete performance data and career milestones.\n* Tokenization of physical goods to create \"phygital\" memorabilia with verifiable authenticity and ownership history.\n* Development of public sports markets to increase liquidity and accessibility for fans and investors.\n* Creation of \"bio-economic primitives\" through the tokenization of athlete biological data.\n* Facilitating Initial Athlete Offerings (IAOs) as a novel funding mechanism for emerging athletes.\n* Building decentralized fan engagement platforms through the utility of Athlete NFTs, such as priority game passes and access to fantasy sports leagues.\n\nThis focus on the sports sector aims to create new economic models for athletes, teams, and fans. [\\[2\\]](#cite-id-N4cnnRU37M)\n\n## Partnerships\n\nAtleta Network has announced collaborations with several organizations in the [Web3](https://iq.wiki/wiki/web3) sector to expand its technical capabilities and ecosystem.\n\n* **Confirmed Partners:**\n  * Ankr\n  * Cookie3\n  * ChainGPT\n  * [Aethir](https://iq.wiki/wiki/aethir)\n  * DMAIL\n  * [Kima Network](https://iq.wiki/wiki/kima-network)\n  * LogX\n  * daGama\n  * FoxWallet\n  * Talisman\n\nThese partnerships span areas such as decentralized infrastructure, data analytics, AI development, and wallet integration. [\\[1\\]](#cite-id-KsUUDUl5wi) [\\[2\\]](#cite-id-N4cnnRU37M)","summary":"Atleta Network is a modular, EVM-compatible blockchain for the sports industry. Built with Substrate, it aims to digitize sports assets, tokenize goods, and create public sports markets. Its testnet has shown significant user adoption.","images":[{"id":"QmeF3ZEMgWYUzMQJA4HvQf2MvUepdnTB9STdtMvzWzoXTW","type":"image/jpeg, image/png"}],"categories":[{"id":"organizations","title":"organizations"}],"tags":[{"id":"Blockchains"},{"id":"Ethereum"},{"id":"Polkadot"},{"id":"Protocols"},{"id":"Organizations"}],"media":[],"metadata":[{"id":"references","value":"[\n  {\n    \"id\": \"KsUUDUl5wi\",\n    \"url\": \"https://atleta.network/\",\n    \"description\": \"Official website\",\n    \"timestamp\": 1758739946895\n  },\n  {\n    \"id\": \"N4cnnRU37M\",\n    \"url\": \"https://blockchain-sports.gitbook.io/whitepaper/thought-leadership/thesis\",\n    \"description\": \"Project thesis\",\n    \"timestamp\": 1758739946895\n  },\n  {\n    \"id\": \"HdDxESI3nE\",\n    \"url\": \"https://twitter.com/Atleta\\\\_Network\",\n    \"description\": \"Official social media announcements\",\n    \"timestamp\": 1758739946895\n  },\n  {\n    \"id\": \"kXWdT48ygb\",\n    \"url\": \"https://blockchain-sports.gitbook.io/atleta-network/\",\n    \"description\": \"Developer documentation\",\n    \"timestamp\": 1758739946895\n  },\n  {\n    \"id\": \"nMgWLoeLmo\",\n    \"url\": \"https://github.com/Atleta-network\",\n    \"description\": \"Official GitHub repository\",\n    \"timestamp\": 1758739946895\n  },\n  {\n    \"id\": \"E5PNTgx0px\",\n    \"url\": \"https://blockchain-sports.gitbook.io/atleta-network/devs/smart-contract-development\",\n    \"description\": \"Consensus mechanism details\",\n    \"timestamp\": 1758739946895\n  },\n  {\n    \"id\": \"ftw4K2uLJ6\",\n    \"url\": \"https://app-olympia.atleta.network/\",\n    \"description\": \"Governance portal\",\n    \"timestamp\": 1758739946895\n  },\n  {\n    \"id\": \"event-atleta-network-x-(twitter)-account-created-link\",\n    \"description\": \"Event link\",\n    \"url\": \"https://x.com/Atleta_Network\",\n    \"timestamp\": 1758739947584\n  },\n  {\n    \"id\": \"event-atleta-genesis-phase-announced-link\",\n    \"description\": \"Event link\",\n    \"url\": \"https://x.com/Atleta_Network/status/1773022386831130998\",\n    \"timestamp\": 1758739947584\n  },\n  {\n    \"id\": \"event-atleta-olympia-testnet-launch-link\",\n    \"description\": \"Event link\",\n    \"url\": \"https://medium.com/@Atleta_Network/atleta-olympia-testnet-is-live-a-new-era-for-the-sports-industry-begins-today-1159515a5181\",\n    \"timestamp\": 1758739947584\n  },\n  {\n    \"id\": \"event-$atla-token-listed-on-mexc-link\",\n    \"description\": \"Event link\",\n    \"url\": \"https://x.com/Atleta_Network/status/1924742783921815552\",\n    \"timestamp\": 1758739947584\n  }\n]"},{"id":"twitter_profile","value":"https://twitter.com/Atleta_Network"},{"id":"telegram_profile","value":"https://t.me/atleta_network"},{"id":"medium_profile","value":"https://medium.com/@Atleta_Network"},{"id":"references","value":"https://blockchain-sports.gitbook.io/atleta-network"},{"id":"telegram_profile","value":"https://t.me/atleta_chat"},{"id":"commit-message","value":"\"feat: Create wiki page for Atleta Network, a blockchain for the sports industry.\""}],"events":[{"id":"0a1caa0a-eae5-4e0a-aea4-df0bc298e8f3","date":"2024-01","title":"Atleta Network X (Twitter) Account Created","type":"CREATED","description":"The official X account for Atleta Network, @Atleta_Network, was created, marking the project's public social media presence.","link":"https://x.com/Atleta_Network","multiDateStart":null,"multiDateEnd":null,"continent":null,"country":null},{"id":"43b5a228-edbd-4bfe-9e93-b76ce96efc54","date":"2024-03","title":"Atleta Genesis Phase Announced","type":"DEFAULT","description":"The project announced its 'Atleta Genesis Phase,' which included a whitelist giveaway with free mint NFTs for future testnet participants.","link":"https://x.com/Atleta_Network/status/1773022386831130998","multiDateStart":null,"multiDateEnd":null,"continent":null,"country":null},{"id":"c60f45df-26d4-48e2-b306-25e1bb983cae","date":"2024-05","title":"Atleta-Olympia Testnet Launch","type":"DEFAULT","description":"The Atleta-Olympia Testnet was launched, allowing users and developers to interact with the network's ecosystem and dApps.","link":"https://medium.com/@Atleta_Network/atleta-olympia-testnet-is-live-a-new-era-for-the-sports-industry-begins-today-1159515a5181","multiDateStart":null,"multiDateEnd":null,"continent":null,"country":null},{"id":"084663c4-fe1a-4965-909c-1402d0195855","date":"2025-08","title":"$ATLA Token Listed on MEXC","type":"DEFAULT","description":"The native token of the network, $ATLA, was listed for spot trading on the MEXC exchange with an ATLA/USDT trading pair.","link":"https://x.com/Atleta_Network/status/1924742783921815552","multiDateStart":null,"multiDateEnd":null,"continent":null,"country":null}],"user":{"id":"0x8af7a19a26d8fbc48defb35aefb15ec8c407f889"},"author":{"id":"0x8af7a19a26d8fbc48defb35aefb15ec8c407f889"},"language":"en","version":1,"linkedWikis":{"blockchains":["ethereum","polkadot"],"founders":[],"speakers":[]},"operator":{"id":"0xD761762F56019832557d9d3167D363EC45eD83A0"}}