Soldice Whitepaper

Last updated: 6/22/2025

Overview

Soldice is a decentralized, community-driven betting and staking platform built on the Solana blockchain. With the integration of smart contracts, tokenomics, and profit-sharing mechanisms, Soldice empowers users to both play and participate as the house, earning from the house edge via staking.

Mission

To create a transparent, fair, and community-owned betting platform where users earn by participating in gameplay and staking, ultimately shaping the future of decentralized gaming on Solana.

Smart Contract Architecture

Core Components

  • Betting Contract: Handles bet placements and outcome settlements.
  • Staking Contract: Manages deposit, withdrawal, and earnings calculations for $SOLDICE token stakers.
  • State Management: Uses PDAs (Program Derived Addresses) for secure state tracking.

Key Contracts Overview

pub struct State {
    pub authority: Pubkey,
    pub contract_balance: u64,
    pub token_mint: Pubkey,
    pub current_profit_per_share: u64,
    pub bump: u8,
}

pub struct Staker {
    pub owner: Pubkey,
    pub staked_amount: u64,
    pub bump: u8,
    pub last_claimed_profit_per_share: u64,
}

Betting Mechanics

Place Bet

When a user places a bet:

  1. The tokens are transferred to the contract's pool.
  2. The contract_balance is increased accordingly.

Settle Bet

Upon result:

  • If player wins, payout is sent, and contract_balance decreases.
  • If player loses, stakers profit as the house keeps the bet.

Profit Distribution Formula

To maintain accurate distribution of staking rewards:

profit_per_share_increase = (bet_amount * MULTIPLIER) / contract_balance

Where MULTIPLIER = 1_000_000_000 to preserve precision.

Tokenomics

CategoryAllocationNotes
Staking Rewards20%Earned by staking and participating
Liquidity & DEX45%Raydium pool initial liquidity
Marketing & Growth10%Airdrops, partnerships, influencer deals
Team & Dev Fund13%Locked with vesting
Community Treasury12%Governance proposals, raffles, prizes

Roadmap

Q1 2025

  • Whitepaper and roadmap composition
  • Smart contract development and testing
  • Website launch

Q2 2025

  • Development of staking contract
  • Betting leaderboard and staking UI
  • Pre-launch marketing and airdrop campaign
  • $SOLDICE token listing on Raydium DEX

Q3 2025

  • Reward system integration
  • Referral system
  • First CEX listing
  • Exclusive T-shirt reward for top players (>$5K wagered)

Q4 2025

  • Launch of new game: Coinflip
  • Goal: $50M market cap
  • Weekly raffles using $SOLDICE

Note: Roadmap subject to change based on market and community feedback.

Community & Growth Strategy

Community Engagement

  • Airdrops for early adopters and ambassadors
  • Leaderboards and gamified rewards
  • Referral bonuses for user acquisition

Social Media

Security & Audits

Soldice uses Solana's Anchor framework, ensuring security best practices. All smart contracts will be audited by a third-party before mainnet deployment.

Summary

Soldice represents a hybrid model where the user is no longer just a player but a stakeholder in the house's success. Powered by Solana's speed and cost-efficiency, it aims to redefine the decentralized betting space with fairness, transparency, and community-first incentives.

Contact

For partnerships or inquiries: hello@soldice.io