Skip to content

Commit 0cdc4c5

Browse files
committed
Remove on base
1 parent b64d5c6 commit 0cdc4c5

5 files changed

Lines changed: 12 additions & 12 deletions

File tree

agent-wallet/README.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ After setup, prompt your agent in plain language:
2020

2121
<!-- vale off -->
2222

23-
| You ask your agent | What happens |
24-
| -------------------------------------------------- | ----------------------------------------------------------------- |
25-
| "Show the wallet address and USDC balance on Base" | Your agent checks auth, then queries balances. |
26-
| "Send 10 USDT to 0x123… on Base" | Your agent confirms details, then submits a transfer. |
27-
| "Swap 0.1 ETH to USDC on Base" | Your agent fetches a quote, confirms with you, then executes. |
28-
| "Open a 5x long on BTC with $100 on Hyperliquid" | Your agent deposits if needed, quotes, and opens the position. |
29-
| "Bet 10 USDT on YES for BTC 5-min price up" | Your agent searches markets, confirms odds, and places the order. |
23+
| You ask your agent | What happens |
24+
| ------------------------------------------------ | ----------------------------------------------------------------- |
25+
| "Show the wallet address and USDC balance" | Your agent checks auth, then queries balances. |
26+
| "Send 10 USDT to 0x123… on Ethereum" | Your agent confirms details, then submits a transfer. |
27+
| "Swap 0.1 ETH to USDC on Base" | Your agent fetches a quote, confirms with you, then executes. |
28+
| "Open a 5x long on BTC with $100 on Hyperliquid" | Your agent deposits if needed, quotes, and opens the position. |
29+
| "Bet 10 USDT on YES for BTC 5-min price up" | Your agent searches markets, confirms odds, and places the order. |
3030

3131
<!-- vale on -->
3232

agent-wallet/guides/check-balances-and-prices.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ Query wallet balances, spot prices, and token metadata without submitting transa
1010
## Ask your agent
1111

1212
```text
13-
You (to your agent): "What's my USDC balance on Base?"
13+
You (to your agent): "What's my USDC balance?"
1414
```
1515

1616
```text
1717
You (to your agent): "What's the current price of ETH?"
1818
```
1919

2020
```text
21-
You (to your agent): "Show me trending tokens on Base"
21+
You (to your agent): "Show me trending tokens"
2222
```
2323

2424
Read-only queries like these do not require confirmation before your agent runs them.

agent-wallet/guides/send-tokens.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Transfer native currency or ERC-20 tokens to a recipient on one EVM chain.
1010
## Ask your agent
1111

1212
```text
13-
You (to your agent): "Send 10 USDC to 0xabc... on Base"
13+
You (to your agent): "Send 10 USDC to 0xabc..."
1414
```
1515

1616
Your agent confirms the recipient, amount, token, and chain before executing.

agent-wallet/guides/sign-messages-and-transactions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ You (to your agent): "Sign this message on Ethereum: Hello, world"
1414
```
1515

1616
```text
17-
You (to your agent): "Sign this EIP-712 typed data on Base: <paste JSON payload>"
17+
You (to your agent): "Sign this EIP-712 typed data: <paste JSON payload>"
1818
```
1919

2020
Your agent shows the exact payload and asks you to confirm before signing.

agent-wallet/guides/swap-and-bridge.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Get a quote, review the route, and execute a same-chain swap or cross-chain brid
1010
## Ask your agent
1111

1212
```text
13-
You (to your agent): "Swap 0.1 ETH to USDC on Base"
13+
You (to your agent): "Swap 0.1 ETH to USDC"
1414
```
1515

1616
For a cross-chain bridge:

0 commit comments

Comments
 (0)