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
28 lines (28 loc) · 1.49 KB
/
manifest.json
File metadata and controls
28 lines (28 loc) · 1.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"id": "evaa",
"name": "EVAA Protocol",
"version": "1.0.0",
"description": "Lending and borrowing on TON -- supply, borrow, withdraw, repay, liquidate across 4 pools",
"author": { "name": "teleton", "url": "https://github.com/TONresistor" },
"license": "MIT",
"entry": "index.js",
"teleton": ">=1.0.0",
"sdkVersion": ">=1.0.0",
"tools": [
{ "name": "evaa_markets", "description": "Market data: APY, utilization, TVL per asset" },
{ "name": "evaa_assets", "description": "Asset configs: collateral factor, liquidation threshold" },
{ "name": "evaa_prices", "description": "Current oracle prices for all assets" },
{ "name": "evaa_user_position", "description": "User position: balances, health factor, limits" },
{ "name": "evaa_predict", "description": "Simulate health factor impact of supply/withdraw/borrow/repay" },
{ "name": "evaa_liquidations", "description": "Check if a position is liquidatable" },
{ "name": "evaa_supply", "description": "Supply TON or jetton to earn interest" },
{ "name": "evaa_withdraw", "description": "Withdraw supplied assets" },
{ "name": "evaa_borrow", "description": "Borrow against collateral" },
{ "name": "evaa_repay", "description": "Repay borrowed assets" },
{ "name": "evaa_liquidate", "description": "Liquidate undercollateralized position" }
],
"permissions": [],
"tags": ["defi", "ton", "lending", "borrowing", "liquidation"],
"repository": "https://github.com/TONresistor/teleton-plugins",
"funding": null
}