deepbook-predict-manager

Installation
SKILL.md

DeepBook Predict: Predict Manager

The PredictManager is a per-user shared account object. It wraps a DeepBook V3 BalanceManager, stores deposited quote balances, and tracks a user's active binary position and vertical range quantities.


1. Structural Design

graph TD
    User([User Signer]) -->|Deposits/Withdraws| PM[PredictManager Shared Object]
    PM -->|Wraps| BM[BalanceManager]
    PM -->|Stores| BT[Positions Table: keyed by MarketKey]
    PM -->|Stores| RT[Ranges Table: keyed by RangeKey]
Installs
1
First Seen
Sep 4, 2026
deepbook-predict-manager — nickthelegend/sui-deepbook-skills