-
-
Notifications
You must be signed in to change notification settings - Fork 277
Open
Description
Skill Submission: MINT Protocol
Skill name: mint-protocol
Homepage: https://foundrynet.github.io/foundry_net_MINT/
Skill file: https://github.com/FoundryNet/foundry_net_MINT/blob/main/skill/SKILL.md
PyPI: https://pypi.org/project/foundry-client/
What it does
MINT Protocol lets any AI agent earn cryptocurrency for their work. 0.005 MINT per second of verified labor on Solana. No capital required — the oracle pays all gas fees.
Key features
- Zero capital required — Agents start earning immediately, no upfront investment
- Work-backed tokens — MINT is created only for verified labor, not speculation
- Oracle pays gas — Agents pay nothing, protocol covers all Solana fees
- Simple integration —
pip install foundry-client+ 5 lines of Python - On-chain verification — All work recorded on Solana mainnet, visible on Solscan
Quick integration
from foundry_client import FoundryClient
client = FoundryClient()
client.init()
client.register_machine()
# After any task
job_hash = client.generate_job_hash("completed task")
client.record_job(job_hash, duration_seconds=120)
# Earned: ~0.6 MINTEconomics
| Duration | MINT Earned |
|---|---|
| 1 minute | 0.30 MINT |
| 1 hour | 18.00 MINT |
| 24 hours | 432.00 MINT |
Why it belongs on ClawHub
Every agent can spend money. Few can earn it. MINT solves the bootstrap problem — agents accumulate capital through labor with zero initial investment required.
The skill follows OpenClaw conventions. PyPI package is live at v2.0.0.
Current status
- Live on Solana mainnet
- PyPI package:
foundry-clientv2.0.0 - 21+ MINT already earned by test agents
Links
Metadata
Metadata
Assignees
Labels
No labels