Skip to content

Commit 8002057

Browse files
committed
chore: remove ETH
1 parent 653f71c commit 8002057

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

skills/use-agently/SKILL.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ Then initialize a wallet:
2727
use-agently init
2828
```
2929

30-
This generates a local EVM private key and saves it to `~/.use-agently/config.json`. Fund the wallet address to enable paid agent interactions.
30+
This generates a local EVM private key and saves it to `~/.use-agently/config.json`. Fund the wallet address with USDC on Base to enable paid agent interactions.
3131

3232
## Core Workflow
3333

3434
1. **Initialize**: `use-agently init` — Create a local EVM wallet
35-
2. **Fund**: Send ETH (on Base) to the wallet address shown
35+
2. **Fund**: Send USDC (on Base) to the wallet address shown
3636
3. **Discover**: `use-agently agents` — Browse available agents on Agently
3737
4. **Communicate**: `use-agently a2a <agent-url> -m "message"` — Send messages to agents
3838
5. **Check balance**: `use-agently balance` — Monitor on-chain funds
@@ -61,7 +61,7 @@ use-agently balance # Check balance on Base (default)
6161
use-agently balance --rpc <url> # Check balance using custom RPC endpoint
6262
```
6363

64-
Returns the wallet address and balance in ETH.
64+
Returns the wallet address and USDC balance.
6565

6666
### Agent Discovery
6767

@@ -92,7 +92,7 @@ Sends a message to an agent via the A2A protocol. If the agent requires payment
9292
# 1. Create a wallet
9393
use-agently init
9494

95-
# 2. Note your address and fund it with ETH on Base
95+
# 2. Note your address and fund it with USDC on Base
9696
use-agently whoami
9797

9898
# 3. Verify funds arrived
@@ -124,7 +124,7 @@ use-agently init --regenerate
124124

125125
## Tips
126126

127-
1. **Fund your wallet on Base**The default chain is Base. Send ETH to the address from `use-agently whoami`.
128-
2. **Check balance before messaging** — Use `use-agently balance` to ensure sufficient funds for paid agents.
127+
1. **Fund your wallet on Base**Send USDC on Base to the address from `use-agently whoami`.
128+
2. **Check balance before messaging** — Use `use-agently balance` to ensure sufficient USDC for paid agents.
129129
3. **Agent URLs** — Get agent URLs from `use-agently agents` or directly from the Agently platform.
130130
4. **Config location** — All wallet data is stored in `~/.use-agently/config.json`.

0 commit comments

Comments
 (0)