-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: wiki restructuring #3026
Open
bochinchero
wants to merge
5
commits into
decred:master
Choose a base branch
from
bochinchero:docs-restructure
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
docs: wiki restructuring #3026
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,133 @@ | ||
<a id="top"></a> | ||
|
||
_Last updated for Bison Wallet v1.0.0._ | ||
|
||
**Contents** | ||
|
||
- [Create Account](#create-account) | ||
- [Fidelity Bonds](#fidelity-bonds) | ||
- [Pre-paid Bonds](#pre-paid-bonds) | ||
- [Bond Submission](#bond-submission) | ||
|
||
This guide assumes you have already [downloaded and installed](Download-and-Install) Bison Wallet, | ||
and ran the [Quick Configuration](Quick-Configuration). | ||
|
||
# Create Account | ||
|
||
Clicking the `Trade` button in the header will navigate to the [Trade](Trade) view. | ||
The available markets on the connected DCRDEX servers are listed on the left side of the screen. | ||
|
||
|
||
<img src="./images/setup-guide/trade-1.png" width="1200" alt=""> | ||
|
||
|
||
An account can be created with the respective server by clicking the `Create Account` button | ||
on the top right of the screen. | ||
|
||
|
||
|
||
<img src="./images/setup-guide/trade-2.png" width="1200" alt=""> | ||
|
||
|
||
|
||
This will open the `Select Bond Asset` prompt. | ||
|
||
|
||
|
||
<img src="./images/setup-guide/bond-1.png" width="1200" alt=""> | ||
|
||
|
||
# Fidelity Bonds | ||
|
||
A fidelity bond are funds that are temporarily locked in an on-chain contract, | ||
which is only redeemable by the user who posted the bond after a certain time. | ||
Fidelity Bonds act as an incentive for good behaviour on the DCRDEX servers and are required for | ||
creating an account on every server. | ||
|
||
### Pre-paid Bonds | ||
|
||
Pre-paid bonds are codes generated by the DCRDEX server operator to enable temporary | ||
trading access for individual users, once the pre-paid bond has expired, the user | ||
will have to post a bond to maintain their trading tier. | ||
|
||
|
||
|
||
> [!NOTE] | ||
> Pre-paid bonds are available upon request in our [Matrix](https://matrix.to/#/#dex:decred.org) and | ||
[Discord](https://discord.com/channels/349993843728449537/454306570180886530) channels. | ||
|
||
|
||
# Bond Submission | ||
|
||
Once the bond asset is selected, a prompt to select the | ||
[Trading Tier](Managing-your-DCRDEX-Accounts#changing-trading-tier) will appear. | ||
Increasing your tier enables trading of larger quantities at a time. A higher tier also | ||
increase your capacity for violations before trading privileges are completely suspended. | ||
|
||
Trading limits are also increased as you establish | ||
[reputation](Managing-your-DCRDEX-Accounts#reputation-score) by engaging | ||
in normal trading activity and successfully completing matches. | ||
|
||
|
||
|
||
<img src="./images/setup-guide/bond-2.png" width="1200" alt=""> | ||
|
||
|
||
Clicking the `Submit` button displays a new prompt indicating the requirements for submitting | ||
a bond with the selected asset, the synchronization status and available funds, along with | ||
a deposit address for the selected bond asset. | ||
|
||
This is your own wallet, and you can send as much as you like to it since only the amount | ||
required for the bond will be spent in the next step. The remaining amount, minus a small | ||
reserve for future bond transactions, will be in your available balance. | ||
|
||
For example, you can send yourself 5 DCR and only the required amount | ||
(0.10 DCR in the case pictured above) will be spent to create the bond in the next step, | ||
with an equivalent amount plus fees in reserves. The remainder goes to your available balance, | ||
which can then be traded, sent, or simply held in the wallet. | ||
|
||
|
||
|
||
<img src="./images/setup-guide/bond-3.png" width="1200" alt=""> | ||
|
||
|
||
Once the wallet has synchronized and sufficient funds are available, a prompt will appear | ||
to confirm the selected bond options. | ||
|
||
|
||
|
||
<img src="./images/setup-guide/bond-4.png" width="1200" alt=""> | ||
|
||
|
||
Clicking the `Submit` button will temporarily lock the specified funds in a fidelity bond | ||
contract, these funds are only redeemable by you in the future. | ||
|
||
The trade view will be displayed once the form has been submitted. The status of the submitted | ||
bond transaction will be indicated on the top right. The number of required confirmations will vary | ||
depending on the selected bond asset. | ||
|
||
|
||
|
||
<img src="./images/setup-guide/bond-5.png" width="1200" alt=""> | ||
|
||
|
||
Once the bond transaction has been confirmed, the order submission section will be visible in the | ||
top right of the markets tab. | ||
|
||
|
||
|
||
<img src="./images/setup-guide/bond-6.png" width="1200" alt=""> | ||
|
||
|
||
|
||
It is recommended to export your DCRDEX account information whenever they are created since your bonds | ||
are not automatically restored from just the application seed, refer to the | ||
[Export DCRDEX Account](Managing-your-DCRDEX-Accounts#export-dcrdex-account) section of this wiki for | ||
more information. | ||
|
||
|
||
--- | ||
|
||
Next Section: [Using Bison Wallet](Using-Bison-Wallet) | ||
|
||
[⤴ Back to Top](#top) |
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<a id="top"/> | ||
|
||
**Looking to contribute? We need your help** to make DEX \#1. | ||
|
||
Nearly all development is done in Go and JavaScript. Work is coordinated | ||
through [the repo issues](https://github.com/decred/dcrdex/issues), | ||
so that's the best place to start. | ||
Before beginning work, chat with us in the | ||
[DEX Development room](https://matrix.to/#/!EzTSRQITaqHuFBDFhM:decred.org?via=decred.org&via=matrix.org&via=zettaport.com). | ||
The pace of development is pretty fast right now, so you'll be expected to keep | ||
your pull requests moving through the review process. | ||
|
||
Check out these wiki pages for more information. | ||
|
||
- [Contribution Guide](Contribution-Guide) | ||
- [DCRDEX Specification](https://github.com/decred/dcrdex/blob/master/spec/README.mediawiki) | ||
- [Client control API](Client-control-API) | ||
- [Integrating New Assets](Integrating-New-Assets) | ||
- [Simnet Testing](Simnet-Testing) - Recommended for development. | ||
- [Testnet Testing](Testnet-Testing) - Recommended for poking around. | ||
- [Test App Server](Test-App-Server) - Useful for GUI development, or just to try everything out | ||
without needing to create wallets or connect to a **dcrdex** server. | ||
- [Getting Started with Fuzzing](Getting-Started-With-Fuzzing) | ||
- [Localization and Translations](Localization-and-Translation) | ||
- [Wiki Contribution Guide](Wiki-Contribution-Guide) | ||
|
||
--- | ||
|
||
[⤴ Back to Top](#top) |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some bonds are restored automatically now #2613 but maybe no need to say that...
The seed actually has all the private data needed to restore accounts and bonds, the problem is that we don't know where to look currently. A version 2 bond could fix this.