From e43f808bced335cce9b851ad0132dcc48c988a39 Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 6 Jun 2026 20:20:22 +0000 Subject: [PATCH] chore: remove DeepBook Margin (leveraged mint) variables from .env.example https://claude.ai/code/session_018Fvm7hobfPeiVBWn29Mbaf --- .env.example | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.env.example b/.env.example index ecaae0e..2a3aff6 100644 --- a/.env.example +++ b/.env.example @@ -51,19 +51,6 @@ SYNTHETIC_BIAS_IV=0.06 # Explicit ledger path override (optional; defaults to /data/ledger.jsonl) LEDGER_PATH= -# === Leveraged mint (DeepBook Margin) === -# Enable atomic 3-step PTB: deposit SUI → borrow DBUSDC → predict::mint -# Run `pnpm bot:setup-margin` once to create the MarginManager, then fill in the address. -LEVERAGE_MODE=false -MARGIN_MANAGER_ADDRESS= -# SUI collateral deposited per trade (in SUI, not MIST; e.g. 1 = 1 SUI = 1e9 MIST) -SUI_COLLATERAL_AMOUNT=1 -# DBUSDC to borrow per trade (in dUSDC; e.g. 10 = 10 dUSDC = 10_000_000 base units) -BORROW_AMOUNT=10 -# Current SUI/USD price used for the pre-flight risk-ratio check (update regularly). -# If collateral_USD / borrow_USD < 1.25 the bot falls back to bare predict::mint. -SUI_PRICE_USD=4.5 - # === Dashboard === DASHBOARD_PORT=3000 DASHBOARD_PUBLIC_URL=http://localhost:3000