Verifiable Orchestration Layer for Agentic Banking
Parellax bridges the gap between natural language and cryptographic trust. Speak your intent — we handle the rest. Every transaction is evaluated inside a Trusted Execution Environment and settled on-chain with an ECDSA-gated vault.
Built on the 0G ecosystem's three primitives: KV Storage for user preferences and audit trails, TEE Compute for sealed LLM inference, and Chain for immutable settlement. No intermediaries. No trust assumptions.
The storage and compute layers are published as standalone npm packages. Drop them into any Node.js or Next.js project that needs 0G KV or TEE inference — no Parellax infrastructure required.
@daiwikdomain/parellax-storage
Drop-in wrapper for 0G KV Storage. Set per-wallet spending limits and maintain append-only audit logs stored on the 0G network — not in your database. No operator can modify entries after they are written.
AuditEntry type
Spending limits
Audit log
@daiwikdomain/parellax-compute
Single-function wrapper for 0G Compute TEE. Pass a natural-language intent and financial context — get back a structured approval decision with a cryptographic verification ID and a teeVerified flag confirming the inference ran inside a sealed enclave.
Return type
Input type
Usage
Express your intent in plain language. 'Pay the nanny $200 every Friday.' No form fields. No transaction builders. Just intent.
Parellax routes your intent to a TEE-sealed LLM on 0G Compute. It checks spending limits, validates the request, and signs an approval — all inside a trusted enclave.
The approved signature unlocks your ECDSA-gated vault on the 0G blockchain. Funds move only when cryptographically verified. Every action is audited to 0G KV storage.
Connect to the Galileo Testnet and execute your first agentic transaction in under 30 seconds.
Launch Parellax