Noema Provider Node
The Miner of the AI Era.
The decentralized network relies on independent graphics processing units (GPUs) globally. The Provider Node is the upcoming tool to contribute your hardware, process encrypted AI workloads, and earn yield.
Open-Source & Headless
The Noema Provider Node is a lightweight, fully open-source Command Line Interface (CLI). We do not force node operators to install bloated, closed-source desktop apps. You can audit the entire codebase to verify exactly how it interacts with your hardware.
The Provider Lifecycle
1. Hardware Verification
Upon installation, the CLI scans your system to ensure your hardware meets the strict Confidential Computing requirements (e.g., TEE support via AMD SEV or Nvidia Hopper architectures).
2. Staking $NOEMA
To accept workloads, you must prove you have "skin in the game." Operators will stake $NOEMA tokens into the staking contract on Base directly via the CLI:
noema-cli wallet connect
noema-cli stake --amount 5000This stake acts as collateral. If your node returns fraudulent AI responses or fails attestation, a portion of this stake is slashed.
3. Silent Processing
Once staked and active, the CLI runs as a daemon.
noema-cli start --daemonIt automatically handles incoming Onion Routing requests, performs TEE Remote Attestations with users' clients, and begins processing encrypted workloads in the background.
4. Earn While You Sleep
For every inference cycle your hardware successfully completes and validates against the Truth Consensus layer, you are paid in $NOEMA directly to your wallet. The network handles load balancing programmatically, ensuring high-uptime nodes receive consistent workloads.