You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enables your token to be used as a quote asset for trading pairs.
127
127
128
128
> ⚠️ **Important**: Review the complete [Quote Assets (Fee Tokens)](https://github.com/LayerZero-Labs/devtools/tree/main/packages/hyperliquid-composer/HYPERLIQUID.README.md#quote-assets-fee-tokens) section in the main documentation for:
129
+
>
129
130
> - Mainnet requirements (technical and liquidity)
130
131
> - Testnet requirements (50 HYPE stake + active order book)
131
132
> - Order book maintenance for `HYPE/YOUR_ASSET` pair
This step enables the token to be used as a quote asset for trading pairs. This allows other tokens to form trading pairs against your token (e.g., TOKEN/YOUR_TOKEN instead of only YOUR_TOKEN/USDC).
533
534
534
535
> ⚠️ **Important**: Review the complete [Quote Assets (Fee Tokens)](../../packages/hyperliquid-composer/HYPERLIQUID.README.md#quote-assets-fee-tokens) section in the main documentation for detailed requirements, including:
536
+
>
535
537
> - Mainnet: Complete technical and liquidity requirements
536
538
> - Testnet: Simplified requirements (50 HYPE stake + active order book)
537
539
> - Order book maintenance for `HYPE/YOUR_ASSET` pair after enablement
- Trading fee share must be set (see Step 6/7 above)
551
554
-**Testnet**: 50 HYPE staked + active BUY and SELL limit orders on your token's order book
552
555
-**Mainnet**: All requirements per [Hyperliquid's documentation](https://hyperliquid.gitbook.io/hyperliquid-docs/hypercore/permissionless-spot-quote-assets)
553
556
554
557
**After Execution:**
558
+
555
559
- A `HYPE/YOUR_ASSET` trading pair is automatically created
556
560
- You must maintain order book requirements for the new `HYPE/ASSET` pair
557
561
- Verify quote asset status with the `is-quote-asset` command
This step enables the token to be used as an aligned quote asset for trading pairs. Aligned quote tokens have special properties and requirements different from regular quote tokens.
0 commit comments