About Mayan Airdrop
Mayan Airdrop is a cross-chain swap auction protocol with the goal of offering the best possible swap rates on Solana for any trade. Mayan Swap is the implementation of Mayan protocol through set of trustless and permission less smart contracts. They doesn’t have an own token yet but could launch one in the future. Early users who’ve made swaps on the platform may get an airdrop if they launch an own token.
Basic | Details |
---|---|
Token Name | Mayan Airdrop |
Platform | Solana |
Total Value | N/A |
Support | 24/7 |
KYC | KYC Is Not requirement |
Whitepaper | Click Here To View |
Max. Participants | Unlimited |
Collect Airdrop | Click Here To Collect Free Airdrop |
How To Join Mayan Airdrop
- Visit the Mayan website.
- Connect your Solana, Ethereum, Avalanche or BSC wallet.
- Now make swaps on the platform.
- Also try to do Mayan Guild tasks.
- Early users who’ve made swaps on the platform may get an airdrop if they launch an own token.
- Please note that there is no guarantee that they will do an airdrop and that they will launch their own token. It’s only speculation.
Swap Bridge
Swap Bridge is a permissionless open-source bridge on top of Wormhole primitives that developed by Mayan team to facilitate cross-chain one-click token swaps. Token Bridge is a well-known bridge on Wormhole that makes transfere of tokens between two chains possible.
They used generic message passing of Wormhole to create a new bridge with a different structure that contains swap information and a reference to the first message so upon delivery of these messages in the Solana by the relayers they have all necessary data to perform the swap and bridge tokens to the destination chain.
Relayers
Relayers are like postmen in the real world. They are watching EVM-based chains, and when they see a Mayan Swap transaction, they fetch VAAs of the transaction from Wormhole guardians and then commit those signed VAAs on the Solana network. This requires spending Sol tokens. So relayer should be incentivized to perform on behalf of users; that’s why users have to pay relayer fees.
Quote API
Before performing a swap they need find the best route and get the swap rate for the token pair using quote API.
Cross-chain
Mayan is a cross-chain swap auction protocol with the goal of offering the best possible swap rates on Solana for any trade.
Mayan Swap is the implementation of Mayan protocol through set of trustless and permission less smart contracts. A minimal package for sending cross-chain swap transactions
Fees
Each cross-chain swap consist of two different type of fees: bridge fee and relayer fees
Bridge Fee
Wormhole bridge fee is zero at the time.
Relayer Fees
Relayer fee is the fee that the user pays to relayers so they swap tokens on Solana and Transfer back the output tokens. You can turn off the auto relayer fee by clicking on the gear icon in the swap UI and setting the fee to zero.
To make a cross-chain swap have we have to commit 3 transactions: The first transaction is the instruction to send tokens along with the necessary info for the swap this transaction will be initiated by user from the wallet and therefore user pays the transaction fee with the chain native token. The second transaction is the swap transaction on the Solana and it will be done by relayers and the third transaction redeems the output token on user’s wallet.
Mayan Explorer
They have designed an exclusive explorer for cross-chain swaps so users can see and track progress of their swap.
Swap Payload
Following is the struct for swapping tokens from EVM-based chains being used by Swap Bridge as the payload of VAA.