From 10de423a30ed3d145832ab6fed2b1dbfd7577bf4 Mon Sep 17 00:00:00 2001 From: lukestokes Date: Thu, 19 Dec 2024 16:15:13 -0400 Subject: [PATCH] Update README.md Adding clarity on which values to use for the Coinbase API Key --- .../moragents_dockers/agents/src/agents/base_agent/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/submodules/moragents_dockers/agents/src/agents/base_agent/README.md b/submodules/moragents_dockers/agents/src/agents/base_agent/README.md index ed79ed1..35e95f8 100644 --- a/submodules/moragents_dockers/agents/src/agents/base_agent/README.md +++ b/submodules/moragents_dockers/agents/src/agents/base_agent/README.md @@ -6,7 +6,7 @@ To get started, you'll need to create your Coinbase developer platform API key a 1. Spin up the MORagents application 2. Click **Settings** at the top 3. Click **Coinbase API** -4. Paste your API key and API secret +4. Paste your API key and API secret. Use the full API key name and Private key values you saved when creating your Coinbase API Key. This is also in the "name" value inside your downloaded cdp_api_key.json file starting with "organizations" and the full privateKey value. Don't just copy the Key ID. 5. Click **Save Coinbase Credentials** to lock these values in ## Creating a Coinbase Wallet @@ -34,4 +34,4 @@ Once your wallet is funded, you can ask the agent, "what is my USDC balance on b To send USDC, you'll need to ensure that you have some USDC on the base L2 for the wallet you created. You can check your balance by asking the agent, "what is my USDC balance on base?" ## Community Development -All agents, including the Gasless Send and DCA agents are provided under the MIT license for the community to build and explore. They are references for the community to build and eventually ship to the decentralized inference of Morpheus in early 2025, where these agents can live and function for long periods of time without needing local compute. \ No newline at end of file +All agents, including the Gasless Send and DCA agents are provided under the MIT license for the community to build and explore. They are references for the community to build and eventually ship to the decentralized inference of Morpheus in early 2025, where these agents can live and function for long periods of time without needing local compute.