Solana Projects › Arcium

Arcium

Encrypt Everything. Compute Anything.

Programs · 24h on-chain

On-chain activity

All programs →

Arcium Network

Arcium Network implements decentralized confidential computing through distributed Multi-Party Computation infrastructure, enabling encrypted computation across blockchain and off-chain applications. The system coordinates distributed Arx nodes that form clusters to execute secure computations defined within Multiparty eXecution Environments. Each node processes encrypted data fragments without accessing complete information, maintaining confidentiality through cryptographic protocols including MPC, homomorphic encryption, and zero-knowledge proofs. The architecture supports parallel execution of independent computations while orchestrating node coordination, resource allocation, and verification through blockchain integration.

Visit
Project content

Arcium news, features & analysis

Matched from published articles, podcasts, and talks using the project name, token name, or token symbol.

  1. DeFi Article

    THEA Raises $8M to Build AI Inference Coordination and Settlement Layer on Solana

    THEA raises $8M from Maven11 and Spartan Group to build a Solana-based coordination and settlement layer for AI inference, serving 3,000+ enterprise customers.

  2. DeFi Article

    Arcium Launches Blackthorn: Encrypted AI Inference on Any NVIDIA GPU via MPC

    Arcium announced early access on June 26, with first real-world pilots expected in the coming weeks. ... The framework targets this constraint by ensuring neither the cloud provider, the operator, nor the Arcium network itself can see raw data at any point during inference.

  3. Article

    Arcium Launches ARX Token on June 22 With Binance Alpha as First Listing Venue

    \[\[PROJECT:236\]\] Arcium, the confidential computing protocol built on Solana, reaches its Token Generation Event on June 22, 2026, with \[\[TOKEN:ARXwZkNAtzPfdcoqQiduJn8EPv9fKiDfGn2KyggyDrFs|ARX\]\] listing on Binance Alpha as the first venue for trading and airdrop claims. ... At launch, 208.83 million ARX tokens are in circulation, representing 20.88 percent of the one billion fixed total supply.

  4. Article

    Arcium Opens ARX Eligibility Checker and Launches Quests Phase 1 Ahead of June 22 TGE

    [[PROJECT:236]] opened its ARX token eligibility checker and launched Quests Phase 1 today, June 21, giving users their last window to confirm a Retroactive Token Grant allocation or earn additional ARX before the confidential computing network's token generation event on June 22. ... What Arcium Builds

  5. Article

    Confidential Transfers Return to Solana Mainnet After Year-Long Security Pause

    Token-2022's Confidential Transfers extension is live on Solana mainnet again after a June 2025 ZK proof bug, a Code4rena audit, and an Agave v2.1.21 patch.

  6. DeFi Article

    Arcium Hits 1 Million Confidential Computations as ZINC Breaks Into Solana's Top 3 by Fee Revenue

    The network now handles more than 200,000 such computations per day, a figure Arcium claims is roughly 20 times the throughput of its nearest competitor, according to the company's announcement. ... ZINC, a protocol powered by Arcium, ranked third in 24-hour fee revenue across all Solana protocols on DefiLlama within two weeks of its launch.

  7. DeFi Article

    Arcium Launches Mainnet Alpha on Solana, Bringing MPC-Based Encrypted Computation to Production

    [PROJECT:236]] has moved its encrypted computation network from testnet to production on Solana, marking the transition to Mainnet Alpha after a testing period that saw [4,000 or more distributed nodes, more than 30 deployed applications, and over 300 hackathon submissions. ... According to reporting by CastleCrypto and Startup Fortune, a single 24-hour testnet window processed 50,000 encrypted computations across 18 million MPC rounds, giving the team data points on throughput before committing to live infrastruct...

  8. Breakpoint 25 Conference Talk 9 min read

    Keynote: Arcium (Yannik Schrade)

    At Breakpoint 2025, Arcium founder Yannik Schrade unveiled CSPL—the Confidential SPL token standard—which he describes as "the most advanced token standard to ever be conceived on top of a public blockchain." Set to launch in Q1 2026, this technology will enable any existing Solana token to have encrypted balances and hidden transfer amounts, opening the door for institutional finance to finally come on-chain. ... Arcium has positioned itself as "the encrypted execution engine of the internet," and after a year of...

  9. Breakpoint 25 Conference Talk 10 min read

    Tech Talk: Arcium - Fully Encrypted Solana Execution

    That's the level of cryptographic security Arcium is bringing to Solana, and it could fundamentally change how we think about privacy on public blockchains. ... At Breakpoint 2025, Arcium's Nico Schapeler unveiled how their "encrypted supercomputer" enables fully private computation on Solana using secure multi-party computation (MPC).

  10. Accelerate 25 Conference Talk 7 min read

    Ship or Die at Accelerate 2025: You Can (and Should) Be encrypted

    Arcium is set to revolutionize the Solana ecosystem with groundbreaking encrypted computing capabilities, paving the way for privacy-preserving applications and confidential DeFi. ... Yannik Schrade, co-founder and encrypted CEO of Arcium, presented at Accelerate 2025, introducing Arcium's encrypted computing solution for Solana.

About

Arcium

Arcium is a decentralized confidential computing network that enables trustless, verifiable computation over encrypted data on Solana. Rather than requiring data to be decrypted before processing — the core vulnerability in conventional systems — Arcium's network allows sensitive inputs to remain encrypted throughout computation. No single node, operator, or third party can read the underlying data at any point in the process.

Origins: From Elusiv to Arcium

The project traces its roots to Elusiv, a privacy application that launched on Solana in 2022 and raised a $3.5 million seed round in November of that year. The Elusiv team recognized that private transactions were a narrow application of a much broader unsolved problem: general-purpose encrypted computation on public blockchains. In 2024, the team rebranded and restructured around that larger vision, launching Arcium as a programmable confidential computing layer.

Core Technology: MPC eXecution Environments

Arcium's fundamental building block is the MPC eXecution Environment (MXE). Each MXE is a configurable, isolated computation context where sensitive workloads run across a distributed set of nodes using Multi-Party Computation (MPC). The protocol splits each input into secret shares, distributes those shares across independent nodes, and allows the nodes to compute jointly over the encrypted shares without any individual node gaining access to the underlying values. Only the final output is decrypted.

The network achieves malicious security with dishonest majority protection — meaning computation remains correct and private even if a majority of nodes in a given MXE attempt to cheat or collude. This guarantee is stronger than most MPC deployments, which assume only semi-honest adversaries.

Arcium integrates three cryptographic primitives under a unified interface: MPC for the primary computation layer, Fully Homomorphic Encryption (FHE) for additional data protection, and Zero-Knowledge Proofs (ZKPs) for output verification. Developers interact with these capabilities through Arcis, a Rust-based domain-specific language for writing confidential programs. On the integration side, Solana programs invoke MXEs via Cross-Program Invocation, keeping confidential applications anchored to Solana mainnet rather than operating as a separate chain or layer.

Onchain coordination, finalization, and application integration all run through Solana. The design is also chain-agnostic at the architectural level, positioning Arcium as a general confidential compute layer rather than a Solana-only product.

Use Cases

Confidential DeFi is the most mature application category. MXEs enable dark pools, sealed-bid auctions, and front-running-resistant order books — mechanisms that require hiding order information from other participants while still settling on a public ledger.

Confidential Payments are addressed through C-SPL, Arcium's Confidential SPL Token Standard. C-SPL extends Solana's SPL Token and Token-2022 models with MPC-backed encrypted balances, allowing users to transact without exposing amounts or participants on chain.

Encrypted AI is a declared roadmap priority under the product name Arcium Blackthorn. The target is encrypted inference and model training — allowing AI models to operate over sensitive inputs (medical records, proprietary datasets, personal data) without the compute provider seeing the underlying data. This remains in development as of mid-2026.

General confidential applications include hidden-information games and any use case that requires one party to prove a computation was performed correctly without revealing the inputs.

Ecosystem Applications

Several teams have already deployed on Arcium's confidential computing layer. Crafts runs sealed-bid auctions where bids are encrypted until settlement. Bench operates an encrypted opportunity market for financial data. Dinaro provides a confidential payments wallet built on C-SPL. Melee is a prediction market designed to resist front-running by hiding position data until resolution. Umbra, a broader privacy application in the ecosystem, raised over $155 million in ICO commitments during an October 2025 MetaDAO offering, signaling significant market demand for Arcium-adjacent infrastructure.

Team and Talent

Arcium is led by four co-founders: Yannik Schrade (CEO), Nico Schapeler (CTO), Julian Deschler (CSO), and Lukas Steiner (COO). In May 2025, the company acquired Inpher, a specialist MPC firm, adding co-founders Dr. Jordan Brandt and Professor Dr. Dimitar Jetchev to the team. The Inpher acquisition deepened the cryptographic research capacity underpinning the network.

Funding and Backers

Arcium has raised approximately $14 million across disclosed rounds. A $5.5 million strategic round led by Greenfield Capital included participation from Coinbase Ventures, Heartcore Capital, Longhash VC, L2 Iterative Ventures, Staking Facilities, and Everstake. A $4 million CoinList community round in March–April 2025 was priced at a $200 million fully diluted valuation. Angel backers include Anatoly Yakovenko (Solana co-founder), Keone Han (Monad co-founder), Mert Mumtaz (Helius Labs), Santiago R Santos, Kenny Li (Manta Network), and Lucas Bruder (Jito). Arcium is also a member of the NVIDIA Inception Program.

$ARX Token and Network Status

The $ARX token launched on June 22, 2026, with a total fixed supply of one billion tokens. At launch, 208.8 million tokens (20.88%) were immediately circulating, with the remainder vesting over time. The token priced at approximately $0.40–$0.43, implying a fully diluted valuation in the $395–$438 million range.

$ARX serves four functions in the network: paying fees for on-chain and off-chain computation requests; staking to secure the network with performance-based rewards; stake-weighted computation scheduling (operators with more stake are selected more frequently for MXE execution); and on-chain governance, where voting power scales with lockup duration. The supply mechanics include controlled inflation during low demand periods to compensate node operators, and fee burning when demand is high.

Arcium's Mainnet Alpha launched in February 2026, prioritizing reliability and controlled node participation before opening the network more broadly. By early June 2026, the network had processed over one million confidential computations. The prior testnet phase validated developer interest at scale: over 3,000 distributed nodes, more than 30 deployed applications, and more than 300 hackathon submissions.

Significance for Solana

Arcium addresses a structural gap in blockchain architecture: the tension between the transparency required for trustless settlement and the privacy required for most real-world applications. By embedding encrypted computation directly into Solana's execution environment — using Solana for coordination while handling sensitive logic inside MXEs — Arcium enables use cases that are not possible on a fully transparent chain. Confidential DeFi, private payments, and encrypted AI inference are all applications where the absence of a confidential compute layer has historically blocked adoption. Arcium positions itself as the infrastructure layer that makes these categories viable on Solana.

Contents

Note: inclusion in Solana Compass directory does not indicate a recommendation or endorsement of this project, its token(s) or its products. Data sourced with thanks from The Grid to aid in building these pages.

Reviews

0.0
0 reviews
Please login to write a review.
Solana tokens

Solana Token Markets

Explore all tokens →