Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -51,19 +51,6 @@ SYNTHETIC_BIAS_IV=0.06
# Explicit ledger path override (optional; defaults to <repo-root>/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
Expand Down
Loading