All docs
Open PDF

Launch Roadmap

Noviscia Launch Roadmap

Target mainnet: Q3 2026 (subject to audit and community testing)
Current phase: 0 — Devnet beta


Phase 0 — Devnet beta (now)

Goal: Prove the zero-waste loop end-to-end with real wallets on Solana devnet.

Live today

CapabilityStatus
NVSCUSDC vault (mint / redeem)
Escrow margin (USDC + NVSCUSDC)
Idle lend → multi-venue pools
Atomic recall before perp open
Perps: SOL, BTC, ETH
Dual oracle + keeper marks
Close → fee split (burn / staking)
NVSC staking + governance proposals
Yield claim (85% user)
Perp market catalog (16 markets, 3 live)
Local AI layer (optional)

Devnet ops checklist

cd noviscia-protocal
anchor deploy --provider.cluster devnet
npm run init:devnet-rewire
npm run init:perp-oracles    # uses Solana CLI deploy wallet
npm run keeper:dev           # separate terminal
cd app/web && npm run dev    # UI

Phase 0 exit criteria

  • 50+ unique devnet wallets complete vault → perp → close flow
  • Keeper runs 7+ days without fatal crashes
  • No critical bugs in escrow / position-tracker settlement
  • Documentation reviewed (whitepaper, user guide, tokenomics aligned)
  • Community feedback on perps UX and margin flows

Phase 1 — Hardening (pre-mainnet)

Goal: Production-grade security and external integrations.

WorkstreamDeliverable
Security auditThird-party review of escrow, position-tracker, vault, lending CPIs
External lendinglend_mode = external — real Kamino / Solend / Marginfi CPI on devnet → mainnet
Oracle productionPyth mainnet feeds for all tradeable markets; remove Jupiter-only fallback where possible
Fee tiers on-chainWire staking-manager.get_discount_rate into perp fee routing
Insurance vaultLiquidation vault UI + LP deposit flow
BorrowCollateralized borrow against escrow (loans page promise)
IndexerPersistent fills, positions, yield history for API/WS
Mobile-responsivePerps + vault polished on mobile
LegalTerms of use, risk disclosures, geo policy

Phase 1 exit criteria

  • Audit findings resolved or accepted with documented mitigations
  • External lend + recall verified on devnet with real venue CPI
  • Mainnet program IDs deployed to staging cluster
  • Runbook for incident response and keeper failover

Phase 2 — Mainnet soft launch

Goal: Limited mainnet with guarded caps.

ItemDetail
NVSC TGEToken generation event per finalized tokenomics
Initial marketsSOL, BTC, ETH perps
Deposit capsPer-wallet and global TVL caps during soft launch
KeeperRedundant keeper keys; monitoring + alerts
LiquidityPOL seed for perp book (planned)
MarketingWhitepaper public, docs site, community channels

Soft launch limits (proposed)

  • Max open interest per market: TBD post-audit
  • Max leverage: 20× soft launch → 50× after soak
  • Vault TVL cap: TBD

Phase 3 — Scale (post-launch)

FeatureDescription
Market expansionMemecoins, ecosystem tokens from perps-catalog.json
Session agentsOn-chain scoped keys for AI / copy trading
LST collateralTier-2 haircut margin
Prediction marketsFull UI for on-chain prediction program
POL + MEVProtocol-owned liquidity; sequestered MEV → stakers
Mobile appNative or PWA

Documentation deliverables (launch prep)

DocumentPurposeStatus
WHITEPAPER.mdProtocol vision, economics, architecture✅ v1.0 draft
USER_GUIDE.mdEnd-user devnet + future mainnet guide
LAUNCH_ROADMAP.mdThis file
TOKENOMICS.mdToken separation reference✅ (update pre-TGE)
DEVNET.mdOperator troubleshooting
SECURITY.mdSecurity model✅ (add audit report when ready)
Terms of ServiceLegal❌ TODO
Privacy PolicyLegal❌ TODO
Audit reportPublic summary❌ TODO

Marketing & community (suggested timeline)

WhenActivity
NowPublish whitepaper draft; devnet demo video
Phase 0 endPublic testnet campaign; bug bounty (devnet)
Phase 1 midAudit announcement; partner venue confirmations
Phase 2TGE + mainnet soft launch blog post
Phase 3Market expansion announcements

Single source of truth

When docs conflict, prefer in this order:

  1. On-chain program source (programs/*/src/lib.rs)
  2. DEVNET.md (operations)
  3. WHITEPAPER.md (public narrative)
  4. ARCHITECTURE_V2.md (technical detail)

Update ARCHITECTURE_V2.md status table when components go live (e.g. NVSCUSDC mint is live on devnet, not roadmap).

Noviscia Protocol · Launch Roadmap · Devnet beta — not financial advice