docs: add comprehensive mechanics documentation for all Jupiter products#777
Open
genevaprojects wants to merge 1 commit intojup-ag:mainfrom
Open
Conversation
This commit adds detailed technical mechanics documentation across all major Jupiter products and marketplaces: 1. Ultra Swap (docs/ultra/mechanics.mdx) - Juno Liquidity Engine routing and route selection - Real-Time Slippage Estimator (RTSE) algorithm - MEV protection layers and Jito bundle mechanics - Multi-RPC transaction sending strategy - Gasless mechanisms (Jupiter Z RFQ and gasless support) - Performance optimizations and caching 2. Ultra Swap - Close Authority (docs/ultra/close-authority.mdx) - Completed WIP file with full implementation details - Token account close authority mechanics for payer parameter - Rent reclamation strategies and best practices - Code examples in TypeScript and Python 3. Trigger API (docs/trigger/mechanics.mdx) - Limit order lifecycle and execution flow - Price monitoring system and algorithms - Order state management and transitions - Fee structure and priority execution - Performance characteristics and latency metrics 4. Recurring API (docs/recurring/mechanics.mdx) - Time-based vs price-based order mechanics - DCA execution scheduling and timing precision - Automated debt ceiling for withdrawals - Price boundary mechanics and skip behavior - Escrow management and fund custody 5. Lend Protocol (docs/lend/mechanics.mdx) - Unified liquidity layer architecture - Interest rate curves and accrual mechanics - Earn protocol deposit/withdrawal flows - Borrow vault system with up to 95% LTV - Liquidation mechanics including Dutch auctions - Oracle system and risk management 6. Studio (docs/studio/mechanics.mdx) - Bonding curve types and formulas - Token lifecycle from creation to graduation - LP creation and fee distribution (50% to creator) - Vesting schedules and release calculations - Anti-sniper protection mechanisms - Quote mint flexibility 7. Send API (docs/send/mechanics.mdx) - Invite code generation and escrow mechanics - Self-custodial security model - Mobile-only claiming flow in Jupiter Mobile - Gasless swap integration for onboarding - Expiry and clawback processes - Jupiter Mobile Adapter integration All documentation includes: - Technical architecture diagrams (ASCII art) - Code examples and algorithms - Best practices and integration patterns - Performance metrics and SLAs - Security considerations - Related documentation links These mechanics sections provide developers with deep technical understanding of how each product works internally, enabling better integration decisions and troubleshooting.
|
@claude is attempting to deploy a commit to the wowcats Team on Vercel. A member of the Team first needs to authorize it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This commit adds detailed technical mechanics documentation across all major Jupiter products and marketplaces:
Ultra Swap (docs/ultra/mechanics.mdx)
Ultra Swap - Close Authority (docs/ultra/close-authority.mdx)
Trigger API (docs/trigger/mechanics.mdx)
Recurring API (docs/recurring/mechanics.mdx)
Lend Protocol (docs/lend/mechanics.mdx)
Studio (docs/studio/mechanics.mdx)
Send API (docs/send/mechanics.mdx)
All documentation includes:
These mechanics sections provide developers with deep technical understanding of how each product works internally, enabling better integration decisions and troubleshooting.