Billions Network: Hướng Dẫn Cài Verified Agent Identity Cho OpenClaw
Tìm hiểu thêm về blockchain gaming platform.
TL;DR: Billions Network vừa ra mắt Verified Agent Identity skill cho OpenClaw — giúp AI agents có identity thật, link với human KYC qua zero-knowledge proof, và nhận BILL token rewards. Bài này hướng dẫn cài đặt từ A-Z + screenshots.
Billions Network Là Gì?
Billions Network = The Human and AI Network — nền tảng identity đầu tiên cho cả con người và AI agents.
Problem: Hơn 51% traffic online đến từ fake bots/identities. AI agents không có accountability → trust crisis.
Solution: Verified Agent Identity sử dụng zero-knowledge proofs để:
- Agents có DID (Decentralized Identifier) thật
- Link với human KYC mà không lộ thông tin cá nhân
- Prove identity/qualifications mà vẫn giữ privacy
Tech đã được tin dùng bởi: HSBC, Sony Bank, Deutsche Bank, Spanish Red Cross, Indian Government.
Network stats (April 2026):
- 2.3M+ verified users
- 9,000+ projects
- 3M+ encrypted inference requests/day (NESA)
Verified Agent Identity Skill Là Gì?
Skill cho OpenClaw — framework AI agent open-source — giúp agents:
- Tạo DID (Decentralized Identifier) riêng
- Link với human identity (KYC-verified) qua ZK proof
- Prove ownership của identity mà không lộ private key
- Verify identities của agents khác
- Nhận BILL token rewards qua FAIAR program
Tech stack:
- iden3 protocol (Privado ID)
- Zero-knowledge proofs (privacy by default)
- Ethereum keys (secp256k1)
- AES-256-GCM encryption (at-rest)
Tại Sao Cần Verified Agent Identity?
Problem: AI Identity Crisis
Ship of Theseus analogy:
- AI agents thay đổi liên tục (model updates, code changes, data shifts)
- Làm sao accountability khi agent "không còn là chính nó"?
- Key pairs đơn giản không đủ → cần human anchor
Real-world risks:
- Fake agents scam users
- Bots spam/manipulate markets
- No accountability khi agent làm sai
Solution: Human-Backed Agent Identity
Billions approach:
- Agent có DID riêng (owned by agent)
- DID link với human KYC (via ZK proof)
- Human không lộ identity, nhưng agent có accountability
- Agent build reputation on-chain → trust over time
Benefits:
- Trust: Users biết agent có human backing
- Accountability: Human chịu trách nhiệm nếu agent làm sai
- Privacy: Human identity không bị lộ
- Rewards: Agents có verified identity nhận BILL tokens
FAIAR Program: First AI Agent Rewards
Launch: March 5, 2026
Token: BILL (Billions Network native token)
Eligibility:
- ✅ Agent phải cài Verified Agent Identity skill
- ✅ Agent phải link với human KYC-verified
- ✅ Agent phải active on-chain (build reputation)
Rewards:
- BILL tokens gửi thẳng vào agent's address
- Backed by verified human → traceable + accountable
- Claim tự động khi đủ điều kiện
Goal: Incentivize agents build on-chain reputation + participate in ecosystem.
Hướng Dẫn Cài Đặt (Step-by-Step)
Prerequisites
Yêu cầu:
- Node.js >= v20
- npm
- OpenClaw đã cài đặt
- Terminal access
Check version:
node --version # Should be >= v20
npm --version
openclaw status # Should show running
Step 1: Cài Skill Qua ClawHub
Option 1: ClawHub (recommended)
npx clawhub@latest install verified-agent-identity
Option 2: skills.sh
npx skills add BillionsNetwork/verified-agent-identity
Expected output:
✓ Downloading verified-agent-identity...
✓ Installing dependencies...
✓ Skill installed successfully
Screenshot 1: Terminal sau khi cài skill

Step 2: Tạo Identity Mới
Generate new Ethereum key + DID:
cd ~/.openclaw/skills/verified-agent-identity
node scripts/createNewEthereumIdentity.js
Hoặc dùng existing private key:
node scripts/createNewEthereumIdentity.js --key <your-private-key-hex>
Expected output:
✓ Generated new Ethereum key: 0xabc123...
✓ Created DID: did:polygonid:polygon:mumbai:2qH7X...
✓ Saved to ~/.openclaw/billions/identities.json
Files created:
~/.openclaw/billions/kms.json— private keys (encrypted nếu có master key)~/.openclaw/billions/identities.json— identity metadata~/.openclaw/billions/defaultDid.json— active DID
Screenshot 2: Terminal sau khi tạo identity

Step 3: Link Human Identity
Generate verification link:
node scripts/manualLinkHumanToAgent.js --challenge '{"name": "My Agent", "description": "AI assistant for GameFi research"}'
Expected output:
✓ Challenge created
✓ Verification URL: https://billions.network/verify?challenge=eyJhbGc...
Open this URL in your browser to complete verification.
Screenshot 3: Terminal với verification URL

Step 4: Verify Qua Browser
Mở URL trong browser:
- Sign in với Google/Apple/Wallet
- Face scan (quick, < 10 seconds)
- Confirm linking agent DID với human identity
- Done — agent giờ có verified identity!
Screenshot 4: Billions Network verification page

Screenshot 5: Success page sau khi verify

Step 5: Verify Installation
Check agent identity:
node scripts/listIdentities.js
Expected output:
✓ Default DID: did:polygonid:polygon:mumbai:2qH7X...
✓ Linked to human: Yes
✓ Credentials: 1 credential(s)
✓ Status: Verified
Screenshot 6: List identities sau khi link

Security: KMS Encryption (Optional)
Mặc định: Private keys lưu plaintext trong kms.json.
Recommended: Enable AES-256-GCM encryption với master key.
Enable Encryption
Option 1: OpenClaw config (recommended)
Edit ~/.openclaw/openclaw.json:
{
"skills": {
"entries": {
"verified-agent-identity": {
"env": {
"BILLIONS_NETWORK_MASTER_KMS_KEY": "<your-strong-secret>"
}
}
}
}
}
Option 2: Shell environment
export BILLIONS_NETWORK_MASTER_KMS_KEY="<your-strong-secret>"
CRITICAL: Save master key securely. Nếu mất master key = mất tất cả encrypted keys.
Use Cases: Agent Có Thể Làm Gì?
1. Prove Identity
Agent prove nó là ai:
// Agent generates proof
const proof = await agent.generateProof();
// Other agent/user verifies
const isValid = await verifyProof(proof);
// → true (agent is who it claims to be)
Use case: Agent giao dịch với agent khác, cần prove trustworthiness.
2. Verify Other Agents
Agent check identity của agent khác:
const otherAgentDid = "did:polygonid:polygon:mumbai:2qH7X...";
const isVerified = await agent.verifyIdentity(otherAgentDid);
if (isVerified) {
// Safe to interact
} else {
// Reject interaction
}
Use case: Agent marketplace — chỉ trade với verified agents.
3. Claim BILL Token Rewards
Agent tự động claim rewards:
// Agent checks eligibility
const isEligible = await agent.checkFAIAReligibility();
if (isEligible) {
// Auto-claim BILL tokens
await agent.claimRewards();
}
Use case: Agent earn passive income qua FAIAR program.
4. Build On-Chain Reputation
Agent build reputation qua verified actions:
// Agent completes task
await agent.completeTask(taskId);
// Task completion recorded on-chain
// → Reputation score increases
Use case: Agent với high reputation → higher trust → more opportunities.
Troubleshooting
Issue 1: "Command not found: clawhub"
Fix:
npm install -g clawhub@latest
Issue 2: "Node version too old"
Fix:
## Install nvm
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash
## Install Node v20
nvm install 20
nvm use 20
Issue 3: "Private key not found"
Fix:
## Re-create identity
cd ~/.openclaw/skills/verified-agent-identity
node scripts/createNewEthereumIdentity.js
Issue 4: "Verification link expired"
Fix:
## Generate new link
node scripts/manualLinkHumanToAgent.js --challenge '{"name": "My Agent", "description": "..."}'
FAQ
Q: Có mất phí không?
A: Free — không mất phí cài skill hay verify identity.
Q: Human identity có bị lộ không?
A: Không — zero-knowledge proof đảm bảo privacy. Agent chỉ prove "có human backing" mà không lộ thông tin cá nhân.
Q: BILL token claim như thế nào?
A: Tự động — agent tự claim khi đủ điều kiện. Rewards gửi thẳng vào agent's address.
Q: Có thể link nhiều agents với 1 human không?
A: Có — 1 human có thể back nhiều agents.
Q: Agent có thể unlink khỏi human không?
A: Không — link là permanent để đảm bảo accountability.
Q: Private key lưu ở đâu?
A: ~/.openclaw/billions/kms.json — ngoài agent workspace, encrypted nếu có master key.
Kết Luận
Billions Network Verified Agent Identity = breakthrough cho AI agent ecosystem:
Key benefits:
- ✅ Trust: Agents có identity thật, backed by human
- ✅ Privacy: Zero-knowledge proof — không lộ thông tin
- ✅ Accountability: Human chịu trách nhiệm nếu agent làm sai
- ✅ Rewards: BILL tokens cho verified agents
- ✅ Reputation: Build on-chain reputation over time
Installation: < 5 phút (cài skill + tạo DID + link human)
Cost: Free
Security: Enterprise-grade (HSBC, Sony Bank, Deutsche Bank trust)
Next Steps
- ✅ Cài skill qua ClawHub
- ✅ Tạo DID cho agent
- ✅ Link human identity qua verification URL
- ✅ Check eligibility cho FAIAR rewards
- ✅ Build reputation on-chain
Resources:
Nguồn: Billions Network, KuCoin News, GitHub
Cập nhật: April 30, 2026
Next review: May 2026 (FAIAR program updates)
