Active development: 20 commits in the last 90 days across 1 contributor
Code ActivitySource linked
6 active day(s) in GemachDAO/gdex-skill.
Utility
Verified BuilderCode ActivitySource linked
6 active day(s) in GemachDAO/gdex-skill.
Github ReleaseSource verified
An agent-ergonomics pass on the MCP read/management surface, from a red-team of how an agent perceives and acts through these tools. Fixed - close_perp_position could not close short positions. It hardcoded isLong: false (with a false "reduce-only determines direction" comment), so closing a short submitted a sell that could not reduce it — the primary risk-management tool silently failed for half of all positions. Direction and size are now resolved from the live position (a short closes with a buy). Added - get_hl_trade_history limit (default 20, most recent first) — th
View evidenceGithub ReleaseSource verified
Agents can now swap on EVM chains through managed custody. What's new - buyToken + MCP buy_token execute managed-custody EVM swaps. Previously the plain-param path was rejected by the backend (missing params, code 101) on Ethereum/Base/Arbitrum. buyToken now routes EVM trades carrying a sessionPrivateKey + apiKey through the session-signed purchasev2 flow — the proven managed path. - The MCP buytoken tool forwards sessionPrivateKey + apiKey so agents can swap over MCP. Notes - Additive change — Solana / non-managed callers are unchanged. - amount is the decima
View evidenceGithub ReleaseSource verified
Builder/HIP-3 dex-scoped clearinghouse reads Builder/HIP-3 perps (xyz:NVDA, xyz:SPCX, stocks, commodities) fill and trade through the standard hlCreateOrder flow and honor the leverage passed (3× isolated, live-confirmed). But their positions live under their own dex's isolated account, not the default clearinghouse — so reads that only hit the default dex showed them empty, which read as "the order never filled." Changed - SDK getHlClearinghouseState now accepts { userAddress, dex } to read a builder dex (e.g. dex: "xyz"), not just a plain address. - MCP `get_hl
View evidenceGithub ReleaseSource verified
What's Changed * feat: 24h volume for outcome markets via HL WS (v4.5.0) by @kingassune in https://github.com/GemachDAO/gdex-skill/pull/24 Full Changelog: https://github.com/GemachDAO/gdex-skill/compare/v4.4.0...v4.5.0
View evidenceGithub ReleaseSource verified
What's Changed * docs(sdk-debugging): note backend-limited deposit 400 + outcome-market listings by @kingassune in https://github.com/GemachDAO/gdex-skill/pull/21 * feat: official Gemach branding (theming tokens, lion logo, agent demo) by @kingassune in https://github.com/GemachDAO/gdex-skill/pull/22 * chore: release 4.4.0 (Gemach branding) by @kingassune in https://github.com/GemachDAO/gdex-skill/pull/23 Full Changelog: https://github.com/GemachDAO/gdex-skill/compare/v4.3.1...v4.4.0
View evidenceGithub ReleaseSource verified
What's Changed * fix: gdex-mcp-server init works via documented npx one-liner (v4.3.1) by @kingassune in https://github.com/GemachDAO/gdex-skill/pull/20 Full Changelog: https://github.com/GemachDAO/gdex-skill/compare/v4.3.0...v4.3.1
View evidenceGithub ReleaseSource verified
What's Changed * docs(onboarding): correct MCP server section (116 tools + working setup) by @kingassune in https://github.com/GemachDAO/gdex-skill/pull/18 * feat: one-command MCP auto-config from GitHub + security notes (v4.3.0) by @kingassune in https://github.com/GemachDAO/gdex-skill/pull/19 Full Changelog: https://github.com/GemachDAO/gdex-skill/compare/v4.2.0...v4.3.0
View evidenceGithub ReleaseSource verified
What's Changed * feat: split into 27 installable skills for skills.sh (v4.2.0) by @kingassune in https://github.com/GemachDAO/gdex-skill/pull/17 Full Changelog: https://github.com/GemachDAO/gdex-skill/compare/v4.1.1...v4.2.0
View evidenceGithub ReleaseSource verified
What's Changed * fix: GitHub-installable SDK + release v4.1.1 by @kingassune in https://github.com/GemachDAO/gdex-skill/pull/16 Full Changelog: https://github.com/GemachDAO/gdex-skill/compare/v4.1.0...v4.1.1
View evidenceGithub ReleaseSource verified
What's Changed * fix: spot-trade slippage units, solana/sui chainId aliases, e2e robustness by @kingassune in https://github.com/GemachDAO/gdex-skill/pull/13 * fix: strictly-increasing nonce to prevent collisions in rapid trades by @kingassune in https://github.com/GemachDAO/gdex-skill/pull/14 * chore: release v4.1.0 by @kingassune in https://github.com/GemachDAO/gdex-skill/pull/15 New Contributors * @kingassune made their first contribution in https://github.com/GemachDAO/gdex-skill/pull/13 Full Changelog: https://github.com/GemachDAO/gdex-skill/compare/v4.0.0...v4.1.0
View evidenceGithub ReleaseSource verified
What's Changed * Reconcile SDK, MCP server, and sub-skills with backend v1.1.0 by @Copilot in https://github.com/GemachDAO/gdex-skill/pull/7 * fix(auth): align oauthLogin/associateEmail with backend v1.1.0 by @Copilot in https://github.com/GemachDAO/gdex-skill/pull/8 * v1.1.0 backend-contract sweep: PRs 2 & 3 (transfers + cleanup) by @Copilot in https://github.com/GemachDAO/gdex-skill/pull/9 * chore(release): 3.3.0 — v1.1.0 backend-contract sweep by @Copilot in https://github.com/GemachDAO/gdex-skill/pull/11 * chore(release): 3.3.1 — land PR #10 (encrypted computedData for changeWatchList &
View evidenceGithub ReleaseSource verified
Full Changelog: https://github.com/GemachDAO/gdex-skill/compare/v3.0.0...v3.1.0
View evidenceGithub ReleaseSource verified
What's Changed * Integrate @gdexsdk/hyper-liquid-trader SDK for HyperLiquid operations by @Copilot in https://github.com/GemachDAO/gdex-skill/pull/5 Full Changelog: https://github.com/GemachDAO/gdex-skill/compare/v2.0.0...v3.0.0
View evidenceGithub ReleaseSource verified
What's Changed * Add @gdexsdk/gdex-skill — TypeScript AI Agent Skill SDK for Gbot Trading Dashboard by @Copilot in https://github.com/GemachDAO/gdex-skill/pull/1 New Contributors * @Copilot made their first contribution in https://github.com/GemachDAO/gdex-skill/pull/1 Full Changelog: https://github.com/GemachDAO/gdex-skill/commits/v2.0.0 What's Changed * Add @gdexsdk/gdex-skill — TypeScript AI Agent Skill SDK for Gbot Trading Dashboard by @Copilot in https://github.com/GemachDAO/gdex-skill/pull/1 New Contributors * @Copilot made their first contribution in https://github.com/G
View evidenceWritten by Dawnscan researchers and reviewed before publishing. Commentary with sources — not the project's own claims, and not evidence of shipping.
No published notes on gdex-skill yet.
Know something about gdex-skill? Sign in with wallet to submit a research note. Notes are reviewed before they appear here.