Skip to content
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

add Fidelity Bond renewal #62

Merged
merged 1 commit into from
Sep 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added docs/assets/interface/fb06-expired-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/interface/fb06-expired.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/interface/fb07-renew-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/interface/fb07-renew.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/interface/fb08-confirm-renew.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/interface/fb09-renew-success.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions docs/interface/fidelity-bonds.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ creation of fraudulent identities.
(neither as [taker][taker] nor as [maker][maker])**
as fidelity bonds are time-locked by the Bitcoin protocol.

## Create Fidelity Bond

You can create a fidelity bond via the [Earn][earn] screen. It involves the following steps:

1. Set expiration date (which defines the bond's duration)
Expand Down Expand Up @@ -54,6 +56,30 @@ Refer to the screenshots below to understand the steps in more detail:

![](../assets/interface/fb05-overview-light.png#only-light)

## Renew Fidelity Bond

Since [Jam version 0.2.0](https://github.com/joinmarket-webui/jam/releases/tag/v0.2.0) it is possible to easily renew a fidelity bond.
At the Earn tab it will be shown that the fidelity bond is expired:

![](../assets/interface/fb06-expired.png#only-dark)

![](../assets/interface/fb06-expired-light.png#only-light)

Click `Renew Bond`.

Then specify the expiration date of the new/renewed bond.

![](../assets/interface/fb07-renew.png#only-dark)

![](../assets/interface/fb07-renew-light.png#only-light)

![](../assets/interface/fb08-confirm-renew.png#only-dark)

![](../assets/interface/fb08-confirm-renew-light.png#only-light)

![](../assets/interface/fb09-renew-success.png#only-dark)

![](../assets/interface/fb09-renew-success-light.png#only-light)

[:octicons-arrow-right-24: Orderbook][orderbook]

Expand Down