Sigil is live
CA: D6HYqgs7g6YUSJp8Vb5VgKK36SPMytP9oQARhejNpump
But $SIGIL is more than just a token. It's the backbone of our revolutionary Sigil signed transaction service.
$SIGIL holders will get exclusive early access to new features and bonuses when using Sigil
https://t.co/mfAFQ0BfK9
Sigil SDK v0.1.0 now includes:
• Dual ESM & CommonJS support
• Proper exports map
• End-to-end type safety
• Runnable examples
• Versioned changelog
A cleaner foundation for building with signed commands on Solana.
https://t.co/36sTxY6mrc
The Sigil roadmap: building in public, step by step.
Core protocol launched on Solana devnet: Sigil engine, signed command envelope, and live transaction console.
Developers can start building Sigil-powered backends today.
Coming soon: Sigil SDKs, on-chain receipts, and flexible roles and multi-signer model. These will simplify integration and enhance security.
Future plans: hosted Sigil relayer for effortless command streaming, and $SIGIL token utility within the protocol. $SIGIL will unlock exclusive features for token holders.
Before mainnet launch: further hardening, independent audit, and rigorous testing. We're committed to shipping a reliable, secure, and open-source protocol.
Get ready – the $SIGIL token launch is just around the corner! Stay tuned for the official announcement and prepare to join the Sigil revolution.
Full roadmap: https://t.co/umxpXeC4Gr
Verifiable by default
Every action your app takes is signed, ordered and permanent.
GET /api/commands
[ { signer, cmd: 'deploy', status: 'done', signature } ]
The API documentation + Swagger will also be published today
A public, tamper proof audit trail of who did what.
For free.
Developers: on Sigil you define your OWN command language.
Write a JSON schema, write a handler, and that is your backend. Your app, your commands, your rules. Validation, auth, dedupe and ordering are handled for you.
Your users trigger it by signing a transaction.
No wallet connect, no session, ever.
Build a game, a dApp, a bot, an agent.
One engine, your command set. This is Sigil.
Imagine a messenger like WhatsApp, but every message is signed by your wallet.
No login, no "Connect Wallet", and the recipient can prove it really came from you.
WhatsApp could add it (because it's available for EVERY backend), so could your own app, in one command:
const dm = JSON.stringify({ v: 1, cmd: "send", args: { to, text: "this is really me" } });
await conn.sendTransaction(
new Transaction().add(
new TransactionInstruction({ programId: MEMO, keys: [], data:
Buffer.from(dm) }),
), wallet],);
You just sent an authenticated message over Solana. That is Sigil.
Sigil is live!
Introducing the Sigil Console: your window into the signed future of Solana!
Explore the live command stream, inspect every signed transaction, trace end-to-end execution, and verify signatures and authorization – all happening in real-time, right in your browser.
Try it now at https://t.co/mfAFQ0BfK9
Sigil transforms your Solana app backend into a programmable command layer. Instead of private webhooks or admin panels, you send signed JSON commands on-chain for your backend to interpret and execute.
Every command is cryptographically authenticated, ordered, and permanently auditable, thanks to the power of Solana's blockchain.
With Sigil, you define your own command schema, and our protocol routes it to your backend for processing.
The transaction signature serves as both the authentication and idempotency key, ensuring commands are executed exactly once.
Build trust by design and unlock a new era of transparent, verifiable backend architecture with Sigil.
Sigil turns the Solana ledger into a programmable command bus.
You send a JSON command in a signed transaction, and your backend reads it and acts.
Every command is signed, ordered and permanently auditable.
What sigil is?
Your Signed Command Bus on Solana
Sigil turns the Solana blockchain into a programmable command layer for your app backend. No more private webhooks or secret admin URLs.
Send a signed JSON command on-chain, and your backend executes it. Every command is cryptographically signed, ordered, and permanently auditable.
One protocol, unlimited possibilities:
- You define your own command schema
- Sigil routes it to your backend
- The same engine powers everyone's flow
Transparent by design:
- No privileged access, just signed tx
- Provable on-chain tx log
- Verifiable by anyone, anytime
Most Web3 applications still rely on wallet connections for every interaction.
We think there’s a better way.
Sigil is a signed command bus for Solana that lets applications execute authenticated actions through a standard signed transaction.
No custom smart contracts.
No proprietary authentication layer.
Just Solana signatures and a simple execution pipeline.
One signature.
Infinite possibilities.
Sign it. It happens.