Agent-safe signing · Decentralised key network

Coldstar vs Lit Protocol

Lit is the most ambitious design in this set: key authority defined in smart contracts, enforced by a sealed TEE that reads the chain on every request, and programmable conditions in JavaScript. Vincent layers agent delegation on top. Coldstar is the least ambitious: a file, an offline machine, and a short rule list.

Last reviewed 2026-09-04 · Facts link to first-party sources below · Corrections welcome

Pick Lit Protocol if

  • You want multichain (EVM, Solana, Bitcoin) programmable signing with no infrastructure of your own.
  • You want conditions expressed as code: sanctions screens, price thresholds, dispute windows.
  • You want an existing agent-delegation framework (Vincent) with user-facing consent.

Pick Coldstar if

  • You want the root offline and in hand rather than authority anchored on Base and executed in a hosted TEE.
  • You want Solana as the first-class chain, not an Ed25519 wrapped key inside an EVM-anchored system.
  • You want a rule list you can read rather than a JavaScript runtime you must secure.

Use both when

Lit for cross-chain conditional signing in a product; Coldstar for the treasury root and the agents that spend your own funds.

Side by side

ColdstarLit Protocol
Who holds the root keyYou. The cold root lives encrypted on your own USB drive. No vendor holds a key, a share, or an account.Lit's network. Current docs: key authority lives in contracts on Base; a sealed TEE reads them on every request; nothing off-chain, including Lit, can sign outside the on-chain rules. Solana historically via Wrapped Keys: threshold-encrypted Ed25519 keys decrypted inside a Lit Action, and exportable.
Where the key livesOn your machine. The air-gapped root signs a bounded policy envelope; a disposable session key signs routine transactions inside it.Attested TEE (Dstack stack); wrapped keys are encrypted blobs decrypted in-enclave. Whether PKPs are MPC-sharded across nodes or single-enclave was not stated on the fetched page.
Policy enginePer-transaction limit, daily cap, program allowlist, recipient allowlist and blocklist, escalate-above threshold. Evaluated locally, first match wins, before any signature exists.Lit Actions: JavaScript conditions evaluated in the TEE, gated by on-chain scopes. Vincent adds Policies as guardrails on Abilities plus an on-chain app registry.
Out-of-policy transactionsESCALATE to a human over air-gapped QR, or REJECT. No signature is produced for a rejected transaction.Signature refused by the enclave. Vincent's Connect Page handles grant-time user approval; per-transaction human escalation not documented.
Cold / offline rootYes — the root key never touches a networked machine.No. Root of trust is on-chain plus TEE; self-hosting of nodes is documented.
Agent integrationFramework-agnostic: the agent proposes an unsigned transaction, the signer decides. CLI signer today; MCP server in progress.Vincent: open framework for user-controlled agents and vaults, with delegated permissions.
Solana supportSolana mainnet. Core is chain-agnostic; EVM signing exists.Yes via Wrapped Keys and Sign-in-with-Solana; Vincent claims Solana, EVM, Bitcoin (its docs site was unreachable during review).
Source & self-hostingOpen source (MIT), self-hosted. No API key, no SaaS dependency, nothing to go down.Core (API server, Actions runtime, contracts) published; TEE stack is Dstack; JS SDK MIT; crypto libraries Apache-2.0. Vincent repo showed no licence to GitHub's API.
PricingFree software plus a ~$10 drive.Credit-based: $0.01 per second of management calls and Action execution, roughly $0.01 per signature; packages from $5; token discount; reads free.
MaturityBeta — the signing core and policy engine are in scope for the planned independent audit.Production network; current architecture ("Chain Secured") is recent.

Lit's model is elegant and it is a lot of moving parts: a chain, a TEE, a JavaScript runtime, and for Solana an encrypted key inside all of it. Coldstar has three parts and you can hold all of them.

Where each one wins

Where Lit Protocol wins

  • Programmability. Any condition you can write in JavaScript, evaluated next to the key.
  • Multichain by design with one authority model.
  • Agent delegation framework already built (Vincent).

Where Coldstar wins

  • Solana-native root. A plain Ed25519 keypair, offline, on your drive.
  • Auditable in minutes. Six ordered rules instead of a JS runtime and an on-chain registry.
  • No network dependency. Nothing to pay per second, nothing to be down.

What you are actually trusting

Lit asks you to trust a sealed TEE that reads authority from contracts on Base, the correctness of the Lit Action code that expresses your conditions, and for Solana the wrapped-key path where an Ed25519 secret is decrypted inside the enclave to sign. The upside is that rules are on-chain and the network is decentralised. The downside is surface area.

Coldstar asks you to trust an encrypted file, an offline machine, and a short rule list evaluated locally. The agent holds a disposable session key; the root never goes online; anything over threshold waits for a human over QR.

Lit is a production network. Coldstar is beta, pre-audit.

Frequently asked questions

Is Lit non-custodial?

Lit's current docs say no off-chain party, including Lit, can make a key sign outside the on-chain rules. The key material still lives inside Lit's TEE network. Coldstar's root lives on your drive.

How does Lit handle Solana?

Through Wrapped Keys: an Ed25519 key that is threshold-encrypted and decrypted inside a Lit Action to sign, and that can be exported. Vincent also claims Solana support; its documentation site refused connections during our review.

Can Coldstar express conditions like price thresholds?

No. Coldstar's policy is amounts, program and recipient lists, an escalate threshold, and a daily cap. If you need arbitrary conditions, Lit or Cubist are the tools.

Try Coldstar in two minutes

Open source, MIT. macOS, Linux, Windows — and on the Solana Seeker dApp Store.

pip install coldstar

Related comparisons

Sources

  1. Lit docs: Chain Secured architecture
  2. Lit: Solana (Wrapped Keys)
  3. Vincent repository
  4. Lit: user-owned guardrails for AI agents
  5. Lit pricing

Third-party facts were checked against the vendor's own pages on the date above. Pricing and feature sets change; if something here is out of date, tell us and we will fix it.