diff --git a/skills/zerion-uniswap-x402/SKILL.md b/skills/zerion-uniswap-x402/SKILL.md index 9a8c493..20b2520 100644 --- a/skills/zerion-uniswap-x402/SKILL.md +++ b/skills/zerion-uniswap-x402/SKILL.md @@ -19,7 +19,7 @@ license: MIT **Zerion CLI (shell):** - `zerion positions
` — check token balances by chain -- `zerion bridge --to-address
--cheapest` — optionally pre-position capital to the signing wallet +- `zerion bridge --to-address
--cheapest` — optionally pre-position capital to the signing wallet - `zerion portfolio
` — verify balance before paying ## Requirements @@ -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. @@ -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 \ No newline at end of file +- **zerion-uniswap-lp** — plan Uniswap LP positions using Zerion CLI portfolio context