Become a Privacy Node Provider

Run isolated compute tasks that self-destruct after completion. Earn STRK tokens for providing privacy-first AI processing. Setup takes under 5 minutes.

88% of task payment 3% gas subsidy Zero data storage

System Requirements

CPU

8+ cores (Intel / AMD)

RAM

16 GB minimum

GPU

NVIDIA RTX 3090+ recommended

Network

10 Mbps+ stable connection

OS

Linux, macOS, or Windows

Setup Guide

1

Install the provider daemon

Clone the repository and install the Python daemon on your machine.

cd /opt
git clone https://github.com/smainer/Smainer.git
cd Smainer/provider
pip install -e .
2

Configure environment

Set your Starknet private key and relayer connection details.

cat > .env << 'EOF'
RELAYER_WS_URL=wss://relayer.smainer.io
STARKNET_PRIVATE_KEY=0x_YOUR_KEY_HERE
NODE_ID=my-node-001
MAX_CONCURRENT_TASKS=4
HEARTBEAT_INTERVAL=30
EOF
3

Register on-chain

Connect your wallet below and register your node on the Smainer smart contract.

Using Fallback Contract
0x044bf558...f4431abe
Set NEXT_PUBLIC_COMPUTE_CONTRACT_ADDRESS to use custom deployment

Connect your wallet using the button in the top navigation to register.

4

Start earning

Launch the daemon and your node will begin receiving tasks automatically.

provider-daemon

Provider Economics

When a task is completed, the escrowed payment is split automatically on-chain:

Base Compute Payout85%
Gas Subsidy (covers Starknet gas)3%
Smainer Treasury12%
Your Total Take-Home88%

Ready to start earning?

Follow the steps above to register your privacy node and start earning STRK tokens from isolated AI tasks.

Read the full docs