From 3a58297a8d3efb423dee5a2583b4ffb3f47fcbc3 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 21 Jul 2025 06:29:25 +0200 Subject: [PATCH] docs: improve hyperliquid doc clarity further --- docs/exchanges.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/exchanges.md b/docs/exchanges.md index 0218763c7..647dfa868 100644 --- a/docs/exchanges.md +++ b/docs/exchanges.md @@ -345,7 +345,7 @@ This needs to be configured like this: } ``` -* walletAddress in hex format: `0x<40 hex characters>` - Can be easily copied from your wallet - and should be your wallet address, not your API Wallet Address. +* walletAddress in hex format: `0x<40 hex characters>` - Can be easily copied from your wallet - and should be your main wallet address, not your API Wallet Address. * privateKey in hex format: `0x<64 hex characters>` - Use the key the API Wallet shows on creation. Hyperliquid handles deposits and withdrawals on the Arbitrum One chain, a Layer 2 scaling solution built on top of Ethereum. Hyperliquid uses USDC as quote / collateral. The process of depositing USDC on Hyperliquid requires a couple of steps, see [how to start trading](https://hyperliquid.gitbook.io/hyperliquid-docs/onboarding/how-to-start-trading) for details on what steps are needed.