This documentation site provides comprehensive guidance for market makers integrating with Jupiter's Request for Quote (RFQ) system.
JupiterZ allows market makers to provide liquidity through competitive quotes rather than traditional AMM pools. This results in:
- Lower computational costs (10x less than AMM swaps)
- Better pricing control for market makers
- Improved user experience with competitive quotes
- Introduction - Overview and getting started
- Integration Guide - Complete integration process
- API Reference - Detailed API specifications
- Testing - Testing tools and troubleshooting
- FAQ - Frequently asked questions
This website is built using Docusaurus, a modern static website generator.
npm installnpm startThis command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
npm run buildThis command generates static content into the build directory and can be served using any static contents hosting service.
This documentation is based on the official JupiterZ Webhook Toolkit:
- GitHub Repository: jup-ag/rfq-webhook-toolkit
- Contact: dexterdev8 on Telegram for integration support
- Docusaurus v3 - Documentation framework
- TypeScript - Type-safe development
- React - Component-based UI
- Markdown - Content authoring
This documentation follows the same license as the JupiterZ Webhook Toolkit.