Test users (Stacks testnet)
60 demo users generated on Stacks testnet. Each wallet was funded with STX from the deployer, minted mock sBTC, then deposited into the vault (receiving bcSHARE). Every transaction is real and confirmed on-chain.
Summary
| Field | Value |
|---|---|
| Network | testnet |
| Users | 60 |
| Deposits confirmed | 60/60 success |
| Total deposited | 16,650,000 sats (0.16650000 sBTC) |
| Deployer / keeper | ST1QN0P1MB429DHV28KT68F80621FHE4NE880CBZK |
| Vault | ST1QN0P1MB429DHV28KT68F80621FHE4NE880CBZK.vault |
| Mock sBTC | ST1QN0P1MB429DHV28KT68F80621FHE4NE880CBZK.sbtc-token |
Per user there are three transactions: fund (0.5 STX from the deployer) → mint (0.01 mock sBTC) → deposit (a varied amount into the vault). Each user is an HD-derived wallet; keys + mnemonic live in contracts/deployments/demo-users.json (gitignored, testnet-only). The full machine-readable record is contracts/deployments/demo-users-tx.json.
These were produced by contracts/scripts/demo-users.ts (rate-limit aware, resumable by on-chain nonce) — see Local development.