Account Management

Manage 0G Compute account balances, deposits, transfers, and refunds.

Updated Jun 18, 2026
One-click install
npx skills add https://github.com/srijan399/imsy --skill account-management-srijan399
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Account Management
Source: https://github.com/srijan399/imsy/tree/main/.0g-skills/skills/compute/account-management
Command: npx skills add https://github.com/srijan399/imsy --skill account-management-srijan399

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @0glabs/0g-serving-broker, ethers.

What problem does it solve?

This Skill helps manage 0G Compute account funding so agents and workflows can safely pay for inference services without running out of balance or mismanaging locked funds.

Core Features & Use Cases

  • Balance inspection: Check main-account and provider sub-account balances before requesting services.
  • Funding workflows: Deposit funds, transfer them to a provider sub-account, and keep a usable buffer for uninterrupted compute.
  • Refund handling: Request refunds and complete them after the required lock period.
  • Provider onboarding: Acknowledge a provider signer before first use so account setup is ready for inference.

Quick Start

Ask to check your 0G Compute balance and fund a provider sub-account for inference use.

Frequently Asked Questions about Account Management

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

FAQPage Schema
How do I check my 0G Compute account balance before requesting inference services?

You can check your 0G Compute account balance by inspecting both the main-account and provider sub-account balances using the 0g-serving-broker SDK and ethers to interact with ledger state before requesting services.

How do I fund a provider sub-account for 0G Compute inference workflows?

To fund a provider sub-account for 0G Compute inference workflows, you deposit funds into the main account and transfer them to the provider sub-account to maintain a usable funding buffer for uninterrupted compute.

What is the refund workflow for 0G Compute provider sub-accounts?

The 0G Compute refund workflow requires requesting a refund and completing it after a specific lock period, using ethers and the 0g-serving-broker SDK to enforce refund timing and maintain safe funding buffers.

Do I need ethers to manage 0G Compute account deposits and transfers?

Yes, you need ethers and the 0g-serving-broker SDK to manage 0G Compute account deposits, interact with ledger state, and execute provider sub-account transfers safely.

Why do I need to acknowledge a provider signer before using 0G Compute?

Acknowledging a provider signer before first use completes provider onboarding, ensuring your 0G Compute account setup is ready for payment-enabled inference workflows.

What is the best way to manage locked funds in a 0G Compute dual-account model?

The best way to manage locked funds in a 0G Compute dual-account model is to use the 0g-serving-broker SDK to enforce refund timing, monitor sub-account balances, and maintain safe funding buffers to avoid mismanagement.