🌈 jup.sh docs

jup.sh 0.1.0-alpha.16 Draft Release Notes

Status: draft.

v0.1.0-alpha.16 is planned as a transaction request token gate checkpoint. It adds a local opaque request token to transaction request URLs so the wallet boundary is not only keyed by intent id.

This draft still does not authenticate users, sign, submit, confirm, or settle a transaction.

What This Draft Adds

Safety Boundary

This is a replay-control scaffold, not authentication. The token is local, stored with the intent, and intended to make transaction request URLs less guessable before a real backend, auth layer, and request-token lifecycle exist.

The token does not authorize payment. Policy, review state, expiry, wallet account validation, transaction construction, signing, submission, and confirmation remain separate gates.

Current Boundary

The npm alpha package remains jup-sh@0.1.0-alpha.7 until a runtime release is prepared and published.

Verification

Run:

npm run release:check