🌈 jup.sh docs

jup.sh 1.0.0 Release Notes

v1.0.0 is the first real payment execution release for jup-sh.

It keeps the original safety boundary: the hosted site and local transaction request server do not custody keys or sign for users. Real execution happens in two usable paths:

What Changed

Real Execution Example

jup-sh pay \
  --agent deepseek \
  --token SOL \
  --amount 6 \
  --settle USDC \
  --recipient api.vendor.example \
  --recipient-token-account <RECIPIENT_USDC_TOKEN_ACCOUNT> \
  --quote-provider jupiter \
  --json

jup-sh intent execute intent_xxx \
  --keypair ~/.config/solana/id.json \
  --rpc-url https://api.mainnet-beta.solana.com \
  --json

Boundary

This release does not add hosted custody, hosted private-key handling, or server-side signing. A server can create a transaction request; a wallet or the local CLI must authorize it.