Files
ironclaw/registry/tools/portfolio.json
github-actions[bot] 9dcd8969a6 chore: update WASM artifact SHA256 checksums [skip ci] (#2775)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-04-20 23:34:45 -07:00

42 lines
1.1 KiB
JSON

{
"name": "portfolio",
"display_name": "Portfolio",
"kind": "tool",
"version": "0.1.0",
"wit_version": "0.3.0",
"description": "Cross-chain DeFi portfolio discovery, ranked rebalancing proposals, and unsigned NEAR Intent construction. Single tool with three operations: scan, propose, build_intent.",
"keywords": [
"defi",
"portfolio",
"yield",
"wallet",
"rebalance",
"near-intents",
"crypto"
],
"source": {
"dir": "tools-src/portfolio",
"capabilities": "portfolio-tool.capabilities.json",
"crate_name": "portfolio-tool"
},
"artifacts": {
"wasm32-wasip2": {
"sha256": "99d0ef6522735a99d41116bfdeed06e5b6107193905173050abf6b140d4215a9",
"url": "https://github.com/nearai/ironclaw/releases/download/ironclaw-v0.26.0/tool-portfolio-0.1.0-wasm32-wasip2.tar.gz"
}
},
"auth_summary": {
"method": "manual",
"provider": "Dune Analytics",
"secrets": [
"dune_api_key"
],
"shared_auth": null,
"setup_url": "https://dune.com/settings/api"
},
"tags": [
"defi",
"finance"
]
}