🌈 jup.sh docs

jup.sh 0.1.0-alpha.0 Release Notes

Status: GitHub pre-release.

Release date: 2026-05-09.

This is the first alpha checkpoint for jup.sh.

It is a source-run developer alpha, not a production payment system.

Summary

jup.sh is exploring:

Risk and settlement for Solana agent payments.
Agents pay with any verified token. Recipients settle in USDC. Policy decides
when humans step in.

This alpha turns that direction into a local CLI and static Risk Review flow. It does not move funds.

What Is Included

jup-sh pay --agent deepseek --token SOL --amount 20 --settle USDC
jup-sh pay --agent deepseek --token SOL --amount 20 --settle USDC --quote-provider jupiter
jup-sh intent export intent_xxx
jup-sh pay --agent deepseek --token SOL --amount 20 --settle USDC --json
docs/cli-json-contract.md
npm run cli:alpha -- pay --agent deepseek --token SOL --amount 20 --settle USDC
npm run alpha:smoke
npm run alpha:pack

What Is Not Included

Verification

Verified before tagging:

npm run check
npm run alpha:smoke
npm run alpha:pack
cd rust && cargo test --workspace

Expected npm run alpha:pack package contents:

README.md
bin/jup-sh
package.json

Notes

jup.sh is an independent community-built tool and is not affiliated with Jupiter.

This alpha intentionally keeps signing and money movement out of scope. The purpose is to harden the first agent-facing contract: local intent creation, policy decisioning, quote-aware review, and exportable Risk Review payloads.