Overview

Mythic is a Solana Virtual Machine (SVM) Layer 2 blockchain built on the Firedancer runtime. It is designed from the ground up to serve as infrastructure for AI-native decentralized computing, combining the speed and composability of Solana with purpose-built AI consensus and a decentralized compute marketplace.

Unlike general-purpose Layer 2 networks, Mythic introduces Proof of Useful AI Work (PoUAIW) as its consensus mechanism. Validators do not simply attest to block validity -- they earn $MYTH by performing real AI inference tasks that contribute to the network. This means every block produced on Mythic advances both the blockchain and the AI compute available to users.

Key Features

  • 1M+ TPS peak capacity via Firedancer networking stack (scales with network load and validators)
  • 400ms block times for near-instant confirmation
  • Full Solana program compatibility (deploy existing Solana programs without modification)
  • AI-native precompiles for inference, model verification, and logit validation
  • Decentralized compute marketplace for GPU, CPU, and storage
  • Native bridge to Solana L1 with optimistic fraud proofs
  • $MYTH as native L2 gas currency with deflationary burn on every transaction
Network Status
Mythic L2 testnet is live. Connect at rpc.mythic.fm with any Solana-compatible wallet or CLI. Follow @MythicNetwork for updates.

Architecture

Mythic L2 uses a modular architecture that separates transaction ordering, execution, verification, and settlement into distinct layers. This allows each component to be optimized independently while maintaining security guarantees through Solana L1 settlement.

Transaction Lifecycle

1

Sequencer

Receives user transactions, orders them by priority fee, and creates transaction batches. The sequencer provides soft confirmations within 400ms.

2

SVM Execution (Firedancer)

Batches are executed by the Firedancer-based SVM runtime. All standard Solana programs work natively. AI precompiles are available as system programs for inference and verification tasks.

3

AI Verification

Validators running AI inference validate the state transitions. Proof of Useful AI Work ensures that validation itself contributes compute to the network. Invalid state transitions can be challenged via fraud proofs.

4

Solana L1 Settlement

State roots and data availability commitments are posted to Solana L1 periodically. This provides the security of Solana's validator set as the final arbiter of Mythic L2 state.

Data Availability

Transaction data is posted to Solana L1 in compressed form. The Mythic sequencer uses erasure coding to ensure data availability even if some L1 slots are missed. Full nodes can reconstruct the entire L2 state from L1 data alone.

Fraud Proofs

Mythic uses an optimistic rollup model. State transitions are assumed valid unless challenged within a 7-day window. Any node can submit a fraud proof to the L1 settlement contract, proving that a specific state transition was invalid. Successful challengers are rewarded from the sequencer's bond.


$MYTH Token

$MYTH is the native currency of the Mythic L2 blockchain β€” similar to how ETH is native to Ethereum. It is minted at genesis with a fixed supply of 1,000,000,000 tokens, 9 decimal places, and zero inflation. Every transaction on Mythic L2 pays gas fees in $MYTH, and a portion of each fee is permanently burned.

Native L2 Currency vs. PumpFun Token
Mythic L2 $MYTH is the native gas currency of the Mythic L2 chain, created at genesis and used for all on-chain operations (gas, staking, governance, compute payments). It is separate from the $MYTH SPL token traded on PumpFun/Raydium on Solana L1. The PumpFun token represents community access and speculative interest, while the native L2 $MYTH powers the actual blockchain. Users can bridge assets between L1 and L2 β€” deposits are credited as their L2 equivalents, and native L2 $MYTH is used for all transaction fees.

Token Details

Total Supply
1,000,000,000
Token Type
Native L2 Currency
Decimals
9
Inflation
0% β€” Fixed Supply

Token Utility

  • Gas fees β€” every transaction on Mythic L2 is paid in native $MYTH
  • Validator staking β€” validators stake $MYTH to participate in block production
  • AI compute payments β€” pay for inference and model verification in $MYTH
  • Governance voting β€” stake-weighted governance proposals and votes
  • Compute marketplace β€” settlement currency for GPU/CPU/storage listings

Fee Distribution

All fees on Mythic L2 are paid in native $MYTH. Each fee type distributes across three destinations: validators (who run the network), the foundation (which funds development), and the burn address (removing tokens from circulation permanently).

Fee TypeValidatorsFoundationBurned
Gas Fees60%10%30%
Compute Fees50%10%40%
AI Inference55%10%35%
Bridge Fees40%20%40%

Staking

Validators must stake a minimum amount of native $MYTH to participate in block production and AI verification. Staked $MYTH earns rewards from transaction fees. The staking APY is dynamic, based on the total amount staked and network activity.

Deflationary Model
With 30-40% of all fees burned, the circulating supply of native $MYTH decreases with every transaction. As network usage grows, the burn rate accelerates. There are no token unlocks, no team vesting, and no inflationary rewards.

Bridge

The Mythic Bridge is the core infrastructure that connects Solana L1 and Mythic L2. It enables users to move assets between the two chains. Deposited assets are credited as their L2 equivalents, with native SOL becoming MYTH on L2. The bridge uses an optimistic rollup model with fraud proofs, secured by Solana L1 settlement.

Architecture Overview

The bridge consists of two on-chain programs (one on Solana L1, one on Mythic L2), a relayer service that watches for cross-chain events, and a settlement service that posts Merkle state roots to L1 for verification.

L1

Solana L1 Bridge Program

Holds the bridge vault, processes deposit/withdrawal instructions, and verifies settlement state roots. Deployed on Solana mainnet.

L2

Mythic L2 Bridge Program

Mints MYTH on L2 when deposits are confirmed, and burns MYTH when withdrawals are initiated. Manages the L2 side of the bridge ledger.

RLY

Relayer

Watches Solana L1 for deposit events via Yellowstone gRPC, then credits the equivalent MYTH on L2 to the user's address. Also initiates L1 withdrawals when users burn MYTH on L2.

STL

Settlement Service

Posts Merkle state roots to Solana L1 every 100 slots (~40 seconds). These roots allow anyone to verify the L2 state and submit fraud proofs if an invalid transition is detected.

Deposit Flow (L1 β†’ L2)

Deposits move assets from Solana L1 to Mythic L2. Native SOL is credited as MYTH on L2. The process is fast -- typically confirmed within ~30 seconds.

1.Connect your Solana wallet on mythic.fm/bridge
2.Select the amount to deposit (min 0.01 MYTH, max 1,000 MYTH)
3.Confirm the transaction -- funds are sent to the bridge vault on L1
4.Relayer detects the deposit event on L1
5.Relayer mints equivalent MYTH on L2 to your address
6.Funds appear on Mythic L2 within ~30 seconds
Deposit Fee
A 0.1% (10 bps) fee is applied to deposits. For example, depositing 10 MYTH credits ~9.99 MYTH on L2. Fees are distributed through the MYTH fee structure: 50% to validators, 10% to the foundation, and 40% burned.

Withdrawal Flow (L2 β†’ L1)

Withdrawals move assets from Mythic L2 back to Solana L1. Because Mythic uses an optimistic rollup model, withdrawals include a 7-day challenge period to allow fraud proof submission before funds are released.

1.Initiate withdrawal on the Bridge page -- MYTH is burned on L2
2.Relayer generates a withdrawal proof and initiates the withdrawal on L1
3.Challenge period begins: 7 days (604,800 seconds)
4.If unchallenged, the withdrawal is finalized
5.Funds are released from the L1 vault to your wallet
Challenge Period
The 7-day challenge period is a security measure. During this window, any honest observer can submit a fraud proof to the L1 settlement contract if the withdrawal is based on an invalid L2 state. This protects all bridge users from fraudulent state transitions.

Bridge Addresses

These are the on-chain program addresses for the Mythic bridge infrastructure. Verify these addresses before interacting with the bridge.

ProgramAddress
L1 Bridge ProgramoEQfREm4FQkaVeRoxJHkJLB1feHprrntY6eJuW2zbqQ
L2 Bridge ProgramMythBrdgL2111111111111111111111111111111111
L1 Config PDA4A76xw47iNfTkoC5dGSGND5DW5z3E5gPdjPzp8Gnk9s9
Settlement Program (L1)4TrowzShv4CrsuqZeUdLLVMdnDDkqkmnER1MZ5NsSaav

Parameters

Min Deposit
0.01 MYTH
Max Deposit
1,000 MYTH
Daily Limit
10,000 MYTH
Challenge Period
7 days
Bridge Fee
10 bps (0.1%)
Supported Assets
MYTH, SOL, USDC

Token-2022 compatible asset bridging is planned for a future upgrade, enabling additional tokens to be bridged between L1 and L2.

How to Bridge

There are multiple ways to bridge assets between Solana L1 and Mythic L2:

MethodAccess
Websitemythic.fm/bridge
Telegram Bot@MythicWalletBot β†’ /bridge
Wallet ExtensionBuilt-in Bridge tab in the Mythic Wallet extension
Web Walletmythicwallet.com β†’ Bridge

Security

The Mythic Bridge is secured by multiple layers of protection, combining the security of Solana L1 settlement with optimistic fraud proofs and operational safeguards.

  • Optimistic rollup model -- state transitions are assumed valid unless challenged within the 7-day window
  • Settlement roots posted to Solana L1 every 100 slots, verifiable by anyone
  • Any honest observer can submit a fraud proof to the L1 settlement contract
  • Successful fraud proof challengers are rewarded from the sequencer bond
  • Emergency pause mechanism allows the bridge admin to halt operations instantly
  • Bridge admin authority will be transferred to a multisig/Ledger hardware wallet before mainnet launch
  • Daily withdrawal limit of 10,000 MYTH caps exposure in case of exploit
Testnet Notice
The bridge is currently running on testnet. During the testnet phase, the bridge admin retains upgrade authority for rapid iteration. Before mainnet launch, upgrade authority will be transferred to a multisig controlled by hardware wallets.

Fee Structure

Bridge operations incur a 10 basis point (0.1%) fee on deposits. This fee is distributed through the standard MYTH fee allocation model, contributing to network security and deflationary pressure.

DestinationSharePurpose
Validators50%Rewards for block production and AI verification
Foundation10%Protocol development and ecosystem grants
Burned40%Permanently removed from circulation

Bridge fees contribute to the deflationary pressure on $MYTH. With 40% of each bridge fee burned, increased bridge usage directly reduces the circulating supply.


AI Precompiles

Mythic L2 includes native AI precompiles -- system-level programs that provide AI inference and verification capabilities directly in the execution layer. These are available to any Solana program running on Mythic.

RunInference

Execute AI model inference on-chain. Submit input data and a model identifier, and receive the model output as part of the transaction result.

// RunInference precompile
// Program ID: MythAI1111111111111111111111111111111111111

Instruction Data:
  - model_id: [32 bytes]     // Registered model identifier
  - input_data: [variable]   // Model input (tokenized)
  - max_tokens: u32          // Maximum output tokens
  - temperature: f32         // Sampling temperature

Returns:
  - output_data: [variable]  // Model output
  - confidence: f32          // Output confidence score
  - compute_units: u64       // CU consumed

VerifyLogits

Verify that a given model output matches expected logit distributions. Used for validating AI inference results during the consensus process.

// VerifyLogits precompile
// Program ID: MythAI2222222222222222222222222222222222222

Instruction Data:
  - model_id: [32 bytes]     // Model that produced the output
  - input_data: [variable]   // Original input
  - output_data: [variable]  // Output to verify
  - logits_hash: [32 bytes]  // Expected logits hash

Returns:
  - valid: bool              // Whether output matches
  - divergence: f32          // KL divergence from expected

RegisterModel

Register a new AI model on the Mythic network. Models must be registered before they can be used with RunInference.

// RegisterModel precompile
// Program ID: MythAI3333333333333333333333333333333333333

Instruction Data:
  - model_hash: [32 bytes]   // SHA-256 of model weights
  - model_uri: String        // IPFS or Arweave URI
  - model_type: enum         // LLM, Vision, Audio, etc.
  - min_stake: u64           // Min validator stake to serve

Returns:
  - model_id: [32 bytes]     // Assigned model identifier
  - registered_at: i64       // Timestamp

Compute Marketplace

The Mythic Compute Marketplace is a decentralized marketplace for GPU, CPU, and storage resources. Providers register their hardware and set pricing; consumers rent compute by paying $MYTH.

For Providers

Anyone with spare compute capacity can register as a provider. The registration process involves staking $MYTH and submitting a hardware attestation.

1.Stake minimum required $MYTH as a provider bond
2.Submit hardware attestation (GPU model, VRAM, CPU cores, storage)
3.Set your pricing in $MYTH per compute unit
4.Receive $MYTH payments as consumers use your resources

For Consumers

Request compute resources by specifying requirements (GPU type, VRAM, duration) and a maximum price. The marketplace matches you with the best available provider.

1.Specify compute requirements and budget
2.Marketplace matches you with a provider
3.$MYTH payment is escrowed in the marketplace contract
4.Provider delivers compute, payment is released upon completion

Pricing Comparison

ResourceAWSMythicSavings
A100 80GB GPU/hr$3.67~$1.50~59%
H100 80GB GPU/hr$8.20~$3.50~57%
1TB Storage/mo$23.00~$8.00~65%

Validators

Mythic validators are the backbone of the network. They produce blocks, validate AI inference results, and maintain the state of the L2 chain. In return, they earn $MYTH from transaction fees.

Requirements

ComponentMinimumRecommended
GPURTX 4090 (24GB)A100 80GB
CPU16 cores32+ cores
RAM64 GB128+ GB
Storage2 TB NVMe SSD4+ TB NVMe
Network1 Gbps10 Gbps
$MYTH Stake100,000 MYTH1,000,000 MYTH

Validator Tiers

TierStakeAI RequiredMultiplier
AI500,000+ MYTHYes (GPU)2x
Validator100,000+ MYTHNo1x
Mini<100,000 MYTHNo1x

Validator Setup (Firedancer)

Mythic L2 runs on Firedancer (fdctl), the high-performance Solana validator client by Jump Crypto. Follow these steps to join the network.

# 1. Install Firedancer
git clone https://github.com/firedancer-io/firedancer.git
cd firedancer
./deps.sh
make -j fdctl

# 2. Generate validator identity
solana-keygen new -o identity.json

# 3. Create config (mythic-validator.toml)
cat > mythic-validator.toml << 'EOF'
[gossip]
  entrypoints = ["rpc.mythic.fm:8001"]
[rpc]
  port = 8899
  transaction_history = true
[consensus]
  identity_path = "identity.json"
  expected_genesis_hash = "<genesis-hash>"
EOF

# 4. Start the validator
sudo fdctl run --config mythic-validator.toml

# 5. Register as a validator on-chain
node scripts/register-sequencer-validator.mjs --execute --server

CLI Commands

# Check validator status
solana -u https://rpc.mythic.fm validators

# View your validator's fee account
solana -u https://rpc.mythic.fm account <VALIDATOR_PDA>

# Check network slot
solana -u https://rpc.mythic.fm slot

# View epoch info
solana -u https://rpc.mythic.fm epoch-info

Rewards

Validators earn rewards from two sources: transaction fee distribution (50% of all fees go to validators) and AI compute payments (for serving inference requests). AI-capable validators receive a 2x reward multiplier. Rewards are distributed automatically every epoch (~1000 slots) by the reward distributor crank.

Live Dashboard
View all registered validators, their tiers, stakes, and rewards in real-time on the Validator Dashboard.

Roadmap

Mythic development is organized into four major phases, from initial network launch to full AI compute decentralization.

Phase 1Foundation

Network Genesis

  • --$MYTH token launch on PumpFun (fair launch, no presale)
  • --Firedancer-based SVM L2 testnet deployment
  • --Basic bridge contract on Solana L1
  • --Block explorer and RPC infrastructure
  • --Initial validator onboarding
Phase 2AI Integration

AI Precompiles & Consensus

  • --RunInference, VerifyLogits, RegisterModel precompiles go live
  • --Proof of Useful AI Work consensus mechanism activation
  • --AI model registry with IPFS/Arweave storage
  • --Mainnet beta launch with optimistic fraud proofs
  • --Bridge v2 with fast finality mode
Phase 3Compute Marketplace

Decentralized Cloud

  • --Compute marketplace launch (GPU, CPU, storage)
  • --Provider registration and hardware attestation
  • --Automated matching and escrow system
  • --SDK for programmatic compute requests
  • --Integration with major AI frameworks (PyTorch, TensorFlow)
Phase 4Full Decentralization

Autonomous Network

  • --Decentralized sequencer rotation
  • --On-chain governance via $MYTH voting
  • --Cross-chain AI compute (EVM chains, Cosmos)
  • --ZK proofs for instant withdrawal finality
  • --Community-governed protocol upgrades

The Mythic protocol is stewarded by Mythic Foundation, a Wyoming Decentralized Unincorporated Nonprofit Association (DUNA), formed under Wyoming Statutes 17-36-101 through 17-36-115. The DUNA structure was purpose-built by Wyoming to give decentralized autonomous organizations a formal legal personality β€” enabling the Foundation to hold assets, enter contracts, and represent the interests of $MYTH token holders without requiring a centralized governing board.

Wyoming DUNA

Wyoming's Decentralized Unincorporated Nonprofit Association Act (W.S. 17-36-101 to 17-36-115) is the first U.S. legal framework designed specifically for DAOs. Key provisions that apply to Mythic Foundation:

  • Legal personhood β€” the DUNA can sue, be sued, hold property, and sign contracts in its own name.
  • Member-managed β€” governance is exercised directly by $MYTH token holders through on-chain voting; no board of directors is required.
  • Limited liability β€” members and participants are not personally liable for DUNA obligations solely by reason of their membership or token holdings.
  • Non-profit purpose β€” the DUNA exists to promote the Mythic protocol, fund ecosystem development, and advance open, decentralized AI infrastructure; it does not distribute profits to members.
  • Smart-contract governance β€” the DUNA governing documents may delegate decision-making to on-chain smart contracts (the Mythic Governance program).
Official Registration
Mythic Foundation Inc. is registered as a Wyoming Non-Profit Public Benefit Corporation (Filing #2026-001904245, February 25, 2026) with the Wyoming Secretary of State. The corporation operates as the administrative arm of Mythic Foundation, a Wyoming DUNA. Verify at wyobiz.wyo.gov.
Governing Principles β€” SHA-256 Hash
1b00324c274789d2cb96913e223c9491a07b8cd57becef5f5c2b541d40b3e60d
This cryptographic hash anchors the governing document on-chain. Any modification to the governing principles would produce a different hash, providing tamper-proof verification.

Governing Principles

The following principles govern Mythic Foundation's activities and cannot be amended without a supermajority on-chain vote (β‰₯ 67% of staked $MYTH):

1.

Open Protocol

The core Mythic L2 protocol β€” including the bridge, settlement layer, and AI precompiles β€” shall remain open-source under the BUSL-1.1 license (converting to MIT on 2028-02-28). No participant may patent or restrict the base protocol.

2.

Token Holder Sovereignty

$MYTH token holders govern all material protocol parameters through on-chain proposals and stake-weighted voting. The Foundation executes the will of token holders and does not unilaterally alter protocol rules.

3.

Deflationary Integrity

The 1,000,000,000 $MYTH hard cap shall not be raised. The burn mechanism β€” destroying a portion of every transaction fee β€” may only be reduced by a supermajority vote and only after a 30-day public comment period.

4.

Non-Profit Purpose

Foundation treasury funds are used exclusively for grants, audits, validator incentives, developer relations, and infrastructure. Surplus funds may not be distributed to members or advisors.

5.

Transparency

All Foundation treasury transactions are on-chain and publicly verifiable. An annual transparency report is published covering grant recipients, protocol upgrades, and treasury balances.

6.

Security First

Any protocol upgrade that touches the bridge, settlement contract, or validator reward logic must undergo an independent security audit before deployment to mainnet.

DAO Structure

The Foundation's on-chain governance is powered by the Mythic Governance program (deployed at MythGov111111111111111111111111111111111111 on Mythic L2). Proposals follow a structured lifecycle:

StageDurationDescription
DraftUnlimitedCommunity discussion on the Mythic governance forum.
Proposal7 daysFormal on-chain proposal requiring 100,000 staked $MYTH to submit.
Voting5 daysStake-weighted vote. Quorum: 5% of total staked supply.
Timelock2 daysMandatory delay before execution, allowing emergency vetoes.
Executionβ€”Proposal executed on-chain via the governance program.

Security Model Transparency

We believe in honest disclosure. Here is the current security posture of Mythic L2 at launch, including known limitations:

SequencerCentralized at launch

Same model as Arbitrum, Optimism, and Base at their respective launches. Shared sequencing planned for Q3 2026.

Fraud ProofsAdmin-resolved

Challenge period enforced on-chain. Dispute resolution currently requires admin intervention. Cryptographic fraud proofs planned for Q2 2026.

Bridge Rate LimitsActive

Daily volume cap: 10,000 SOL. Per-transaction: 0.01-1,000 SOL. Conservative by design.

Program UpgradesAdmin-controlled

Upgrade authority held by deployer. Migration to multi-sig planned before validator decentralization.

Source CodeOpen source

6 public repos on GitHub under MythicFoundation. BUSL-1.1 license (MIT in 2028).

Formal AuditIn progress

Internal audit complete. Engagement with tier-1 firms (OtterSec, Neodyme, Halborn) underway.

Legal Disclaimer
Nothing in this documentation constitutes legal, financial, or investment advice. $MYTH is a utility token that grants governance rights and pays gas fees on the Mythic L2 network. Participation in governance does not constitute ownership of any share or equity in Mythic Foundation or any related entity. Consult qualified legal and financial advisors before making any decisions.