Artax

Use the left navigation to move between review, account, pricing, and setup pages.

ReviewAccountAdd-on

Hosted review

Launch users into the Artax review workspace without rebuilding the review layer.

Hosted review is the redirect-style integration path. Another app pre-fills reviewed intent, sends the user into /review, and lets Artax handle the review workspace while wallet signing stays local to the user.

Redirect launchReviewed intentWallet signs locallyDevnet sandbox first

What hosted review does

Hosted review is a handoff path, not a separate execution engine. Your product assembles a reviewed-intent URL, sends the user into Artax, and lets the real /review workspace do the analysis, warnings, fee explanation, and submission flow.

Hosted review

This page shows how another app can open Artax with the transaction details already filled in.

/review workspace

The actual /review route is the interactive Artax surface. It reads the query parameters, analyzes the intent, shows the fee estimate and warnings, and keeps wallet signing local to the user.

What it does not claim

Hosted review does not claim universal wallet interception, embedded signing ownership, or broader compatibility than Artax actually documents.

Launch sequence

Use hosted review like this

  • Create the account, finish verification or recovery, and start with a devnet project.
  • Generate a hosted-review URL from your product or backend and open it in the browser rather than rebuilding the review workspace immediately.
  • Let the user land on /review with the prefilled intent, then validate reviewed intent, fee handling, and submission outcomes on devnet first.
  • Move to typed SDK or embedded-review surfaces only when the integration truly needs more than a redirect-style launch.
  • When launch is real, create a separate mainnet-beta key for the same project instead of repointing the devnet one.

Boundary

Hosted review is the easiest launch path, but it should not be marketed like universal wallet support or full embedded-signing ownership. Keep claims anchored to the browser-and-wallet support guide.

Transfer launch

Use this when another product wants to hand a reviewed SPL transfer intent into Artax without rebuilding the full review experience.

/review?mode=transfer&source=PartnerApp&recipient=<wallet>&tokenMint=<mint>&amount=12.5

Swap launch

Use this when another product wants to prefill a simple swap review and keep the user inside the hosted Artax review workspace.

/review?mode=swap&source=PartnerApp&inputMint=<mint>&outputMint=<mint>&amount=25&slippageBps=50

Signing remains local

Hosted review does not move signing authority into Artax. The user still signs in their own wallet path after reviewing the analyzed intent.

Sponsorship still fails closed

Launching into /review does not widen sponsorship guarantees. Eligibility remains bounded by reviewed intent, token mechanics, economics, and policy.

Devnet first

Start on devnet first. When you are ready for live usage, create a separate mainnet-beta key.

Artax