-
Notifications
You must be signed in to change notification settings - Fork 94
docs: add EIDEX to marketplace comparison websites #591
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 23.0.0
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -90,6 +90,20 @@ CoinMarketCap | |
| clicking Markets allows you to view the markets available and the | ||
| trading pairs they offer. | ||
|
|
||
| EIDEX | ||
| .. image:: exchanges/eidex.png | ||
| :width: 200px | ||
| :align: right | ||
| :target: https://eidex.io/screener/btc-btc-to-dash-dash | ||
|
|
||
| https://eidex.io | ||
|
|
||
| EIDEX compares swap routes for Dash across a number of exchange | ||
| providers. For a given pair and amount it queries the providers and | ||
| ranks the results by how much Dash you actually receive, showing the | ||
| rate, fees and estimated time for each route. No account is required | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win 🔎 Supported by static analysis🏁 Script executed: #!/bin/bash
printf '%s\n' '--- target excerpt ---'
sed -n '88,112p' docs/user/introduction/how-to-buy.rst
printf '%s\n' '--- nearby EIDEX references ---'
rg -n -C 3 'EIDEX|eidex|No account|account' docs/user/introduction/how-to-buy.rstRepository: dashpay/docs Length of output: 1634 🤖 get_repo_knowledge executed:
Length of output: 10468 🌐 Web query:
💡 Result: EIDEX provides two distinct ways to interact with cryptocurrency swaps, and the requirement for account registration depends on the specific service being used: 1. EIDEX Route Aggregator (Screener) The EIDEX route aggregator is a non-custodial comparison tool that ranks cross-chain swaps and bridges [1]. It does not hold user funds and does not execute swaps itself; instead, it redirects users to external providers to complete the transaction [1]. Because this service is non-custodial, swaps performed through it do not require an EIDEX account [1]. Furthermore, some integrated providers (such as StealthEX) also allow for swaps without requiring any registration at all [2]. However, when using this tool, you remain subject to the terms, fees, and identity verification (KYC) requirements of the specific third-party provider you choose for your swap [1]. 2. EIDEX Centralized Exchange (CEX) For services on the main EIDEX platform—including spot trading, P2P trading, internal transfers, and withdrawals—a registered account is mandatory [3][4]. Accessing these account-level features requires completing identity verification (KYC), which involves submitting an identity document and performing a biometric check [3][5]. If you are a developer integrating EIDEX features (such as quotes or orders) into your own platform via the Merchant API, you must create an account and generate API keys (API Key and Secret Key) within your dashboard to authenticate your requests [6][7][8]. In summary, there is no "registration swap" procedure that bypasses account requirements for centralized services; registration and KYC are mandatory for using the EIDEX exchange platform [3][5]. For swaps performed via the aggregator, the requirement depends solely on the external provider you select, as EIDEX itself does not perform or custody those trades [1]. Citations:
Clarify the account requirement. Replace “No account is required” with “No EIDEX account is required, but the selected provider may require registration or KYC.” 🤖 Prompt for AI AgentsSource: MCP tools |
||
| and the swap itself is completed on the provider's own site. | ||
|
|
||
|
|
||
| .. _atms: | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win
🔎 Supported by static analysis
🏁 Script executed:
Repository: dashpay/docs
Length of output: 3665
🤖 get_repo_knowledge executed:
get_repo_knowledge dashpay/docs /tmp/coderabbit-repo-knowledge/dashpay-docs-69eeb297/architecture /tmp/coderabbit-repo-knowledge/dashpay-docs-69eeb297/conventionsLength of output: 10468
🌐 Web query:
site:eidex.io/screener/btc-btc-to-dash-dash Eidex quotes indicative can change in real time💡 Result:
EIDEX states that quotes on its BTC→DASH screener are indicative, not executable, and may change continuously due to fluctuating rates, fees, and liquidity. The final rate is determined by the provider when you proceed with the swap. (eidex.io)
Citations:
Describe the ranked amount as an estimate.
EIDEX quotes are indicative, not executable. Replace “how much Dash you actually receive” with “estimated Dash output” because the provider determines the final rate.
🤖 Prompt for AI Agents
Source: MCP tools