Appearance
Providers Guide
Operating Execution Nodes on the Planetary Network
Forge Pool Providers contribute execution capacity to the deterministic compute network.
This guide explains how to:
- Register a node
- Install and configure the Forge Agent
- Understand trust boundaries
- Monitor performance and earnings
- Operate reliably in production
Why Become a Provider?
Providers supply compute capacity to a globally distributed execution system.
When your node executes billable workloads:
- your hardware performs deterministic shard execution
- results contribute to institutional-grade computation
- credits are earned and recorded in the ledger
Idle hardware becomes structured execution capacity.
This is not speculative mining. It is compensated execution of real workloads.
1. Node Registration Model
Nodes authenticate using Node Tokens.
Each Node Token:
- is scoped to your organization
- defines billing association
- establishes trust boundary
- can limit number of nodes
- can be revoked at any time
Node Tokens are generated in:
HQ → My Nodeshttps://forgepool.io/hq/nodes/mine
2. Generate a Node Token
In My Nodes:
- Click Generate Node Token
- Provide:
- Token label (optional, e.g.
datacenter-1) - Max nodes (optional)
- Token label (optional, e.g.
- Click Generate
You will receive:
- a
NODE_TOKEN(prefixntk_) - installation commands
The token must remain private.
3. Install the Agent (Linux)
bash
curl -sL https://forgepool.io/install.sh | sudo bashDuring installation you will configure:
- Node name
- Region
- Visibility (PUBLIC / PRIVATE)
- Allow BILLABLE operations
- Allow TEST operations
- NODE_TOKEN
Installer actions:
- downloads agent binary
- creates
/opt/forge-agent - writes
.env - configures systemd
- starts the service
4. Install the Agent (Windows)
Run PowerShell as Administrator:
powershell
Set-ExecutionPolicy Bypass -Scope Process -Force
iwr https://forgepool.io/install.ps1 -UseBasicParsing | iexConfiguration prompts are identical.
5. Trust & Authentication Model
NODE_TOKEN:
- binds node to organization
- authenticates against Hub
- connects execution output to ledger
- defines billing eligibility
If compromised:
- Revoke token in HQ
- Generate a new one
- Update
.env - Restart agent
Agents cannot join without valid token.
6. Node Configuration
The .env file includes:
NODE_NAMENODE_REGIONNODE_VISIBILITYALLOW_BILLABLE_OPSALLOW_TEST_OPSNODE_TOKEN
NODE_VISIBILITY
PUBLIC→ eligible for global workloadsPRIVATE→ restricted to organization / private hubs
ALLOW_BILLABLE_OPS
true→ eligible for compensated workloadsfalse→ excluded from billable jobs
ALLOW_TEST_OPS
true→ can execute sandbox workloadsfalse→ production-only
These flags allow risk and revenue control.
7. Node Lifecycle
After startup:
- Agent connects to Hub
- Token validated
- Public key registered
- Hardware capabilities reported
- Node appears in HQ
- Scheduler assigns compatible shards
Execution begins automatically when workloads match your configuration.
8. Earnings Model
Providers earn credits for executing shards.
Compensation depends on:
- workload type
- execution duration
- hardware profile (CPU / GPU)
- verification participation
- uptime reliability
Credits accumulate in your provider ledger.
Payout options and thresholds: → Payouts
Stable, reliable nodes receive:
- higher scheduling priority
- greater workload allocation
- improved credit flow
Reliability directly influences earnings.
9. Monitoring & Performance
In:
HQ → Providers → NodesYou can inspect:
- online status
- health score
- shard throughput
- verification ratio
- latency metrics
- credits earned
Health score reflects:
- uptime
- shard correctness
- verification consistency
High-quality nodes become preferred execution targets.
10. Updating or Rotating Token
To rotate token:
- Update
NODE_TOKENin.env - Restart:
bash
sudo systemctl restart forge-agentNode reconnects under new trust context.
11. Operational Best Practices
- Use stable hardware
- Avoid aggressive overclocking
- Ensure consistent uptime
- Monitor logs:
bash
journalctl -u forge-agent -f- Separate production vs test nodes
- Use PRIVATE visibility for internal compute
- Maintain secure host environment
Provider Philosophy
Providers are not miners.
They are execution participants in a deterministic compute substrate.
Your hardware contributes to:
- institutional risk simulations
- climate ensembles
- probabilistic logistics
- numeric pipelines
- distributed compute workloads
Execution capacity is compensated because it produces verifiable value.
Providers form the execution backbone of Forge Pool.
