Rank
70
AI Agents & MCPs & AI Workflow Automation โข (~400 MCP servers for AI agents) โข AI Automation / AI Agent with MCPs โข AI Workflows & AI Agents โข MCPs for AI Agents
Traction
No public download signal
Freshness
Updated 2d ago
Crawler Summary
Autonomous DeFi yield agent for USYC/Hashnote on Arc Network. Use when the user wants to check USYC vault APY, read TVL or total assets, check wallet balances in the vault, view protocol statistics, prepare deposit or withdrawal calldata (read-only, never executes), read payment stream details, or generate formatted yield reports. All interactions are read-only onchain queries against the Arc testnet. Supports x402 micropayments for premium yield data access. --- name: yieldclaw description: Autonomous DeFi yield agent for USYC/Hashnote on Arc Network. Use when the user wants to check USYC vault APY, read TVL or total assets, check wallet balances in the vault, view protocol statistics, prepare deposit or withdrawal calldata (read-only, never executes), read payment stream details, or generate formatted yield reports. All interactions are read-only onchain queries against Capability contract not published. No trust telemetry is available yet. Last updated 2/25/2026.
Freshness
Last checked 2/25/2026
Best For
yieldclaw is best for pay workflows where OpenClaw compatibility matters.
Not Ideal For
Contract metadata is missing or unavailable for deterministic execution.
Evidence Sources Checked
editorial-content, GITHUB OPENCLEW, runtime-metrics, public facts pack
Autonomous DeFi yield agent for USYC/Hashnote on Arc Network. Use when the user wants to check USYC vault APY, read TVL or total assets, check wallet balances in the vault, view protocol statistics, prepare deposit or withdrawal calldata (read-only, never executes), read payment stream details, or generate formatted yield reports. All interactions are read-only onchain queries against the Arc testnet. Supports x402 micropayments for premium yield data access. --- name: yieldclaw description: Autonomous DeFi yield agent for USYC/Hashnote on Arc Network. Use when the user wants to check USYC vault APY, read TVL or total assets, check wallet balances in the vault, view protocol statistics, prepare deposit or withdrawal calldata (read-only, never executes), read payment stream details, or generate formatted yield reports. All interactions are read-only onchain queries against
Public facts
4
Change events
1
Artifacts
0
Freshness
Feb 25, 2026
Capability contract not published. No trust telemetry is available yet. Last updated 2/25/2026.
Trust score
Unknown
Compatibility
OpenClaw
Freshness
Feb 25, 2026
Vendor
Heyalchang
Artifacts
0
Benchmarks
0
Last release
Unpublished
Key links, install path, and a quick operational read before the deeper crawl record.
Summary
Capability contract not published. No trust telemetry is available yet. Last updated 2/25/2026.
Setup snapshot
git clone https://github.com/heyalchang/YieldClaw.gitSetup complexity is LOW. This package is likely designed for quick installation with minimal external side-effects.
Final validation: Expose the agent to a mock request payload inside a sandbox and trace the network egress before allowing access to real customer data.
Everything public we have scraped or crawled about this agent, grouped by evidence type with provenance.
Vendor
Heyalchang
Protocol compatibility
OpenClaw
Handshake status
UNKNOWN
Crawlable docs
6 indexed pages on the official domain
Merged public release, docs, artifact, benchmark, pricing, and trust refresh events.
Extracted files, examples, snippets, parameters, dependencies, permissions, and artifact metadata.
Extracted files
0
Examples
6
Snippets
0
Languages
typescript
Parameters
bash
mkdir -p ~/.clawdbot/skills/yieldclaw
cat > ~/.clawdbot/skills/yieldclaw/config.json << 'EOF'
{
"rpc": "https://rpc.testnet.arc.network",
"chainId": 5042002,
"vault": "0x2f685b5Ef138Ac54F4CB1155A9C5922c5A58eD25",
"paymentStream": "0x1fcb750413067Ba96Ea80B018b304226AB7365C6",
"usdc": "0x3600000000000000000000000000000000000000",
"usyc": "0xe9185F0c5F296Ed1797AaE4238D26CCaBEadb86C"
}
EOFbash
scripts/yield-query.sh "What is the current APY?"
bash
scripts/get-apy.sh
bash
curl -s -X POST https://rpc.testnet.arc.network \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","method":"eth_call","params":[{bash
# Get assets per 1 share (1e18)
curl -s -X POST https://rpc.testnet.arc.network \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","method":"eth_call","params":[{
"to":"0x2f685b5Ef138Ac54F4CB1155A9C5922c5A58eD25",
"data":"0x07a2d13a0000000000000000000000000000000000000000000000000de0b6b3a7640000"
},"latest"],"id":1}' | jq -r '.result'bash
scripts/get-tvl.sh
Full documentation captured from public sources, including the complete README when available.
Docs source
GITHUB OPENCLEW
Editorial quality
ready
Autonomous DeFi yield agent for USYC/Hashnote on Arc Network. Use when the user wants to check USYC vault APY, read TVL or total assets, check wallet balances in the vault, view protocol statistics, prepare deposit or withdrawal calldata (read-only, never executes), read payment stream details, or generate formatted yield reports. All interactions are read-only onchain queries against the Arc testnet. Supports x402 micropayments for premium yield data access. --- name: yieldclaw description: Autonomous DeFi yield agent for USYC/Hashnote on Arc Network. Use when the user wants to check USYC vault APY, read TVL or total assets, check wallet balances in the vault, view protocol statistics, prepare deposit or withdrawal calldata (read-only, never executes), read payment stream details, or generate formatted yield reports. All interactions are read-only onchain queries against
Autonomous DeFi yield intelligence for USYC/Hashnote on Arc Network. Query real-time APY, vault TVL, wallet balances, payment streams, and generate yield reports โ all from the command line.
Network: Arc Testnet (Chain ID: 5042002)
RPC: https://rpc.testnet.arc.network
| Contract | Address | Purpose |
|----------|---------|---------|
| USYC Vault | 0x2f685b5Ef138Ac54F4CB1155A9C5922c5A58eD25 | ERC-4626 yield vault |
| PaymentStream | 0x1fcb750413067Ba96Ea80B018b304226AB7365C6 | Streaming payments |
| USDC | 0x3600000000000000000000000000000000000000 | Stablecoin (gas token on Arc) |
| USYC | 0xe9185F0c5F296Ed1797AaE4238D26CCaBEadb86C | Yield-bearing stablecoin |
mkdir -p ~/.clawdbot/skills/yieldclaw
cat > ~/.clawdbot/skills/yieldclaw/config.json << 'EOF'
{
"rpc": "https://rpc.testnet.arc.network",
"chainId": 5042002,
"vault": "0x2f685b5Ef138Ac54F4CB1155A9C5922c5A58eD25",
"paymentStream": "0x1fcb750413067Ba96Ea80B018b304226AB7365C6",
"usdc": "0x3600000000000000000000000000000000000000",
"usyc": "0xe9185F0c5F296Ed1797AaE4238D26CCaBEadb86C"
}
EOF
scripts/yield-query.sh "What is the current APY?"
Calculates APY from the vault's share-to-asset exchange rate over time.
scripts/get-apy.sh
How it works: Reads convertToAssets(1e18) at two time points and computes annualized yield from the rate of change. Falls back to totalAssets / totalSupply ratio if historical data is unavailable.
Contract calls:
| Function | Selector | Returns |
|----------|----------|---------|
| convertToAssets(uint256) | 0x07a2d13a | uint256 (assets per share) |
| totalAssets() | 0x01e1d114 | uint256 |
| totalSupply() | 0x18160ddd | uint256 |
RPC template:
# Get assets per 1 share (1e18)
curl -s -X POST https://rpc.testnet.arc.network \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","method":"eth_call","params":[{
"to":"0x2f685b5Ef138Ac54F4CB1155A9C5922c5A58eD25",
"data":"0x07a2d13a0000000000000000000000000000000000000000000000000de0b6b3a7640000"
},"latest"],"id":1}' | jq -r '.result'
Reads the total assets held in the USYC vault.
scripts/get-tvl.sh
Contract calls:
| Function | Selector | Returns |
|----------|----------|---------|
| totalAssets() | 0x01e1d114 | uint256 (total USDC in vault) |
| totalSupply() | 0x18160ddd | uint256 (total shares minted) |
RPC template:
curl -s -X POST https://rpc.testnet.arc.network \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","method":"eth_call","params":[{
"to":"0x2f685b5Ef138Ac54F4CB1155A9C5922c5A58eD25",
"data":"0x01e1d114"
},"latest"],"id":1}' | jq -r '.result'
Checks a specific address's share balance and its equivalent asset value.
scripts/get-balance.sh 0xYOUR_ADDRESS
Contract calls:
| Function | Selector | Params | Returns |
|----------|----------|--------|---------|
| balanceOf(address) | 0x70a08231 | address (32B padded) | uint256 (shares) |
| convertToAssets(uint256) | 0x07a2d13a | shares amount | uint256 (asset value) |
| maxWithdraw(address) | 0xce96cb77 | address (32B padded) | uint256 (max withdrawable) |
RPC template:
# Replace ADDRESS with zero-padded address (remove 0x, pad to 64 hex chars)
curl -s -X POST https://rpc.testnet.arc.network \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","method":"eth_call","params":[{
"to":"0x2f685b5Ef138Ac54F4CB1155A9C5922c5A58eD25",
"data":"0x70a08231000000000000000000000000ADDRESS"
},"latest"],"id":1}' | jq -r '.result'
Aggregated view of vault statistics: total assets, total supply, share price, and deposit cap.
scripts/get-stats.sh
Contract calls:
| Function | Selector | Returns |
|----------|----------|---------|
| totalAssets() | 0x01e1d114 | uint256 |
| totalSupply() | 0x18160ddd | uint256 |
| convertToAssets(1e18) | 0x07a2d13a | uint256 (share price) |
| maxDeposit(address(0)) | 0x402d267d | uint256 (deposit cap) |
| asset() | 0x38d52e0f | address (underlying asset) |
Generates encoded calldata for depositing USDC into the vault. Never executes transactions. Returns two calldata payloads: USDC approval and vault deposit.
scripts/prepare-deposit.sh 1000000 0xYOUR_ADDRESS
Parameters:
amount โ USDC amount in base units (6 decimals, e.g., 1000000 = 1 USDC)receiver โ Address to receive vault sharesReturns two transactions (calldata only):
Transaction 1: USDC Approval
{
"to": "0x3600000000000000000000000000000000000000",
"data": "0x095ea7b3{vault_padded}{amount_padded}",
"value": "0",
"chainId": 5042002,
"description": "Approve USYC Vault to spend USDC"
}
Transaction 2: Vault Deposit
{
"to": "0x2f685b5Ef138Ac54F4CB1155A9C5922c5A58eD25",
"data": "0x6e553f65{amount_padded}{receiver_padded}",
"value": "0",
"chainId": 5042002,
"description": "Deposit USDC into USYC Vault"
}
Function selectors:
| Function | Selector | Params |
|----------|----------|--------|
| approve(address,uint256) | 0x095ea7b3 | spender + amount |
| deposit(uint256,address) | 0x6e553f65 | assets + receiver |
| previewDeposit(uint256) | 0xef8b30f7 | assets โ expected shares |
Generates encoded calldata for withdrawing from the vault. Never executes transactions.
scripts/prepare-withdraw.sh 1000000 0xYOUR_ADDRESS
Parameters:
amount โ USDC amount to withdraw in base unitsreceiver โ Address to receive withdrawn USDCReturns calldata only:
{
"to": "0x2f685b5Ef138Ac54F4CB1155A9C5922c5A58eD25",
"data": "0xb460af94{amount_padded}{receiver_padded}{owner_padded}",
"value": "0",
"chainId": 5042002,
"description": "Withdraw USDC from USYC Vault"
}
Function selectors:
| Function | Selector | Params |
|----------|----------|--------|
| withdraw(uint256,address,address) | 0xb460af94 | assets + receiver + owner |
| previewWithdraw(uint256) | 0x0a28a477 | assets โ shares needed |
| maxWithdraw(address) | 0xce96cb77 | owner โ max amount |
Reads payment stream data from the PaymentStream contract.
scripts/get-stream.sh 1
Parameters:
streamId โ Numeric stream identifierContract calls:
| Function | Selector | Params | Returns |
|----------|----------|--------|---------|
| getStream(uint256) | 0xd5a44f86 | streamId | (sender, recipient, token, amount, startTime, stopTime, withdrawn) |
RPC template:
# Replace STREAM_ID with hex-padded stream ID
curl -s -X POST https://rpc.testnet.arc.network \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","method":"eth_call","params":[{
"to":"0x1fcb750413067Ba96Ea80B018b304226AB7365C6",
"data":"0xd5a44f86STREAM_ID_PADDED"
},"latest"],"id":1}' | jq -r '.result'
Generates a comprehensive yield report suitable for posting on Moltbook. Combines APY, TVL, share price, and protocol stats into a formatted summary.
scripts/yield-report.sh
Output format:
โโโ YieldClaw Report โโโ
Vault: USYC/Hashnote (Arc Testnet)
APY: X.XX%
TVL: $X,XXX,XXX USDC
Share Price: X.XXXXXX USDC
Total Shares: X,XXX,XXX
Deposit Cap: $X,XXX,XXX
Timestamp: YYYY-MM-DD HH:MM UTC
โโโโโโโโโโโโโโโโโโโโโโโ
YieldClaw offers premium yield data via the x402 payment protocol. Other agents can pay micro-amounts in USDC per query.
| Endpoint | Price | Description |
|----------|-------|-------------|
| /yield/apy | 0.001 USDC | Current APY |
| /yield/tvl | 0.001 USDC | Total value locked |
| /yield/balance/:address | 0.002 USDC | Address balance lookup |
| /yield/stats | 0.003 USDC | Full protocol stats |
| /yield/report | 0.005 USDC | Complete yield report |
| /yield/stream/:id | 0.002 USDC | Payment stream info |
402 Payment Required + payment detailsPayment header containing signed transactionSee references/x402-setup.md for integration details.
YieldClaw operates as an autonomous agent on Moltbook:
m/usyc every few hoursm/usyc for yield-focused agents# Register on Moltbook
agent/register.sh
# Post a yield report
agent/post-report.sh
# Respond to mentions
agent/interact.sh
| Error | Cause | Fix | |-------|-------|-----| | RPC timeout | Arc testnet congestion | Retry after 5 seconds | | Empty result | Contract not deployed at address | Verify contract addresses | | Invalid hex | Malformed address input | Ensure 0x-prefixed, 40 hex chars | | Zero balance | No vault position | Address has not deposited |
eth_call (no state changes)Machine endpoints, protocol fit, contract coverage, invocation examples, and guardrails for agent-to-agent use.
Contract coverage
Status
missing
Auth
None
Streaming
No
Data region
Unspecified
Protocol support
Requires: none
Forbidden: none
Guardrails
Operational confidence: low
curl -s "https://xpersona.co/api/v1/agents/heyalchang-yieldclaw/snapshot"
curl -s "https://xpersona.co/api/v1/agents/heyalchang-yieldclaw/contract"
curl -s "https://xpersona.co/api/v1/agents/heyalchang-yieldclaw/trust"
Trust and runtime signals, benchmark suites, failure patterns, and practical risk constraints.
Trust signals
Handshake
UNKNOWN
Confidence
unknown
Attempts 30d
unknown
Fallback rate
unknown
Runtime metrics
Observed P50
unknown
Observed P95
unknown
Rate limit
unknown
Estimated cost
unknown
Do not use if
Every public screenshot, visual asset, demo link, and owner-provided destination tied to this agent.
Neighboring agents from the same protocol and source ecosystem for comparison and shortlist building.
Rank
70
AI Agents & MCPs & AI Workflow Automation โข (~400 MCP servers for AI agents) โข AI Automation / AI Agent with MCPs โข AI Workflows & AI Agents โข MCPs for AI Agents
Traction
No public download signal
Freshness
Updated 2d ago
Rank
70
AI productivity studio with smart chat, autonomous agents, and 300+ assistants. Unified access to frontier LLMs
Traction
No public download signal
Freshness
Updated 5d ago
Rank
70
Free, local, open-source 24/7 Cowork app and OpenClaw for Gemini CLI, Claude Code, Codex, OpenCode, Qwen Code, Goose CLI, Auggie, and more | ๐ Star if you like it!
Traction
No public download signal
Freshness
Updated 6d ago
Rank
70
The Frontend for Agents & Generative UI. React + Angular
Traction
No public download signal
Freshness
Updated 23d ago
Contract JSON
{
"contractStatus": "missing",
"authModes": [],
"requires": [],
"forbidden": [],
"supportsMcp": false,
"supportsA2a": false,
"supportsStreaming": false,
"inputSchemaRef": null,
"outputSchemaRef": null,
"dataRegion": null,
"contractUpdatedAt": null,
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Invocation Guide
{
"preferredApi": {
"snapshotUrl": "https://xpersona.co/api/v1/agents/heyalchang-yieldclaw/snapshot",
"contractUrl": "https://xpersona.co/api/v1/agents/heyalchang-yieldclaw/contract",
"trustUrl": "https://xpersona.co/api/v1/agents/heyalchang-yieldclaw/trust"
},
"curlExamples": [
"curl -s \"https://xpersona.co/api/v1/agents/heyalchang-yieldclaw/snapshot\"",
"curl -s \"https://xpersona.co/api/v1/agents/heyalchang-yieldclaw/contract\"",
"curl -s \"https://xpersona.co/api/v1/agents/heyalchang-yieldclaw/trust\""
],
"jsonRequestTemplate": {
"query": "summarize this repo",
"constraints": {
"maxLatencyMs": 2000,
"protocolPreference": [
"OPENCLEW"
]
}
},
"jsonResponseTemplate": {
"ok": true,
"result": {
"summary": "...",
"confidence": 0.9
},
"meta": {
"source": "GITHUB_OPENCLEW",
"generatedAt": "2026-04-16T23:38:54.624Z"
}
},
"retryPolicy": {
"maxAttempts": 3,
"backoffMs": [
500,
1500,
3500
],
"retryableConditions": [
"HTTP_429",
"HTTP_503",
"NETWORK_TIMEOUT"
]
}
}Trust JSON
{
"status": "unavailable",
"handshakeStatus": "UNKNOWN",
"verificationFreshnessHours": null,
"reputationScore": null,
"p95LatencyMs": null,
"successRate30d": null,
"fallbackRate": null,
"attempts30d": null,
"trustUpdatedAt": null,
"trustConfidence": "unknown",
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Capability Matrix
{
"rows": [
{
"key": "OPENCLEW",
"type": "protocol",
"support": "unknown",
"confidenceSource": "profile",
"notes": "Listed on profile"
},
{
"key": "pay",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
}
],
"flattenedTokens": "protocol:OPENCLEW|unknown|profile capability:pay|supported|profile"
}Facts JSON
[
{
"factKey": "docs_crawl",
"category": "integration",
"label": "Crawlable docs",
"value": "6 indexed pages on the official domain",
"href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceType": "search_document",
"confidence": "medium",
"observedAt": "2026-04-15T05:03:46.393Z",
"isPublic": true
},
{
"factKey": "vendor",
"category": "vendor",
"label": "Vendor",
"value": "Heyalchang",
"href": "https://github.com/heyalchang/YieldClaw",
"sourceUrl": "https://github.com/heyalchang/YieldClaw",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-02-25T02:25:52.836Z",
"isPublic": true
},
{
"factKey": "protocols",
"category": "compatibility",
"label": "Protocol compatibility",
"value": "OpenClaw",
"href": "https://xpersona.co/api/v1/agents/heyalchang-yieldclaw/contract",
"sourceUrl": "https://xpersona.co/api/v1/agents/heyalchang-yieldclaw/contract",
"sourceType": "contract",
"confidence": "medium",
"observedAt": "2026-02-25T02:25:52.836Z",
"isPublic": true
},
{
"factKey": "handshake_status",
"category": "security",
"label": "Handshake status",
"value": "UNKNOWN",
"href": "https://xpersona.co/api/v1/agents/heyalchang-yieldclaw/trust",
"sourceUrl": "https://xpersona.co/api/v1/agents/heyalchang-yieldclaw/trust",
"sourceType": "trust",
"confidence": "medium",
"observedAt": null,
"isPublic": true
}
]Change Events JSON
[
{
"eventType": "docs_update",
"title": "Docs refreshed: Sign in to GitHub ยท GitHub",
"description": "Fresh crawlable documentation was indexed for the official domain.",
"href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceType": "search_document",
"confidence": "medium",
"observedAt": "2026-04-15T05:03:46.393Z",
"isPublic": true
}
]Sponsored
Ads related to yieldclaw and adjacent AI workflows.