Sovereign L1 blockchain (chain 7778) with native IPFS hosting, on-chain databases, prediction markets, an in-wallet AI dev agent, and a stablecoin (USDK) that resolves through 6 free real-time oracles. Zero external dependencies — everything runs on Kairos infra.
01 · Quickstart
Install the SDK, connect to chain 7778, deploy your first contract. Zero build tools needed.
02 · SDK
TypeScript SDK with typed clients for every Kairos ecosystem contract, chain-7778 gas helpers, and a wrapper around the 6-domain oracle aggregator.
03 · CLI
Everything from the SDK, one shell away. Perfect for scripts, CI, or quick chain inspection.
Env vars: KAIROS_PK · KAIROS_RPC
04 · AI Studio
Users describe what they want in natural language. Kairos AI generates working code and deploys it to chain 7778 or hosts it on Kairos IPFS. Pay in USDK.
Prepay with any USDK amount — credits carry over. Enter through Kairos Wallet → Settings → Kairos AI Studio.
05 · Contracts
| Contract | Purpose | Address |
|---|
06 · Chain 7778
Chain 7778 is designed for sub-second precision and has non-standard EVM behavior. The SDK bundles the workarounds so you don't have to rediscover them.
1 hours (=3600) are meaningless — that's only 3.6 seconds on chain 7778. Use millisecondsFromNow({ days: 30 }) from the SDK.
sendTx() and every high-level client method uses raw sendTransaction with explicit gasLimit.
emit an Event before each require.
batchSend(wallet, [...]) which tracks nonce explicitly and refetches on NONCE_EXPIRED.