Account Management

Coordinates dual-account fund flows for the 0G Compute Network.

1|Updated Apr 1, 2026
One-click install
npx skills add https://github.com/Vocaid/vocaid-hub --skill account-management-vocaid
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: Account Management
Source: https://github.com/Vocaid/vocaid-hub/tree/main/agents/.agents/shield/skills/compute/account-management
Command: npx skills add https://github.com/Vocaid/vocaid-hub --skill account-management-vocaid

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Keeps Main Account deposits, provider sub-account transfers, and refund requests synchronized so 0G compute jobs never fail due to missing funds or lockouts. Tracks the 24-hour refund period and provider acknowledgments to make sure wallets always have the right balance available for each provider.

Core Features & Use Cases

  • Dual-account workflow: Deposit into the Main Account, then send precise amounts to each provider sub-account while maintaining buffer balances to avoid interrupted inference.
  • Refund and withdrawal controls: Request refunds, respect the 24-hour lock, and withdraw to the wallet once services complete.
  • Use Case: Onboard a new GPU provider by checking balances, funding its sub-account, acknowledging the provider signer, and then letting the provider auto-deduct inference fees.

Quick Start

Use this skill to deposit 0G tokens and then fund a provider sub-account before running compute jobs.

Frequently Asked Questions about Account Management

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

FAQPage Schema
How do I manage 0G compute fund flows for provider sub-accounts?▼

To manage 0G compute fund flows, you deposit 0G tokens into the Main Account and transfer precise amounts to provider sub-accounts. This dual-account workflow ensures wallets maintain buffer balances to avoid interrupted inference jobs.

How does the 24-hour refund lock work in the 0G Compute Network?▼

The 24-hour refund lock restricts immediate access to requested 0G token refunds. The system tracks this lock period alongside provider acknowledgments to ensure wallet balances remain balanced and available during post-run cleanups.

What's the best way to onboard a new GPU provider for 0G compute jobs?▼

The best way to onboard a new GPU provider is to check balances, fund its sub-account, and acknowledge the provider signer. Once completed, the provider can automatically deduct inference fees from the funded sub-account.

Do I need ethers v6 to deposit 0G tokens for compute jobs?▼

Yes, you need ethers v6 for wallet interactions to deposit 0G tokens and manage funds. The account management process requires ethers alongside the @0glabs/0g-serving-broker ledger APIs to coordinate dual-account transfers.

Why do my 0G compute jobs fail due to missing funds or lockouts?▼

0G compute jobs fail when Main Account deposits, sub-account transfers, and refund requests are not synchronized. Proper account management maintains buffer balances and tracks the 24-hour refund lock to prevent these interruptions.