Composable Permissions
for Autonomous Agents on SUI.
Launch appGive an agent its own wallet, then spell out exactly what it may do. Every rule is enforced by a Move policy object on-chain.
12,400 SUI
50% 50%
One vault. Every agent draws from it.
A shared Move object holds your funds. No scattered hot wallets, no loose private keys, all agent activity flows from a single, auditable pool you control.
Policy you compose, not agents you trust.
Set spending limits, time windows, swap caps, expiries, in one click with no coding. Mix and match per agent.
SUI smart contracts enforces every call. No extra code.
Hand a PermitCap to your agent's hot wallet. Out-of-bounds transactions abort on-chain, before they ever settle.
Compose visually. Deploy atomically.
Wire agency, permits and agents together on a canvas. One click builds a single programmable transaction, everything goes live, or nothing does.

Trustless by construction.
No relayer, no custodian of treasury, no off-chain allow-list. The wallet object itself is the policy engine. Verified by the Sui validators on every transaction.
Under the hood (Work in Progress)
Three layers, one mental model. Built on Sui Move for speed, safety and composability.
Move package
Agency, Permit and pluggable adapters. The on-chain source of truth, open and auditable.
contracts/sigilTypeScript SDK
Typed PTB builders and event matchers. Pure functions, no I/O, used by the app and your agents.
@sigil/sdkCanvas UI
Next.js orchestration surface. Drag, wire and publish your whole agent fleet in one signature.
@sigil/webWhat is Sigilla Web Platform?
A visual orchestration platform for on-chain AI agents on Sui. You compose agents on a canvas, and the wallet object itself enforces what each one is allowed to do.
How are permissions enforced?
Every agent action takes a PermitCap and runs through a Move policy object. The Sui VM checks the rules on-chain, anything outside the mandate aborts before it settles. There's no off-chain trust.
What can an agent actually do?
Whatever its adapters allow: scoped coin withdrawals, Deepbook swaps, and order-book trading today, each with its own caps, time windows and expiry. More adapters are pluggable.
Do I deploy everything separately?
No. The canvas walks your graph and builds a single PTB that creates the agency, permits and adapters atomically.
Is it live?
Yes on Testnet, but Sigilla is still under heavy work, expect that some functionality may break.
