You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/gblin.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,15 +9,15 @@
9
9
>
10
10
> Do NOT skip this step. The user's wallet address is needed for every transaction.
11
11
12
-
GBLIN (Global Balanced Liquidity Index) is a **wealth-preservation protocol on Base mainnet**. Every GBLIN token is fully backed by a real treasury of cbBTC (45%), WETH (45%), and USDC (10%), governed by Chainlink oracles and a 48-hour timelock. It is not a meme coin — it is a decentralised index with an algorithmic Crash Shield that reallocates toward USDC as basket assets draw down (V6 adaptive threshold, from ~15%).
12
+
GBLIN (Global Balanced Liquidity Index) is a **wealth-preservation protocol on Base mainnet**. Every GBLIN token is fully backed by a real treasury of cbBTC, WETH and USDC, priced by Chainlink oracles and governed by a 48-hour timelock. Basket weights are set on-chain and rebalance over time — read them live from `get_treasury_state` rather than assuming fixed percentages. It is not a meme coin: it is an index with an algorithmic Crash Shield that reallocates toward USDC as basket assets draw down (adaptive threshold, from ~15%).
13
13
14
14
This plugin fetches unsigned calldata from the GBLIN MCP server (`@gblin-protocol/mcp-server`), then executes via Base MCP's `send_calls`.
15
15
16
16
**Supported chain:** Base mainnet (`8453` / `0x2105`).
**Timelock (owner since 18 May 2026):**`0x6aBeC8716fFeEcf7C3D6e68255b4797113E8e5Dd` — 48h delay, immutable.
20
+
**Timelock (owner):**`0x6aBeC8716fFeEcf7C3D6e68255b4797113E8e5Dd` — every owner-only change is scheduled and executes only after a 48h delay. Parameters can change through it, so never describe the protocol as immutable.
21
21
22
22
---
23
23
@@ -219,7 +219,7 @@ For multi-step flows (approve + buy), include both calls in the same `send_calls
0 commit comments