Tool tree
Non-custodial treasury workspace: natural-language intent, simulation before you sign, Solana-native intelligence.
page: /
preview-solana-walletact
Open a read-only Dreyv portfolio preview for any Solana wallet address.
View tool JSON
{
"name": "preview-solana-wallet",
"kind": "act",
"impl": "declarative",
"description": "Open a read-only Dreyv portfolio preview for any Solana wallet address.",
"inputSchema": {
"type": "object",
"properties": {
"wallet": {
"type": "string",
"description": "Paste any Solana wallet to preview it…"
}
}
},
"page": "/"
}dreyv-commandact
Submit a natural-language treasury intent (e.g. 'swap 10 SOL to USDC'). Dreyv plans, simulates, and returns a step preview.
View tool JSON
{
"name": "dreyv-command",
"kind": "act",
"impl": "declarative",
"description": "Submit a natural-language treasury intent (e.g. 'swap 10 SOL to USDC'). Dreyv plans, simulates, and returns a step preview.",
"inputSchema": {
"type": "object",
"properties": {
"intent": {
"type": "string",
"description": "Try: Swap 10 SOL to USDC"
}
}
},
"page": "/"
}page: /pricing
dreyv_open_developersact
Open the dreyv developer hub.
View tool JSON
{
"name": "dreyv_open_developers",
"kind": "act",
"impl": "imperative",
"description": "Open the dreyv developer hub.",
"inputSchema": {
"type": "object",
"properties": {}
},
"page": "/pricing"
}dreyv_open_mcp_docsact
Open the dreyv MCP documentation.
View tool JSON
{
"name": "dreyv_open_mcp_docs",
"kind": "act",
"impl": "imperative",
"description": "Open the dreyv MCP documentation.",
"inputSchema": {
"type": "object",
"properties": {}
},
"page": "/pricing"
}dreyv_discoveryanswer
Return URLs to dreyv's machine-readable discovery surface (MCP, OpenAPI, ACP, UCP, x402, OAuth).
View tool JSON
{
"name": "dreyv_discovery",
"kind": "answer",
"impl": "imperative",
"description": "Return URLs to dreyv's machine-readable discovery surface (MCP, OpenAPI, ACP, UCP, x402, OAuth).",
"inputSchema": {
"type": "object",
"properties": {}
},
"page": "/pricing"
}dreyv_open_pricingact
Open the dreyv pricing page.
View tool JSON
{
"name": "dreyv_open_pricing",
"kind": "act",
"impl": "imperative",
"description": "Open the dreyv pricing page.",
"inputSchema": {
"type": "object",
"properties": {}
},
"page": "/pricing"
}