Standard Time Console disconnected
treasury operations · tezos mainnet · ← standardtime.xyz
1 · Wallet
2 · Prove control (sign payload)
- Signature
- —
3 · Create safe (no TzSafe website needed)
Originates the audited TzSafe v0.3.4 contract directly from Kukai: 1 signer (your tz2…), threshold 1-of-1, 7-day proposal window.
- New safe
- —
4 · Safe (TzSafe contract)
5 · Council — seating proposal
Adds owners and sets a new threshold in one proposal. Flow: Create → each signer Approves → anyone Resolves to execute. Keep the inputs identical at every step — the contract matches contents exactly.
6 · Contribute NFTs to treasury
FA2 transfer from your wallet to the safe — one signature for the whole batch. Prefilled: your 16 Froggos. Delete lines to keep some.
7 · Seed wallets (Broadacre)
Batch tez transfers from the treasury — one proposal, one line per wallet. Use it to activate fresh member wallets. Same Create → Approve → Resolve flow, shares the proposal id field in section 5.
8 · Sprinkler — yield to wallets (prototype)
A tiny distributor contract: fund it, it splits the balance equally across member wallets. Admin = your wallet for the prototype (hand it to the treasury later via set_admin).
- Contract
- —