What problem does it solve?
Gate unified accounts combine multiple margin modes, per-currency settings, and borrowing/transfer limits which are complex to check and dangerous to change without validation; this Skill centralizes account overview, borrow/repay workflows, and collateral/leverage configuration while enforcing safety and precision rules.
Core Features & Use Cases
- Unified Account Overview & Risk Metrics: Retrieve total equity and explicit IMR/MMR (totalInitialMarginRate / totalMaintenanceMarginRate) and include per-currency imr/mmr when available.
- Borrowing, Repayment, and Transferability Checks: Validate borrowable and transferable limits per currency, build actionable drafts, and execute borrow/repay operations only after explicit user confirmation.
- Mode, Leverage, and Collateral Management: Inspect or switch unified modes, set per-currency leverage, and enable/disable collateral currencies with required pre-checks and confirmations.
- Safety and Precision Guarantees: Preserve exact API numeric strings, show raw timestamps plus human-readable times, and require stepwise confirmations for all high-risk mutations.
- Example: Validate max borrowable USDT, present an Action Draft noting interest and borrowable limits, then execute borrowing only after the user replies "Confirm action".
Quick Start
Check my unified account overview and include total equity, totalInitialMarginRate, totalMaintenanceMarginRate, and per-currency imr and mmr.