Skip to main content
ARIS (Autonomous Registry and Intelligent Systems) is a decentralized compute network for verifiable AI inference. You can route prompts to distributed worker nodes through one Python SDK.

How ARIS works

1

Authenticate

Your app sends an API key to the registry and receives session credentials.
2

Select node

The SDK selects a healthy compute node based on availability and policy.
3

Run inference

The node executes your prompt and returns output with usage metadata.
4

Settle usage

Credits and earnings are recorded through the registry ledger.

Choose your path

Start with /quickstart, then continue to /python-sdk and /advanced-usage.
Last modified on February 21, 2026