The platform runs any Synsema program, so what the language does comes with it. Each of these is documented and was verified against the real system; the tag says where it stands today.
teein the language · platform tier next
Confidential compute (TEE)
A program asks the hardware for a document that binds its code to its answer — AWS Nitro, Intel TDX, AMD SEV-SNP, dstack — and a client checks it with attestation_verify before sending data in. Data labelled private is refused by every public sink.
require attest
let doc be attest({"report_data": digest})
Read the docs →
velaverified on Horizen's stack
Vela, by Horizen
A .syn file runs as an app of Horizen's confidential coprocessor: inside a Nitro enclave, with its state encrypted and every result settled on-chain as a signed state root. Four open kits to start from:
vela-transfers vela-payroll vela-treasury vela-auction
Read the docs →
evmavailable · network on devnet
Chains, signed natively
Ethereum and any EVM chain, Avalanche, Solana, Algorand and Bitcoin. The key is sealed as a secret; signing and spending are capabilities the plan meters and the audit records. Agents can register on Synsema Network, a public registry of agents.
require sign("HOT_KEY")
require spend("USDC")
Synsema Network ↗ Read the docs →
jevavailable
Jev and calibrated judgments
judge asks a System One model typed questions — whether, choose, rate — and gets back probabilities your code can gate on, not text. TypeSafe's Jev is the first backend; since v0.6.27 an open-source checkpoint (Laya, Apache 2.0) answers the same questions with no key and no network.
require judge
let v be judge ticket
refund: whether "Asks for money back"
Read the docs →