gate-exchange-unified

Manage Gate unified account operations including equity checks, borrows, repayments, leverage configuration, and collateral management.

3|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/Pieverse-Eng/purrfect-skills --skill gate-exchange-unified-pieverse-eng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gate-exchange-unified
Source: https://github.com/Pieverse-Eng/purrfect-skills/tree/main/gate/vendor/gate-exchange-unified
Command: npx skills add https://github.com/Pieverse-Eng/purrfect-skills --skill gate-exchange-unified-pieverse-eng

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

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.

Frequently Asked Questions about gate-exchange-unified

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check my Gate unified account risk metrics and total equity?

Check Gate unified account risk by retrieving total equity, totalInitialMarginRate, totalMaintenanceMarginRate, and per-currency imr/mmr values to assess your account's margin position and liquidation exposure.

How can I borrow funds using my Gate unified account collateral?

Borrowing against Gate unified account collateral requires validating max borrowable limits per currency, reviewing an Action Draft noting interest and transferable limits, then executing only after explicit user confirmation.

How do I change per-currency leverage in a Gate unified account?

Changing per-currency leverage in a Gate unified account involves inspecting current settings, performing required pre-checks on margin and risk, then setting the new leverage value after explicit user confirmation.

Can I enable or disable specific currencies as collateral in my Gate unified account?

Yes, you can enable or disable collateral currencies in a Gate unified account by inspecting the current collateral list, applying required pre-checks, and confirming the mutation explicitly before execution.

What precautions are enforced when executing high-risk mutations like repaying loans or switching unified modes?

High-risk mutations like repaying loans or switching unified modes enforce exact API numeric precision, display raw timestamps alongside human-readable times, and require stepwise explicit per-action user confirmation.