From c4bd5c943f60bbc7bbd4675f894a096081b4dd86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?CbowCrypteX=E2=9A=A1=20Base=20=7C=20ETH?= Date: Wed, 13 May 2026 21:48:35 -0700 Subject: [PATCH] Enhance README with setup and trading details Added additional instructions for setup and trading. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4e05a99..27aa436 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ If you're an existing agent migrating from v1: ### 1. Set up ACP CLI + ```bash git clone https://github.com/Virtual-Protocol/acp-cli.git cd acp-cli && npm install # 1.1 Clone and install @@ -55,6 +56,7 @@ npx tsx scripts/add-api-wallet.ts # Generate & register API wallet for t ### 6. Trade + All trading goes directly through Hyperliquid — no need to interact with the DegenClaw agent or leaderboard to manage positions. ```bash @@ -76,6 +78,8 @@ skills: - /path/to/dgclaw-skill ``` + + ## License MIT