This file contains 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
Change base AVAX-PERP fees to -3 bps maker and 4 bps taker. This is to accomodate the new referral links feature. |
This file contains 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
Change base LUNA-PERP fees to -3 bps maker and 4 bps taker. This is to accomodate the new referral links feature. |
This file contains 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
Referral links design | |
First we lower the taker fee by 1bp and reduce maker rebate by 1bp on all markets to -3 bps maker and 4 bps taker. | |
Referrers receive 0.8bps of the taker fee if they have >10,000 MNGO in their mango account. | |
A user who creates an account from a ref link get 0.2 bps reduced fees. | |
If a user (referred or not) has 10k MNGO in their mango account, they will get a taker fee reduction of 1bp. |
This file contains 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
{ | |
// NORMAL SETTINGS | |
// =============== | |
"editor.quickSuggestions": { | |
"comments": "on", | |
"strings": "on", | |
"other": "on" | |
}, | |
"editor.suggestOnTriggerCharacters": true, | |
"editor.wordBasedSuggestions": true, |
OlderNewer