All Systems Up
Version 2.4.0Developer Core
Build with Actora tools to automate on-chain reputation. Fast APIs for quest checks and XP rewards.
Network Health
API Uptime
---
P99 Latency
---
Requests (24h)
---
Global Cluster: IAD-1, LHR-1, SIN-1
Actora CLI
Manage verifiers and quest logic directly from your terminal environment.
SDK References
Native support for TypeScript, Go, and Rust with full type safety.
On-Chain Storage
Technical spec for our non-transferable XP and reputation contracts.
Webhooks
Event-driven architecture for real-time app notifications and syncs.
Auth & Security
API Key rotation, scoped permissions, and SOC2 compliance data.
Oracles
Documentation on our proof-of-action indexing and relay network.
Live Integration
Build with Atomic Verifiers
Build logic for Web3 engagement. Every quest is a set of smart contract triggers. Use our SDK to deploy verifiers that listen in real time.
import { ActoraClient } from '@actora/sdk';
const client = new ActoraClient({
apiKey: process.env.ACTORA_KEY,
environment: 'production'
});
// Create a verifiable on-chain quest
const quest = await client.quests.deploy({
id: 'swap-quest-01',
reward: 500, // XP
logic: 'uniswap_v3_swap',
params: { minVolume: 1000 }
});Need help?
Our team is available 24/7 in our Discord.
1
Developer
---
Projects
24/7
On-Call
< 2h
SLA Response
