GitBook: [#132] faq's

This commit is contained in:
Nick Feeney 2021-12-07 19:16:19 +00:00 committed by gitbook-bot
parent 608f876f46
commit 33f16761b5
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF
9 changed files with 70 additions and 5 deletions

View File

@ -10,18 +10,22 @@
* [Creating & Funding a Wallet 👛](tutorials/creating-a-wallet.md)
* [How to Receive devnet Tokens](tutorials/how-to-receive-dev-net-tokens.md)
* [How to Vote in Governance](tutorials/how-to-vote-in-governance.md)
* [Trade Order Types](tutorials/trade-order-types.md)
* [FAQ](tutorials/faq.md)
## FAQ's
* [Lending FAQ](faqs/lending-faq.md)
* [Health FAQ](faqs/health-faq.md)
* [Lending](faqs/lending.md)
* [Health](faqs/health.md)
* [Spot](faqs/spot.md)
* [PERP](faqs/perp-faq.md)
* [Borrows](faqs/borrows.md)
* [Trade Order Types](faqs/trade-order-types.md)
* [MNGO](faqs/mngo.md)
* [Dev](faqs/dev.md)
## Mango V3
* [Overview](mango-v3/overview.md)
* [PERP FAQ](mango-v3/perp-faq.md)
* [Liquidity Mining](mango-v3/liquidity-incentives.md)
* [Asset Specs](mango-v3/token-specs.md)
* [Perp Contract Specs](mango-v3/perp-contract-specs.md)
@ -32,7 +36,6 @@
* [Mango Client API](development-resources/mango-client-api.md)
* [Liquidator](development-resources/liquidator.md)
* [Dev FAQ](development-resources/dev-faq.md)
## Mango V2

13
faqs/borrows.md Normal file
View File

@ -0,0 +1,13 @@
# Borrows
**What are borrows?** \
Borrows occur when a leverage margin trade or withdraw borrow occurs. If a spot trade is placed with a required size larger than deposits, then funds will be automatically borrowed (if the margin toggle box is checked).
**Why do I have borrows if I didnt place a trade or take a borrow?** \
It must have happened on accident. You can check Trade and withdraw history in Account.
**How Can I repay my borrow?**\
To repay the borrow, simply trade for or deposit the asset borrowed. Also, the margin box in the trade form must be checked. For example, an account with 500 USDC borrows can sell any spot assets and the returned USDC is applied to the borrows. \
\
**How can I tell if I have borrows?** \
****In the Account tab, the Balances table has a Borrows column. All spot borrows will show there. Perp shorts/borrows are displayed in Perp Positions.

23
faqs/mngo.md Normal file
View File

@ -0,0 +1,23 @@
# MNGO
$MNGO is a governance token for the Mango DAO. Changes to Mangos code requires proposal and approval from the DAO. A successful proposal to requires 200 million MNGO Approve votes and more total Approve votes than Decline. Voting is accessible at: [https://dao-beta.mango.markets/dao/MNGO](https://dao-beta.mango.markets/dao/MNGO). $MNGO is a SPL token on Solana blockchain. \
**Where Can I get $MNGO?** \
$MNGO is available on [https://trade.mango.markets/spot/MNGO](https://trade.mango.markets/spot/MNGO) as well as.. \
[Jupiter Aggregator](https://jup.ag/swap/SOL-MNGO) \
[Raydium Swap](https://raydium.io/swap/?from=EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v\&to=MangoCzJ36AjZyKwVj3VnYU4GTonjfVEnJmvvWaxLac)\
[Raydium DEX](https://dex.raydium.io/#/market/3d4rzwpy9iGdCZvgxcu7B1YocYffVLsQXPXkBZKt2zLc)\
[Orca Swap](https://www.orca.so)\
\
**Can I stake $MNGO?** \
****There is not a protocol staking mechanism. However, there are ways to earn yield. $MNGO can be deposited on trade.mango.markets to earn interest. Current rates are shown in APR at [https://trade.mango.markets/stats](https://trade.mango.markets/stats)\
\
$MNGO can also be used to participate in Liquidity Provider(LP) pools. Raydium and Orca offer MNGO-USDC LP token staking to earn yield. Please understand the risks of impermanent loss when participating in LP token staking described [here](https://medium.com/coinmonks/understanding-impermanent-loss-9ac6795e5baa)\
\
LP pools: \
Raydium: [https://raydium.io/pools/](https://raydium.io/pools/) \
Orca: [https://www.orca.so/pools](https://www.orca.so/pools)/\
\
**Does $MNGO tokens receive protocol revenue?** \
No, although protocol revenue is generated to a DAO controlled vault.

26
faqs/spot.md Normal file
View File

@ -0,0 +1,26 @@
# Spot
Mango uses Serum DEX for spot markets
**Do open orders earn interest?** \
****No, open orders do not earn interest since theyre removed from the borrow/lending pool and on the Serum orderbook.\
\
**How do I make a leverage trade?** \
Ensure the margin toggle box is checked. Simply place a buy or sell order for the asset youd like to long or short. If you do not have the deposits required for the trade and have appropriate health, the funds will be automatically borrowed. If an asset is borrowed, it is a leveraged position
\
**How can I repay my borrows?** \
Simply trade for the borrowed asset or deposit and the funds will automatically be applied to borrows.\
\
**How can I make a trade without leverage or borrowing?** \
As long as the margin box is unselected in the trade form, no funds will be borrowed to enter into a leverage trade. If you already have borrows however, the margin box must be checked to trade that pair. Place an order and funds will be taken from your deposits for the trade. When I trade for an asset do I earn interest on it? Yes, all assets acquired in deposits earn interest\
\
**How much interest do I pay on borrows?** \
****Current and average rates are showing in APR at [https://trade.mango.markets/stats](https://trade.mango.markets/stats)\
\
**What are unsettled balances?** \
****If a limit order is filled, funds are placed in your unsettled balances. To settle, click Settle All in the Balances tab on the trading page.\
\
**What orders types are available?** \
****See [Order Types](trade-order-types.md)\
\