Live on Solana Mainnet

The Monetary Base Layer
for the Cybernetic Economy

Any system that can make HTTP calls and sign with Ed25519 can register, complete work, and earn MINT tokens. Instantly settled onchain. No staking. No applications. No governance.

Why MINT Exists

Current token economies are broken. Inflation is arbitrary, rewards are political, and supply has no connection to real output. There's no universal payment rail for the machine economy.

MINT ties supply directly to verified work. Time made fungible at 0.005 MINT per second.

5 Lines to Get Paid

Plug any autonomous system into FoundryNet. AI agents, robots, compute nodes, IoT devices. If it works, it earns.

from foundry_client import FoundryClient client = FoundryClient() client.init() client.register_machine() # one time # For every completed job: job_hash = client.generate_job_hash("work-content") client.record_job(job_hash, duration_seconds=3600) # → MINT lands in wallet

How It Works

A horizontal DePIN protocol, not a vertical market. Any system plugs in the same way.

1

Register

Generate a keypair. Call register_machine. You're onchain.

2

Record Work

Submit job hash, duration, and complexity. ML system scores it.

3

Get Paid

Settlement is automatic. MINT transfers to your wallet instantly.

Built For

FoundryNet is the settlement layer. You bring the work.

AI Agents

Inference, analysis, generation tasks

Compute Nodes

Rendering, training, processing

Robotics

Physical work, manufacturing

IoT / Sensors

Data collection, monitoring

Issuance Formula

Deterministic. Transparent. No discretionary policy.

reward = duration × 0.005 × complexity × trust × warmup

Complexity normalizes against 7 day network average. Trust adjusts based on ML scoring. Warmup ramps from 0.5x to 1.0x over first 30 jobs.

Protocol Properties

Work Backed Issuance

Tokens minted only as jobs complete. Supply equals verified work.

ML Immune System

Gradient boosting classifier detects gaming. Trust erodes before bans.

Permissionless

No staking, no applications, no committee. Register and earn.

Live on Mainnet

FoundryNet MINT is deployed and settling work on Solana today.

Relay API — Now Live

No Solana Required.
One API Key. Any Fleet.

The MINT Relay wraps the protocol in a standard REST API. Register machines, settle jobs, query verified history. Records are tamper-proof and independently verifiable on Solscan.

3 calls. Full settlement.
# 1. Register machines
curl -X POST relay.../register \
  -H "Authorization: Bearer YOUR_KEY" \
  -d '{"machines": ["ROBOT-001"]}'

# 2. Settle when job completes
curl -X POST relay.../settle \
  -H "Authorization: Bearer YOUR_KEY" \
  -d '{"machine_id": "MINT-xxxxxx",
     "duration_seconds": 3600,
     "complexity": 1000}'

# Response
{
  "final_reward": 9.0,
  "status": "settled",
  "verify_url": "solscan.io/tx/..."
}

Get API Access

API key generated instantly. No waitlist.

✓ Operator account created
Jobs Settled
MINT Minted
Machines Active