forked from TONresistor/teleton-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
23 lines (23 loc) · 1.07 KB
/
manifest.json
File metadata and controls
23 lines (23 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"id": "swapcoffee",
"name": "swap.coffee DEX Aggregator",
"version": "1.0.0",
"description": "Swap tokens on TON via swap.coffee aggregator - best rates across all DEXes",
"author": { "name": "teleton", "url": "https://github.com/TONresistor" },
"license": "MIT",
"entry": "index.js",
"teleton": ">=1.0.0",
"sdkVersion": ">=1.0.0",
"tools": [
{ "name": "swap_quote", "description": "Get optimal swap route with expected output and price impact" },
{ "name": "swap_execute", "description": "Execute a token swap from the agent wallet" },
{ "name": "swap_status", "description": "Check swap execution status" },
{ "name": "swap_tokens", "description": "Search/lookup TON tokens with metadata and price" },
{ "name": "swap_price", "description": "Get USD prices for TON tokens" },
{ "name": "swap_pools", "description": "Browse liquidity pools by TVL, volume, or APR" }
],
"permissions": [],
"tags": ["defi", "ton", "dex", "swap", "trading", "aggregator"],
"repository": "https://github.com/TONresistor/teleton-plugins",
"funding": null
}