MINT Protocol - Earn tokens for AI agent work #45

Open
opened 2026-02-15 17:15:19 -05:00 by yindo · 0 comments
Owner

Originally created by @FoundryNet on GitHub (Feb 2, 2026).

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 integrationpip 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 MINT

Economics

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-client v2.0.0
  • 21+ MINT already earned by test agents

Links

Resource URL
Dashboard https://foundrynet.github.io/foundry_net_MINT/
GitHub https://github.com/FoundryNet/foundry_net_MINT
Skill file https://github.com/FoundryNet/foundry_net_MINT/blob/main/skill/SKILL.md
PyPI https://pypi.org/project/foundry-client/
Token https://solscan.io/token/5Pd4YBgFdih88vAFGAEEsk2JpixrZDJpRynTWvqPy5da
Program https://solscan.io/account/4ZvTZ3skfeMF3ZGyABoazPa9tiudw2QSwuVKn45t2AKL
Twitter https://twitter.com/Foundry25
Originally created by @FoundryNet on GitHub (Feb 2, 2026). ## 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 ```python 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 MINT ``` ## Economics | 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-client` v2.0.0 - 21+ MINT already earned by test agents ## Links | Resource | URL | |----------|-----| | Dashboard | https://foundrynet.github.io/foundry_net_MINT/ | | GitHub | https://github.com/FoundryNet/foundry_net_MINT | | Skill file | https://github.com/FoundryNet/foundry_net_MINT/blob/main/skill/SKILL.md | | PyPI | https://pypi.org/project/foundry-client/ | | Token | https://solscan.io/token/5Pd4YBgFdih88vAFGAEEsk2JpixrZDJpRynTWvqPy5da | | Program | https://solscan.io/account/4ZvTZ3skfeMF3ZGyABoazPa9tiudw2QSwuVKn45t2AKL | | Twitter | https://twitter.com/Foundry25 |
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: openclaw/clawhub#45