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. **Dependency:** Requires specific trading fee share value (see Step 6 above). See: [Permissionless Spot Quote Assets](https://hyperliquid.gitbook.io/hyperliquid-docs/hypercore/permissionless-spot-quote-assets)
126
+
Enables your token to be used as a quote asset for trading pairs.
127
+
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
+
>
130
+
> - Mainnet requirements (technical and liquidity)
131
+
> - Testnet requirements (50 HYPE stake + active order book)
132
+
> - Order book maintenance for `HYPE/YOUR_ASSET` pair
The command will output the calldata and a ready-to-use `cast send` command for finalizing the EVM contract link via the CoreWriter precompile at `0x3333333333333333333333333333333333333333`.
Check if a specific token is a quote asset, or list all quote assets when no token index is provided. Quote assets are automatically paired with HYPE when promoted by the Hyperliquid protocol.
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).
492
536
493
-
> ⚠️ **Requirements**:
537
+
> ⚠️ **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:
494
538
>
495
-
> -Requires specific trading fee share value (see Step 6/7 above)
496
-
> -Review all requirements at: [Permissionless Spot Quote Assets](https://hyperliquid.gitbook.io/hyperliquid-docs/hypercore/permissionless-spot-quote-assets)
497
-
> -Contact the Hyperliquid team for the most up-to-date information
539
+
> -Mainnet: Complete technical and liquidity requirements
540
+
> -Testnet: Simplified requirements (50 HYPE stake + active order book)
541
+
> -Order book maintenance for `HYPE/YOUR_ASSET` pair after enablement
498
542
>
499
543
> 📝 **Note**: This can be executed after the trading fee share is set and even after deployment and linking are complete.
- Trading fee share must be set (see Step 6/7 above)
556
+
-**Testnet**: 50 HYPE staked + active BUY and SELL limit orders on your token's order book
557
+
-**Mainnet**: All requirements per [Hyperliquid's documentation](https://hyperliquid.gitbook.io/hyperliquid-docs/hypercore/permissionless-spot-quote-assets)
558
+
559
+
**After Execution:**
560
+
561
+
- A `HYPE/YOUR_ASSET` trading pair is automatically created
562
+
- You must maintain order book requirements for the new `HYPE/ASSET` pair
563
+
- Verify quote asset status with the `list-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.
This will output the calldata and a ready-to-use `cast send` command that you can execute directly.
630
+
562
631
## Deploy the Composer
563
632
564
633
While the composer could have been deployed at any point in time due to its statelessness, it is technically the final step of the deployment process. The following script automatically handles the block switching for you.
0 commit comments