gdex-wallet-setup

Generate EVM control wallets offline and create session keypairs.

4|Updated Mar 7, 2026
One-click install
npx skills add https://github.com/GemachDAO/gdex-skill --skill gdex-wallet-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gdex-wallet-setup
Source: https://github.com/GemachDAO/gdex-skill/tree/main/skills/gdex-wallet-setup
Command: npx skills add https://github.com/GemachDAO/gdex-skill --skill gdex-wallet-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables secure, offline wallet generation and session-key handling for new users, eliminating the need for immediate network access to start trading in a managed-custody environment.

Core Features & Use Cases

  • Generate an EVM control wallet offline, including address, private key, mnemonic, and derivation path.
  • Create a session keypair for signing trades in managed-custody mode.
  • Retrieve wallet information (balance, chain, and tokens) for a given address once authenticated.

Quick Start

Generate an offline EVM control wallet, create a session keypair, and fetch wallet information for a new user.

Frequently Asked Questions about gdex-wallet-setup

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

FAQPage Schema
How do I generate an EVM wallet offline for secure user onboarding?

To generate an EVM wallet offline, this skill creates a control wallet with an address, private key, mnemonic, and derivation path without any network calls. It enforces secure storage of keys for managed-custody workflows.

What is a session keypair in managed-custody mode and how does it work?

A session keypair in managed-custody mode is a cryptographic key set created for signing trades securely. This skill generates these keypairs offline to allow new users to start trading without immediate network access.

How do I retrieve EVM wallet balance and token information for a new user?

To retrieve EVM wallet information, the skill fetches balance, chain, and token data for a given address once authenticated. This requires network access and applies to onboarding workflows after initial wallet generation.

Can I create an EVM control wallet without an active network connection?

Yes, you can create an EVM control wallet without an active network connection. The skill requires no network calls for wallet generation, ensuring secure offline creation of private keys and mnemonics.

When do I need offline wallet generation for EVM onboarding?

Offline wallet generation for EVM is needed in managed-custody environments where secure, immediate key creation is required without exposing private keys to network risks during user onboarding.

Does offline EVM wallet setup support custom derivation paths?

Offline EVM wallet setup generates a standard derivation path alongside the address, private key, and mnemonic. The skill focuses on secure, offline key management rather than custom path configuration.