SATS Spark Protocol

Follow the steps below to mint 100,000 SATS each time into your wallet. Total supply: 5 billion tokens.
Current Progress
5%
Index data may have latency. Progress is calculated based on confirmed transactions, and unconfirmed transactions are not included.
  1. 1
    Install and Set Up CLI
    First, clone the Spark SDK repository and set up the CLI tool by following these commands:
    # Clone the Spark SDK repo git clone https://github.com/buildonspark/spark-sdk.git # Navigate to the JS folder cd spark-sdk/js # Install dependencies and build the SDK yarn build # Navigate to the JS CLI folder cd examples/spark-cli # Start the CLI yarn cli:mainnet
  2. 2
    Initialize Your Wallet
    Create a new wallet or import an existing one using your mnemonic phrase:
    # Initialize wallet initwallet or initwallet <wallet mnemonic>
  3. 3
    Get Deposit Address
    Generate your L1 to Spark deposit address:
    Important: Each deposit address is single-use only. Generate a new address for each deposit transaction.
    # Get deposit address getdepositaddress
  4. 4
    Claim Deposited Balance
    After depositing, claim your balance using the transaction hash:
    # Claim deposited balance claimdeposit <transaction hash>
  5. 5
    Verify Your Balance
    Check your current balance to ensure the deposit was successful:
    # Verify balance getbalance Sats Balance: 500
  6. 6
    MINT SATS Tokens
    Important: Each wallet address can only mint a maximum of 10 times to ensure fair distribution.
    Sending 500 sats to address:
    # MINT SATS tokens (Maximum 10 mints per address)
    sendtransfer 500 sp1pgssyg42c9nuvshygpjhhat2rz8pss3yxvus03vk92egzw9x0zylcaezkr3ydf
Alternative: Use Web Wallet
If you prefer not to use the command line, you can mint tokens directly through the web wallet. The web wallet provides a user-friendly interface for:
  • Creating and managing your wallet
  • Minting tokens with a few clicks
  • Viewing your token balance
  • Transferring tokens to other addresses
Important Updates
Latest information about token distribution and minting
When will tokens be distributed?
The tokens will be distributed in a single batch after the Mint event has fully concluded. At that time, we will verify and confirm all on-chain data to ensure that every user who successfully participated in the Mint receives the correct amount of tokens.
Are token mints still valid?
Token allocation will be based on transaction confirmation order. Earlier confirmations have a higher probability of being valid.
Will excess payments be refunded?
Refunds will be processed within 2-3 business days after token distribution is completed.