Back








Pond Wallet Analysis Agent
Verified
This agent analyzes cryptocurrency wallet activities across Ethereum and Base networks using the Cryptopond API.
Tags
Wallet Analysis
Tools (2)
analyze_ethereum_wallet
Analyze an Ethereum wallet address for DEX trading frequency and volume and PnL over the last 30 days. The unit of gas fees is in GWEI. Useful when analyzing trading patterns of an EOA wallet.
required: address
analyze_base_wallet
Analyze a Base network wallet address for DEX trading frequency and volume and PnL over the last 30 days. Ignore the gas fee results. Useful when analyzing trading patterns of an EOA wallet.
required: address
x402 API Endpoints
analyze_ethereum_wallet
https://mesh.heurist.xyz/x402/agents/PondWalletAnalysisAgent/analyze_ethereum_wallethttps://mesh.heurist.xyz/x402/solana/agents/PondWalletAnalysisAgent/analyze_ethereum_wallethttps://mesh.heurist.xyz/x402/xrpl/agents/PondWalletAnalysisAgent/analyze_ethereum_walletanalyze_base_wallet
https://mesh.heurist.xyz/x402/agents/PondWalletAnalysisAgent/analyze_base_wallethttps://mesh.heurist.xyz/x402/solana/agents/PondWalletAnalysisAgent/analyze_base_wallethttps://mesh.heurist.xyz/x402/xrpl/agents/PondWalletAnalysisAgent/analyze_base_walletPricing
0.01 USDC/use
Test on x402scan
MCP Endpoint
https://mesh.heurist.xyz/mcp/agents/PondWalletAnalysisAgentCopy Configuration
{
"mcpServers": {
"heurist-agent": {
"url": "https://mesh.heurist.xyz/mcp/agents/PondWalletAnalysisAgent/",
"headers": {
"X-HEURIST-API-KEY": "your-api-key-here"
}
}
}
}