Skip to main content
Play
Compete
Tools
Account
  1. About
Loading dashboard…

© 2026 StellarCade. All rights reserved.

AboutTermsPrivacy
Ecosystem Architecture

About StellarCade

A decentralized, provably fair gaming ecosystem built natively on Stellar and Soroban. Engineered for complete transparency, instant settlement, and non-custodial play.

Core Engineering Principles

How StellarCade guarantees trustless fairness and player sovereignty across all game modes.

Provably Fair by Design

Every game round outcome is derived deterministically from the combination of a secret server seed, player client seed, per-round nonce, and live Stellar ledger hash.

Zero Custody

We never take custody of your keys or funds. Connect your self-custodied Freighter wallet and sign transactions only when initiating rounds or claiming prizes.

Soroban Speed & Low Fees

Built directly on Stellar's Soroban smart contract platform, enabling 5-second ledger closes and fractions of a cent per transaction without layer-2 complexity.

On-Chain Reward Pools

Tournament prize pools and daily quest rewards are held in smart contracts and distributed automatically according to immutable rules.

How Provable Fairness Works

Neither the server nor the player can manipulate round results.

  1. Step 1: Commitment

    Server Commitment

    Before you wager, the server generates a secret seed and publishes its cryptographic SHA-256 hash (commitHash), locking its value in advance.

  2. Step 2: Entropy Mix

    Client & Ledger Seed

    Your client provides a client seed, combines it with the current Stellar ledger hash and round nonce. Neither party can unilaterally dictate entropy.

  3. Step 3: Verification

    Client Verification

    After settlement, the server reveals serverSeed. You can independently verify that the seed matches the commitment and recompute the final outcome offline.

Launch Interactive Fairness Verifier

The StellarCade Family Repositories

The four specialized codebases that comprise the open-source StellarCade ecosystem.

Next.js • Soroban Rust

Web App & Soroban Contracts

The full Next.js frontend experience and comprehensive Rust Soroban smart contract catalog powering on-chain arcade rooms, game logic, and prize vaults.

github.com/theblockcade/stellarcade
TypeScript • WebCrypto

TypeScript SDK & Client Verifier

Universal TypeScript SDK providing client-side WebCrypto fairness verification, Freighter wallet connectors, RPC helpers, and typed game APIs.

github.com/theblockcade/stellarcade-sdk
TypeScript • Node.js

High-Throughput Settlement Arbiter

Deterministic off-chain settlement service managing commit-reveal cycles, ledger hash commitments, and hash-chained dispute resolution audit trails.

github.com/theblockcade/stellarcade-arbiter
Telegram • Discord • Ed25519

Community Discord & Telegram Bot

Automated chat interfaces supporting non-custodial Ed25519 challenge-response wallet linking, real-time leaderboard queries, and quest tracking.

github.com/theblockcade/stellarcade-bot