Trading Dashboard
Manage open positions stored in your personal on-chain vault contracts
Overview
The Trading Dashboard allows users to manage open positions stored in their personal on-chain vault contracts. It displays live blockchain data — not MetaMask balances — and enables both manual and automatic trade closures.
Key Features
Vault-focused
Data is read from the user's deployed vault, not their wallet.
Token-specific UI
"In a Dai/pDai trading pair, Buy Long" uses the vault's DAI balance; "Sell Short" uses the pDAI balance.
Real-time trade metrics
Displays buy price, output received, PnL targets, slippage protection, and trade status.
Manual & auto-close
- •
userCloseTrade()— manually executed by the user - •
platformCloseTrade()— auto-executed by the platform bot when profit is hit - • Platform covers gas only for auto-closures
- • $5 minimum trade size enforced to maintain system efficiency and prevent unnecessary gas waste
Workflow Summary
- 1Connect wallet (PulseChain)
- 2Select your vault
- 3View balances, trades, and PnL data
- 4Close trades manually or let the platform bot close them at profit
- 5Track real-time execution status
Fees
Trading Fee:0.4%
• 0.4% on both buy and sell actions, paid from vault-held tokens
• Sent directly to feeReceiver
• Gas for platformCloseTrade() covered by platform