docs(exchanges): add Drift Perpetual connector page (#6655)#505
Open
ipezygj wants to merge 1 commit into
Open
Conversation
New docs/exchanges/drift.md for the drift_perpetual connector + mkdocs.yml nav entry (alpha position between Dexalot and dYdX). Structure mirrors exchanges/dydx.md (DEX-perp, wallet/gateway-based, flat .md). Content sourced from the verified Drift Gateway/DLOB API schemas and the connector's DriftPerpetualConfigMap (exact connect prompt strings). Documents the gateway-holds-keypair auth model (no private key entered into Hummingbot) and the standard install (no special install flag — the connector talks to a self-hosted gateway over REST/WS, not an in-process SDK). No Foundation-sponsor tip / no nav 🔥: Drift sponsorship is not verified. All external links HTTP+content checked 2026-05-17. Accompanies the drift_perpetual connector PR; not standalone-mergeable before that connector lands. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add Drift Protocol Perpetual connector documentation
Adds the exchange docs page for the Drift Protocol Perpetual connector.
Companion to connector PR hummingbot/hummingbot#8238 (resolves community request hummingbot/hummingbot#6655). Drift is Solana's largest perpetual DEX.
Changes (2 files, additive only):
docs/exchanges/drift.md— new exchange page, structure mirrors the existingdydx.md/hyperliquid.mdflat-page convention. Content derived from the connector's verified API schemas and the exactConfigMapprompt strings.mkdocs.yml— one nav line- Drift: exchanges/drift.md(placed between Dexalot and dYdX). Nav is explicit inmkdocs.yml, so a page without this line would not render.No 🔥 prefix (that prefix is sponsor-only and Drift sponsorship is unverified). All external links in the page were HTTP- and content-verified.
Note: the
docs/master/...connector source link will resolve once connector PR #8238 merges; merging this docs PR alongside/after the connector is the intended order.