gdex-limit-orders

Automate secure limit-order management for token trading with custody-encrypted payloads.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage secure, programmable limit orders in crypto trading by enabling creation, updates, listing, and cancellation with custody-encrypted payloads.

Core Features & Use Cases

  • Limit order lifecycle: Create limit buy or sell orders that trigger at target prices using the managed-custody payloads.
  • Order management: List all active orders, update prices or amounts, and cancel existing orders.
  • Security & prerequisites: Requires authentication via loginWithApiKey() and enforces per-chain minimum order sizes; supports take-profit and stop-loss semantics.

Quick Start

Install the gdex-limit-orders skill and use limitBuy() or limitSell() with your apiKey, userId, sessionPrivateKey, chainId, tokenAddress, and amount to create a limit order.

Frequently Asked Questions about gdex-limit-orders

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

FAQPage Schema
How do I create secure limit orders for Solana token trading?

You create secure limit orders by calling limitBuy() or limitSell() with your apiKey, userId, sessionPrivateKey, chainId, tokenAddress, and amount. This automates limit-order management using custody-encrypted payloads.

What do I need to set up before placing custody-encrypted limit orders?

You need authentication via loginWithApiKey() and must meet per-chain minimum order sizes before placing custody-encrypted limit orders. Valid ABI-encoded parameters are also required for safety.

Can I update or cancel existing limit orders across supported chains?

You can list all active limit orders, update prices or amounts, and cancel existing orders across supported chains using dedicated endpoints for buy, sell, and updates.

Does this limit order management approach support take-profit and stop-loss strategies?

Yes, the limit order management system supports take-profit and stop-loss semantics. It validates ABI-encoded parameters to safely automate these strategies across supported chains.

Why do my limit orders fail validation when using custody-encrypted payloads?

Limit orders fail validation when ABI-encoded parameters are invalid or per-chain minimum order sizes are not met. The system enforces these constraints to ensure safe custody-encrypted payload processing.

What is the best way to manage the lifecycle of programmable crypto limit orders?

The best way to manage programmable limit order lifecycles is using a custody-encrypted system that handles creation, listing, updating, and cancellation with dedicated endpoints for buy, sell, and updates.