Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions skills/zerion-uniswap-x402/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ license: MIT

**Zerion CLI (shell):**
- `zerion positions <address>` — check token balances by chain
- `zerion bridge <token> <chain> <amount> --to-address <address> --cheapest` — optionally pre-position capital to the signing wallet
- `zerion bridge <from-chain> <from-token> <amount> <to-chain> <to-token> --to-address <address> --cheapest` — optionally pre-position capital to the signing wallet
- `zerion portfolio <address>` — verify balance before paying

## Requirements
Expand Down Expand Up @@ -71,7 +71,7 @@ Two paths — choose one:

**Path A — Pre-bridge with Zerion CLI:**
```bash
zerion bridge USDC base 50 --to-address $WALLET --cheapest
zerion bridge ethereum USDC 50 base USDC --to-address $WALLET --cheapest
```
Funds land in the signing wallet on the target chain. Use `--cheapest` to minimise bridge fees.

Expand Down Expand Up @@ -110,4 +110,4 @@ Future changes on either side should be tested against this eval case.

## Related Skills

- **zerion-uniswap-lp** — plan Uniswap LP positions using Zerion CLI portfolio context
- **zerion-uniswap-lp** — plan Uniswap LP positions using Zerion CLI portfolio context
Loading