Skip to main content

Solutions · Treasury

Move team funds under shared control

Who may request, wait, and approve — before anyone can clear a payment alone.

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.

Instead of — Approvals that live only in chat

One record for every step

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

A waiting period you set

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

Payments reach approved destinations only

Each operation type is limited to permitted targets, so a mistyped address or compromised integration has nowhere to send funds.

This covers

  • Team treasuries
  • Organizational wallets
  • Transaction approvals
  • Spending controls
  • Multi-party operations

Questions

  • Who is allowed to move funds?

    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 approvals
  • Do you ever hold our keys?

    No. 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 checked
  • What actually happens between asking and executing?

    Five steps, the same under every solution: Request, Wait, Approve, Execute, Evidence. A pending operation can still be cancelled inside the waiting window.

    See lifecycle
  • Which networks can we use today?

    Sepolia 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.

Run the treasury under policy

Platform in the browser, or Protocol in your own systems.

Alpha · Testnet · Personal workspace

See lifecycle