Instead of — A multisig that counts signatures, not roles
Roles that mirror your org
Define who may request, approve, cancel, and execute each operation. The contract refuses unauthorised calls before they reach your funds.
Solutions · Treasury
Who may request, wait, and approve — before anyone can clear a payment alone.
Transfer Assets
WaitingTotal
25,000 USDC
The argument
Instead of — A multisig that counts signatures, not roles
Define who may request, approve, cancel, and execute each operation. The contract refuses unauthorised calls before they reach your funds.
Instead of — Approvals that live only in chat
Who initiated, who approved or cancelled, which function, which parameters, and when — recorded as part of the operation.
Instead of — Access that accumulates and never leaves
Sensitive work follows request → wait → approve → execute. Acting alone means waiting it out; a second party can approve sooner. Pending operations can still be cancelled.
Instead of — Wallet infrastructure without an operating model
Each operation type is limited to permitted targets, so a mistyped address or compromised integration has nowhere to send funds.
This covers
Whoever you name, and only for the operations you name them for. Roles decide who may request, who must wait, who may approve, and who may execute — and the contract refuses an unauthorised call before it reaches your funds, rather than relying on an interface to prevent it.
Roles and approvalsNo. Particle CS never holds your keys. Operations are authorised by your own accounts against policy that lives on-chain, so there is no custodian to trust and none to fail.
How we can be checkedFive steps, the same under every solution: Request, Wait, Approve, Execute, Evidence. A pending operation can still be cancelled inside the waiting window.
See lifecycleSepolia today. Ethereum mainnet coming soon. The Platform is alpha · testnet · personal workspace, so treat today's scope as the honest limit rather than a roadmap.
Related
Platform in the browser, or Protocol in your own systems.
Alpha · Testnet · Personal workspace