Faucet Access

To participate in testnet, you'll need testnet $SBLK tokens. These have no market value and are used for:

  • Staking

  • Validator registration

  • Deploying contracts

  • Accessing chatrooms

  • Testing governance votes

Request Tokens:

  • πŸ“¦ Web Faucet: https://faucet.socialblock.io

  • πŸ“« Telegram Bot: @socialblockfaucetbot β€” paste your wallet address to receive tokens.

  • πŸ›  CLI Request:

curl -X POST https://faucet.socialblock.io/request \
  -H "Content-Type: application/json" \
  -d '{"address": "yourwalletaddress"}'

Tokens are rate-limited (e.g., 500 SBLK/testnet user/day).

Last updated