barker_executable_pools
EXECUTION DISCOVERY: which stablecoin vaults in Barker's index support direct deposit/redeem through barker_execution_quote. Returns executable pools with adapter support, live deposit capacity (is_full) and APY/TVL. Call this before barker_execution_quote — every pool listed here can be quoted, and its pool_uid is the exact string that tool expects (its vault_token_address works there too). Skip this call entirely if you already know the vault contract address. All parameters are optional: call with no arguments to get the top executable pools across every asset. APY unit: decimal (0.05 = 5%). Use for 'which pools can my agent actually deposit into', '哪些池子能直接存'. (paid: $0.01 per call via x402)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asset | No | Optional stablecoin symbol filter, case-insensitive: usdc, usdt. Omit to list all assets. | |
| chain | No | Optional chain filter (lowercase), e.g. base, ethereum | |
| limit | No | Max rows (default 20) | |
| query | No | Optional pool keyword, e.g. 'Steakhouse USDC' | |
| action | No | Filter by executable action | |
| min_tvl | No | Min TVL floor in USD (default 1000000) |