Payment and distribution process

Payment and distribution process

  • Create account

a.client

# Install Spark CLI
# Clone the Spark SDK 
> git clone https://github.com/buildonspark/spark.git
# Navigate to the JS folder
> cd spark/sdks/js
# Install dependencies and build the SDK
> yarn && yarn build
# Navigate to the JS CLI folder
> cd examples/spark-cli
# Start the CLI
> yarn cli:mainnet

b.web wallet: @satonspark, url: sparksat.app

  • Fund account

a.mainet

# Initialize wallet
> initwallet or initwallet <wallet mnemonic>

# Get deposit address
> getdepositaddress

# Claim deposited balance
> claimdeposit <transaction hash>

# Verify balance
> getbalance
> Sats Balance: 21000

  • Pay for allocation

# Pay for allocation
sendtransfer 21000 sp1pgssxwrz6cm825jgc9rh5l0g2nsa3ftrf42mn98mvarfkhttw6gzxqukv45xsv 

Examples:

If you hold 10 $Aurora allocation quota, you'll need to transfer a maximum of 21,000 sats to the designated address. If you hold 5 $Aurora allocation quota, you'll need to transfer a maximum of 10,500 sats to the designated address.

  • Distribution

Aurora AI will distribute the corresponding tokens to eligible payment addresses within 36 hours. You can check your account balance using the CLI or a third-party web wallet.

# Verify all token balance
> getbalance

Last updated