Skip to main content
Login | Sign up
  • Tokens
  • Astria (ASTRIA)

    1/1/1901 00:00 UTC

    $0.00

    % Today
    0.00%
    Preview Mode: Market data not yet available.

    Price Chart

    24H: 0.00% |
    7D: 0.00% |
    30D: 0.00%
    1D
    7D
    30D
    90D
    ALL

    Astria News

    Loading...

    Overview

    Astria is a decentralized shared sequencer network built to help many independent rollups share one common, censorship‑resistant ordering layer. Instead of each rollup running its own centralized sequencer, the Astria blockchain provides decentralized sequencing “as a service,” giving developers fast confirmations, strong composability across chains, and a simpler path to launching sovereign rollups. In Astria’s design, transaction ordering is separated from execution: Astria orders data for multiple rollups, while each rollup handles its own state transitions. This approach, often called “lazy sequencing,” keeps the system flexible and scalable. (astria.org)

    Astria sits inside the modular blockchain stack and works closely with Celestia for data availability (DA). On mainnet, Astria bridges Celestia’s TIA token over IBC and uses it for gas on the sequencing layer, which improves user experience because builders and users can rely on a widely available token. (astria.org)

    If you’re searching for ASTRIA price or the ASTRIA token, note that Astria launched mainnet alpha without a native token. Fees are paid in TIA, not in an ASTRIA coin. The team explicitly states: “There is no Astria token.” That means “ASTRIA price” does not apply as of now. (astria.org)

    History & Team

    Early vision and public milestones

    • 2023: Astria introduced the shared sequencer concept publicly, explaining how a decentralized, shared ordering network can replace centralized rollup sequencers and improve cross‑rollup UX. The team also unveiled early tooling and dev environments. (astria.org)
    • Late 2023–Early 2024: Astria rolled out Dusknet (a persistent devnet) and prepared Dawn (a decentralized testnet), giving builders their first chance to deploy rollups to a remote shared sequencer. (astria.org)
    • October 25, 2024: Astria mainnet alpha produced its first block, marking the first decentralized shared sequencing layer to go live. The team confirmed that gas is paid in bridged TIA and provided technical details about DA namespaces and IBC channels. (astria.org)

    Founders and core team

    Astria was founded in 2022 by CEO Josh Bowen and CTO Jordan Oroshiba in the United States. The public team page also lists leaders across engineering, SRE, and operations, reflecting a small but experienced group focused on consensus, rollups, and modular infrastructure. (astria.org)

    Backing and investors

    Astria raised a $5.5M seed round led by Maven 11 with investors such as 1kx, Delphi, and Figment. In July 2024, the project closed a $12.5M strategic round co‑led by dba and Placeholder VC, with participation from RockawayX, Maven 11, 1kx, Figment Capital, Batu, Bankless Ventures, and several well‑known angels. (astria.org)

    Technology & How It Works

    The Astria blockchain (sequencing layer)

    • Consensus: Astria uses CometBFT (formerly Tendermint) for Byzantine fault‑tolerant consensus, enabling fast, single‑slot finality and IBC compatibility. Validators rotate block proposals, and the network reaches agreement on the ordering and inclusion of batched rollup data. (astria.org)
    • Lazy sequencing: Astria orders transactions tagged by rollup_id but does not execute them. Each rollup independently fetches the relevant data and executes it in its own VM. This decoupling keeps sequencing lightweight and lets many rollups scale in parallel. (astria.org)
    • Data availability: Astria publishes its sequenced data to Celestia, leveraging Celestia’s data availability sampling and light‑node model. This provides strong DA guarantees without burdening rollups with heavy storage. (astria.org)

    The Astria Stack components

    • Conductor: A rollup‑side service that fetches and verifies sequenced data from Astria, then passes it to the execution client.
    • Composer: A service that wraps user rollup transactions into Astria transactions for sequencing so users don’t need both sequencer and rollup gas.
    • Relayer and DA interfaces: Modules that ensure data is made available on Celestia and is easy for rollups to retrieve. (astria.org)

    Bridging and IBC

    Astria designed a native bridging protocol for rollups built on top of the sequencing layer. Deposits lock assets on the sequencer and mint on the rollup; withdrawals burn on the rollup and unlock on the sequencer. Because Astria itself is IBC‑enabled, these deposits and withdrawals can compose with ICS‑20 transfers to and from other Cosmos chains (like Celestia for TIA or Noble for USDC). (astria.org)

    Tokenomics & Utility

    Astria tokenomics today

    Astria tokenomics are unusual because the Astria blockchain currently has no native tradable token. There is no ASTRIA token and, by extension, no ASTRIA price at this time. Instead, Astria uses bridged TIA (from Celestia) as the gas asset on the sequencing layer and on certain rollups. This simplifies onboarding and lets users rely on a widely supported token. (astria.org)

    Why this design?

    In Astria’s technical posts, the team discusses two options for a sequencer’s staking/fee asset: create a native token, or use the DA layer’s token. Astria chose to rely on TIA for gas on mainnet alpha, aligning with its Celestia‑first roadmap and reducing friction for early builders. Future designs could evolve, but as of now, “Astria tokenomics” means a tokenless sequencing layer that still supports value transfer and rollup composability through IBC. (astria.org)

    Utility without a token

    Despite not issuing an ASTRIA coin, the Astria blockchain delivers clear utility:

    • Decentralized ordering for many rollups
    • Fast pre‑confirmations and strong censorship resistance
    • Atomic cross‑rollup composability within the shared time domain
    • A consistent bridging and fee experience centered around TIA and IBC assets
      These features serve developers and users directly, even in the absence of a native token. (astria.org)

    Ecosystem & Use Cases

    Rollups on Astria

    Astria aims to make sovereign rollups “decentralized by default.” Teams can launch EVM or other VMs with Astria’s tooling, then use the shared sequencer for ordering and Celestia for DA. Early devnets (Dusknet) and testnets paved the way for mainnet alpha deployments. (astria.org)

    Astria DeFi, NFTs, gaming

    • DeFi: Astria’s design gives rollups a common ordering layer and IBC rails for assets like TIA and USDC, helping new DeFi chains bootstrap liquidity. Flame, an EVM rollup positioned as “Celestia Native DeFi,” ran on Astria with TIA as the gas asset. (Third‑party reports in June 2025 indicated Astria would cease ongoing Flame EVM development and encouraged withdrawals by September 30, 2025; users should consult official channels for the latest status.) (docs.astria.org)
    • NFTs: Forma, an NFT‑focused rollup built with the Astria Stack, reported tens of thousands of NFTs minted and millions of TIA bridged soon after launch, showing how creators can benefit from low costs and fast confirmations. (astria.org)
    • Gaming: Game rollups can use the Astria blockchain for shared ordering and low‑latency confirmations, while keeping their own execution logic and token economies independent. The shared temporal domain also helps with cross‑game or marketplace actions across multiple rollups.

    Interoperability out of the box

    Because Astria uses CometBFT and is IBC‑enabled, teams can connect to Cosmos liquidity and assets from day one. Astria’s native bridging protocol plus IBC gives a straightforward path for one‑click deposits/withdrawals between rollups and IBC chains like Celestia or Noble. (astria.org)

    Advantages & Challenges

    Advantages

    • Decentralized sequencing from day one: Rollups get censorship‑resistant ordering and fast block confirmations without building a sequencer set themselves. (astria.org)
    • Modularity: Astria focuses on ordering only, letting each rollup choose its own VM, proof system, and security assumptions. (astria.org)
    • Strong UX via TIA gas and IBC: Using bridged TIA simplifies fees, and IBC support widens asset choices (e.g., TIA, USDC) for apps. (astria.org)
    • Developer tooling: The Astria Stack, Rollup‑as‑a‑Service (RaaS), and clear docs reduce the time to launch a new chain. (astria.org)

    Challenges

    • Early ecosystem: Shared sequencing for sovereign rollups is still maturing; tooling, analytics, and best practices continue to evolve.
    • Design trade‑offs: Using an external gas asset (TIA) improves UX now but may shape how staking or incentives work later if Astria introduces permissionless proof‑of‑stake at the sequencer layer. (astria.org)
    • App‑chain churn: As teams test ideas (for example, Flame’s changing roadmap), some rollups may pivot or sunset as the market discovers product‑market fit. (aicoin.com)

    Where to Buy & Wallets

    Is there an ASTRIA token to buy?

    No. If you’re wondering where to buy ASTRIA or searching for ASTRIA price, there is no ASTRIA token on mainnet alpha. The Astria blockchain uses TIA for gas, bridged from Celestia over IBC. (astria.org)

    How users interact today

    • Gas and assets: Obtain TIA in the Celestia ecosystem, then bridge to Astria via IBC. Noble‑issued USDC is also supported for bridging to Astria and its rollups. Official docs list the live IBC channels and bridge endpoints. (astria.org)
    • Wallets:
      • For IBC activity on the sequencer layer, use a Cosmos/IBC‑compatible wallet to manage TIA and other ICS‑20 assets.
      • For EVM rollups that connect to Astria (such as Flame when active), use an EVM wallet like MetaMask and the network parameters provided in the docs, including RPC endpoints and explorers. (docs.astria.org)

    Regulatory & Compliance

    Astria regulatory status

    Astria is an infrastructure protocol—the Astria blockchain sequences transactions for rollups and publishes data to Celestia. As of mainnet alpha, the team notes there is no Astria token. This reduces the need to track token‑specific classifications, since fees use TIA bridged over IBC. Projects building on Astria still make their own design choices and must comply with local rules where they operate (for example, when issuing their own tokens or operating regulated apps), but the Astria blockchain itself serves as a technical sequencing layer. (astria.org)

    Astria halal and shariah considerations

    There is no official statement that Astria is halal or ASTRIA shariah compliant. Because Astria currently has no native token and functions primarily as a shared sequencing network, there is not enough public information to claim formal shariah certification. Teams and communities that require shariah review can track updates and any future certifications as the ecosystem grows.

    Future Outlook

    Astria’s roadmap centers on making it “the easiest way to deploy decentralized rollups.” With mainnet alpha live, builders can experiment with sovereign chains that connect to IBC liquidity, bridge TIA for fees, and compose with other rollups using Astria’s native bridging protocol. Expect continued work on:

    • Scaling validator sets and decentralization in production environments
    • Richer cross‑rollup functionality (e.g., auctions, MEV‑aware ordering, and better cross‑app UX)
    • Deeper integrations across the Celestia and Cosmos ecosystems via IBC
    • Tooling that makes Astria RaaS more “one‑click” for a wider set of VMs beyond EVM (astria.org)

    Because Astria launched mainnet alpha without a native token, “Astria tokenomics” today means a tokenless approach centered around TIA gas and IBC assets. If the network later introduces a token for staking or governance, details would likely be published on the official site and docs. For now, the Astria blockchain is focused on reliability, censorship resistance, and a smooth developer experience. (astria.org)

    Summary

    Astria is a modular, Celestia‑first sequencing layer that lets many rollups share one decentralized ordering network. The Astria blockchain delivers fast confirmations, cross‑rollup composability, and a strong developer toolkit, all without a native ASTRIA token—gas is paid in bridged TIA. Ecosystem teams can launch chains for Astria DeFi, NFTs, gaming, and more while keeping their own execution logic and economics. Backed by experienced founders and notable investors, Astria is carving out a clear role in the modular stack: a decentralized shared sequencer that helps sovereign rollups go live faster with better UX. As the network matures, watch for more rollups, deeper IBC connectivity, and continued improvements to the Astria Stack and bridging protocol. (astria.org)

    Last Updated: 10/5/2025 15:21 UTC

    Description

    #0

    Astria is developing a decentralized network for shared sequencer services, aimed at simplifying the deployment of decentralized rollups. This initiative allows for the sharing of a single network of sequencers among rollups, making it easier and permissionless to join while ensuring fast, censorship-resistant block confirmations.

    Sector: AI & Compute
    Blockchain: Ethereum

    Market Data

    Marketcap Rank (#)
    N/A
    Price ($)
    0.00000 0.00% (7d)
    24h Volume ($)
    0 0.00% (7d)
    Marketcap ($)
    0
    Fully Diluted Value ($)
    N/A
    Circulating Supply
    N/A

    Exchange Relationships

    COMPACT
    FULL
    No relationships known yet.

    Important Milestones

    Feb 26, 2025
    Bridging Protocol Announced
    Upgrade
    Published native bridging protocol for rollups, enabling lock‑mint deposits and burn‑unlock withdrawals between the sequencing layer and rollups, with optional enshrinement for deterministic deposits.
    Oct 25, 2024
    Mainnet Alpha Launch
    Launch
    Mainnet alpha produced first block; decentralized shared sequencing layer live. Fees paid in bridged TIA via IBC; data posted to Celestia; launched with 11 PoA validators.
    Jul 5, 2024
    Strategic Round $12.5M
    Funding
    Raised $12.5M strategic financing co‑led by dba and Placeholder, with RockawayX, Maven 11, 1kx, Figment, Batu, Bankless Ventures, and angels to accelerate the Sequencing Layer and Stack.
    Jul 2, 2024
    Dusk-8 Devnet Updates
    Upgrade
    Released Dusk‑4 through Dusk‑8 devnets with automated upgrades, IBC enablement, Celestia data sync improvements, and expanded readiness for decentralized Dawn testnet.
    Dec 21, 2023
    Astria RaaS Launch
    Launch
    Introduced Rollup‑as‑a‑Service enabling no‑code rollup deployment to the shared sequencer, building on Dusknet‑2, Astria EVM, and Hyperlane interoperability tooling.
    Dec 19, 2023
    Hyperlane Partnership
    Partnership
    Announced collaboration with Hyperlane to bring permissionless interoperability; enabled bridging between Astria EVM on Dusknet and Ethereum Sepolia via Hyperlane v3 hooks.
    Oct 18, 2023
    Dusknet Devnet Launch
    Launch
    Launched Dusknet, a persistent devnet enabling anyone to permissionlessly deploy multiple rollups to a remote shared sequencer for the first time.
    Apr 4, 2023
    Seed Round $5.5M
    Funding
    Announced $5.5M seed round led by Maven 11 with 1kx, Delphi, Lemniscap, Figment and others; unveiled shared sequencer vision and initial Astria EVM plan.