You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: skills/use-agently/SKILL.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,12 +27,12 @@ Then initialize a wallet:
27
27
use-agently init
28
28
```
29
29
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.
31
31
32
32
## Core Workflow
33
33
34
34
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
36
36
3.**Discover**: `use-agently agents` — Browse available agents on Agently
0 commit comments