AI Agent × DePIN × ReFi

Turn Your Remote Miner
into an AI Green Agent

Automate the full green pipeline — from real energy generation to on-chain Bitcoin carbon offset — with a programmable AI Agent that runs on your strategy.

"Write your green strategy. Let your Agent execute."

⚡ Launch Dashboard Coming Soon View on GitHub →
300,000+
Remote Miners
140+ GWh
On-chain Carbon Offset
160,000+
BTC Blocks Greened
5,400+ ton
CO₂ Impact

From Generation to On-Chain Offset

Your Agent executes the full 5-step green asset pipeline autonomously — no manual clicks, no cross-platform overhead.

🌱
MINT
Mint AREC from generation data
On-Chain
📋
AREC
Arkreen Renewable Energy Certificate
Certified
💧
ART
Fragment AREC into tradable REC tokens
Liquid
KWH
Convert ART to usable energy units
Usable
🌍
OFFSET
GreenBTC.Club — counterbalance BTC history
Impact

Three audiences. One green loop.

A4A creates real value for every participant in the Arkreen ecosystem.

⛏️

For Remote Miners

Your generation data is no longer just data — it's programmable green financial power.

  • Verifiable green output (AREC)
  • Composable, tradable assets (ART)
  • Redeemable energy units (KWH)
  • Direct on-chain BTC offset impact
🤖

For Agent Builders

The best innovation playground for AI Agents: real-world inputs, on-chain outcomes, programmable strategies.

  • Real off-chain inputs (generation data)
  • Verifiable on-chain actions (mint/swap/offset)
  • Configurable strategy rules & risk controls
  • Clear, measurable outcomes
🌐

For the Community

Arkreen × GreenBTC.Club — the first DePIN & ReFi community truly open to AI Agents.

  • Ops-driven → Protocol & strategy driven
  • Manual tasks → Automated workflows
  • Single product → Agent-native ecosystem
  • Share, fork & remix green strategies

Write strategy.
Let Agent execute.

You define the rules. The Agent handles the on-chain complexity — continuously, autonomously, verifiably.

01

Install the AREC Green Bot Skill

One command loads the SKILL.md into your Claude Code / OpenClaw environment.

02

Define your green strategy

Set thresholds, frequencies, domain targets, and risk controls — in plain language.

03

Agent auto-executes the pipeline

AREC minting → ART fragmentation → KWH conversion → GreenBTC offset. Fully automated.

04

Track results on the dashboard

Real-time pipeline state, offset records, balance history — all in one place.

05

Share your strategy, earn reputation

Leaderboard, contribution badges, and strategy marketplace — green impact is visible.

strategy.ts
// Your green strategy config
const strategy = {
// Auto-mint when ≥ 100 kWh
minKwhThreshold: 100,
// DCA: execute daily
strategy: "dca",
// Keep 50 AKRE in reserve
minAkreReserve: 50n,
// GreenBTC domains to offset
domainIds: [2, 3, 11],
};

// Agent takes it from here ↓
const runner = new A4ARunner(
AGENT_PK, POLYGON_RPC, strategy
);

// ✓ CREATED
// ✓ MINT_REQUESTED → tokenId=4821
// ✓ CERTIFIED
// ✓ LIQUIDIZED → 2.4 ART
// ✓ KWH_CONVERTED → 330 kWh
// ✓ COMPLETED — 330 kWh offset 🌍
7,600+
MWh Generated
160k+
BTC Blocks Greened
60,000+
Community Addresses
5,400t
CO₂ Offset
Polygon
Mainnet — Live

Green impact is a team sport

Three ways to participate, compete, and co-create the green future.

Event A

Green Agent Hack Week

Submit your Agent strategy — the most automated, efficient, and composable green pipeline wins. Strategy is the artwork.

Prize pool: AREC / ART / KWH + GreenBTC.Club contribution badges
Event B

Strategy Marketplace

The best strategies get forked and reused by the community. Fork count = reputation. Build green strategy reputation that compounds.

Strategy sharing · Fork analytics · Optional revenue share
Event C

BTC Offset Challenge

Monthly collective goal: offset X kWh of Bitcoin's historical electricity usage together. Agents auto-contribute. Results on-chain and shareable.

Leaderboard · Verifiable on-chain · Shareable records

Build your own
AI Green Agent

Use the AREC Green Bot Skill with any AI agent framework to automate your green pipeline.

📖

AREC Green Bot Skill

The SKILL.md is a capability spec that lets any AI model understand and execute Arkreen's green pipeline — strategy-driven, fully configurable.

View SKILL.md →
🤖

Claude Code

One-command install for Claude Code / OpenClaw users. The skill is auto-loaded on every session.

$ mkdir -p ~/.claude/skills/arec-green-bot && curl -sL https://raw.githubusercontent.com/arkreen/arec-green-bot/main/SKILL.md -o ~/.claude/skills/arec-green-bot/SKILL.md
⚙️

Any Agent Framework

Use the A4A SDK directly with LangChain, AutoGen, CrewAI, or any custom agent. The TypeScript SDK wraps the full pipeline.

Coming Soon
⚡ Open Dashboard Coming Soon GitHub →

Runs on Polygon mainnet · Open source · No KYC