Concepts
R1FS (Ratio1 File System)
Decentralized, IPFS‑style, content‑addressable storage; private/encrypted and integrated into the Ratio1 platform; local endpoints expose it to legacy containers.
CStore / ChainStore
Decentralized in‑memory key‑value store (“Redis‑like”) for fast cross‑node state sharing; used for discovery, coordination, and app state; also has a local endpoint for non‑native apps/containers.
dAuth
Decentralized authentication layer with automated key generation, on‑chain license validation, and horizontally scalable, decentralized endpoints; SDK ≥2.6 auto‑configures via dAuth.
ChainDist
Distributed job scheduler/consensus for workload monitoring and replacement, integrated with CStore; v1 released and tied into Deeploy for container jobs.
Deeploy
Decentralized, smart‑contract‑backed container orchestration (Kubernetes‑like UX, blockchain‑secured scheduling) and CSP gateway; Worker App Runner deploys straight from Git, Container App Runner deploy OCIs.
PoAI / PoA + Node Deeds (NDs)
On‑chain licensing and rewards for verifiable compute and availability; available public docs and terms outline ND licensing and rewards mechanics.
OracleSync / Trust protocol
Oracles + on‑chain accountability for tasks and governance; we have a blog that covers the “why” of blacklisting and trust posture; closely connected and complementary to with NDs, PoA and PoAI;
RedMesh
Distributed penetration‑testing framework running as Edge‑Node apps; jobs announced via CStore and executed across nodes.
Container App Runner
“Bring your own OCI image” deployment for services; Kubernetes‑like UX inside Deeploy with blockchain‑secured scheduling.
CSP or Cloud Service Provider
An independent operator (company or individual) that onboards to Ratio1, deploys its own on‑chain CSP escrow contract (via Deeploy UI), and uses the Deeploy app to fund and launch client workloads on the decentralized node network. The CSP sets commercial terms with clients while payouts to node operators stream from the pre‑funded escrow as jobs run.
Worker App Runner
Git‑backed deployment path for “worker” apps (automated CI/CD build in Ratio1 Deeploy ecosystem); supports simple repo→job flows via SDK or UI; same bc-secured scheduling as C.A.R.
R1setup (Multi‑Node Launcher)
Open‑source CLI to provision #R1 compute/GPU clusters at scale (installs Docker/NVIDIA/CUDA, services, manages SSH/logs/keys and more).
J33VES
Decentralized, user‑owned personal‑assistant dev kit that combines ChainStore, dAuth and R1FS with neuro‑symbolic heuristics; provides on-edge APIs including RAGaaS.
EDIL
(Encrypted Decentralized Inference and Learning engine) privacy‑preserving, homomorphic‑encryption‑augmented federated‑learning framework for training/inference across nodes.