The full protocol flow.
PULSE has two players: a creator publishing content, and a buyer paying for access. Everything between them runs on a Move smart contract that anyone can read, and on Shelby's decentralized storage network. Here is what each transaction actually does.
Every action on PULSE — publishing, buying, voting, reselling — is a signed Shelbynet transaction, and each one costs a tiny amount of ShelbyUSD for gas. On testnet, that ShelbyUSD is free. There's no website to visit; you fund your wallet through one of these two paths.
- 1. Open the Petra extension.
- 2. Switch network to Shelbynet (Settings → Network).
- 3. Tap the Faucet button on your account screen — you'll receive 10 ShelbyUSD instantly.
If you have the CLI installed and your account configured for Shelbynet:
aptos account fund-with-faucet \ --account <your-address> \ --faucet-url https://faucet.shelbynet.shelby.xyz
The faucet endpoint itself is an API only — opening faucet.shelbynet.shelby.xyz in a browser shows nothing useful. Always go through Petra or the CLI.
Everything described above is a Move function in the contract at platform.move. You don't take our word for it — you can read the code, simulate any transaction and verify every payment split before signing. The platform's only privilege is approving content. Funds never sit in a custodial wallet — they move directly from buyer to creator.