├── .editorconfig ├── .gitignore ├── CONTRIBUTING.adoc ├── README.md ├── archive.adoc ├── backup-recovery.adoc ├── bisq-mobile.adoc ├── btcnode.adoc ├── compensation.adoc ├── contributor-checklist.adoc ├── css └── bisq.css ├── dao-technical-overview.adoc ├── dao-user-reference.adoc ├── dao.adoc ├── dao ├── overview.adoc ├── phase-zero.adoc ├── phase-zero │ ├── README.adoc │ ├── bsq-creation-destruction.png │ ├── bsq-distribution.png │ ├── bsq-uses.png │ ├── limitations.png │ └── volume.png └── specification.adoc ├── docinfo-footer.html ├── exchange ├── howto │ ├── add-alternative-base-currency.adoc │ ├── collectd.conf │ ├── images │ │ ├── asset-hierarchy.png │ │ └── asset-listing-fee.png │ ├── manual-dispute-payout.adoc │ ├── run-price-relay-node.adoc │ └── run-seednode.adoc ├── images │ ├── payment-protocol.png │ ├── trade-process-detail.png │ └── trade-process-overview.png └── whitepaper.adoc ├── getting-started-dao-traders.adoc ├── getting-started-dao.adoc ├── getting-started.adoc ├── gradle └── wrapper │ ├── gradle-wrapper.jar │ └── gradle-wrapper.properties ├── gradlew ├── gradlew.bat ├── images ├── account-signing-details-pop.png ├── account-signing-limit-details.png ├── add-new-bsq-account.png ├── after-adding-fiat-account.png ├── altcoins-instant.png ├── before-adding-fiat-account.png ├── bisq-dao-data-model.png ├── bisq-docs.png ├── bsq-block-explorer-trading.png ├── bsq-block-explorer-voting.png ├── bsq-buy-offers.png ├── bsq-wallet-address.png ├── buyer-seller-address.png ├── check-dao-timing.png ├── closing-message.png ├── complete-trade.png ├── configure-fiat-account.png ├── configure-offer-alert.png ├── configure-price-alert.png ├── confirm-deal.png ├── dao-vote-results.png ├── dao-voting.png ├── deposit-details.png ├── determine-winner.png ├── engage-arbitrator-v116.png ├── external-link-ltr-icon-grey.svg ├── favicon.ico ├── fund-bisq-wallet.png ├── get-bsq-address-094.png ├── get-pubkey-hex.png ├── include-private-keys.png ├── make-compensation-request.png ├── make-dao-proposal.png ├── mark-payment-sent.png ├── market-screen.png ├── mobile-notifications-architecture.png ├── mobile-notifications-setup.png ├── multisig-payout-tool.png ├── p2sh-multisig-output-script.png ├── password-active.png ├── password-removed.png ├── peer-can-sign-offer-listing.png ├── quick-link-1.png ├── quick-link-2.png ├── quick-link-3.png ├── quick-link-4.png ├── remaining-time-to-pay.png ├── repeat-trading-peer.png ├── seed-words.png ├── select-an-offer.png ├── seller-payment-details.png ├── set-password.png ├── start-mediation.png ├── start-trader-chat.png ├── trading-fee-toggle-focused.png ├── trading-fee-toggle.png ├── user-dao-diagram.png ├── vote-proposal.png ├── vote-reveal-popup.png ├── vote-submit.png ├── voting-cycle-overview.png └── wallet-data.png ├── index.adoc ├── intro.adoc ├── manual-dispute-payout.adoc ├── payment-account-age-witness.adoc ├── payment-methods.adoc ├── proposals.adoc ├── roles.adoc ├── secure-wallet.adoc ├── trading-rules.adoc └── user-dao-intro.adoc /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/.editorconfig -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/.gitignore -------------------------------------------------------------------------------- /CONTRIBUTING.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/CONTRIBUTING.adoc -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/README.md -------------------------------------------------------------------------------- /archive.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/archive.adoc -------------------------------------------------------------------------------- /backup-recovery.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/backup-recovery.adoc -------------------------------------------------------------------------------- /bisq-mobile.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/bisq-mobile.adoc -------------------------------------------------------------------------------- /btcnode.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/btcnode.adoc -------------------------------------------------------------------------------- /compensation.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/compensation.adoc -------------------------------------------------------------------------------- /contributor-checklist.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/contributor-checklist.adoc -------------------------------------------------------------------------------- /css/bisq.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/css/bisq.css -------------------------------------------------------------------------------- /dao-technical-overview.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/dao-technical-overview.adoc -------------------------------------------------------------------------------- /dao-user-reference.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/dao-user-reference.adoc -------------------------------------------------------------------------------- /dao.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/dao.adoc -------------------------------------------------------------------------------- /dao/overview.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/dao/overview.adoc -------------------------------------------------------------------------------- /dao/phase-zero.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/dao/phase-zero.adoc -------------------------------------------------------------------------------- /dao/phase-zero/README.adoc: -------------------------------------------------------------------------------- 1 | Supporting assets for link:../phase-zero.adoc[]. 2 | -------------------------------------------------------------------------------- /dao/phase-zero/bsq-creation-destruction.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/dao/phase-zero/bsq-creation-destruction.png -------------------------------------------------------------------------------- /dao/phase-zero/bsq-distribution.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/dao/phase-zero/bsq-distribution.png -------------------------------------------------------------------------------- /dao/phase-zero/bsq-uses.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/dao/phase-zero/bsq-uses.png -------------------------------------------------------------------------------- /dao/phase-zero/limitations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/dao/phase-zero/limitations.png -------------------------------------------------------------------------------- /dao/phase-zero/volume.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/dao/phase-zero/volume.png -------------------------------------------------------------------------------- /dao/specification.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/dao/specification.adoc -------------------------------------------------------------------------------- /docinfo-footer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/docinfo-footer.html -------------------------------------------------------------------------------- /exchange/howto/add-alternative-base-currency.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/exchange/howto/add-alternative-base-currency.adoc -------------------------------------------------------------------------------- /exchange/howto/collectd.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/exchange/howto/collectd.conf -------------------------------------------------------------------------------- /exchange/howto/images/asset-hierarchy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/exchange/howto/images/asset-hierarchy.png -------------------------------------------------------------------------------- /exchange/howto/images/asset-listing-fee.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/exchange/howto/images/asset-listing-fee.png -------------------------------------------------------------------------------- /exchange/howto/manual-dispute-payout.adoc: -------------------------------------------------------------------------------- 1 | This document has moved <<../../manual-dispute-payout#, here>>. 2 | -------------------------------------------------------------------------------- /exchange/howto/run-price-relay-node.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/exchange/howto/run-price-relay-node.adoc -------------------------------------------------------------------------------- /exchange/howto/run-seednode.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/exchange/howto/run-seednode.adoc -------------------------------------------------------------------------------- /exchange/images/payment-protocol.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/exchange/images/payment-protocol.png -------------------------------------------------------------------------------- /exchange/images/trade-process-detail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/exchange/images/trade-process-detail.png -------------------------------------------------------------------------------- /exchange/images/trade-process-overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/exchange/images/trade-process-overview.png -------------------------------------------------------------------------------- /exchange/whitepaper.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/exchange/whitepaper.adoc -------------------------------------------------------------------------------- /getting-started-dao-traders.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/getting-started-dao-traders.adoc -------------------------------------------------------------------------------- /getting-started-dao.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/getting-started-dao.adoc -------------------------------------------------------------------------------- /getting-started.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/getting-started.adoc -------------------------------------------------------------------------------- /gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/gradle/wrapper/gradle-wrapper.properties -------------------------------------------------------------------------------- /gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/gradlew -------------------------------------------------------------------------------- /gradlew.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/gradlew.bat -------------------------------------------------------------------------------- /images/account-signing-details-pop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/images/account-signing-details-pop.png -------------------------------------------------------------------------------- /images/account-signing-limit-details.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/images/account-signing-limit-details.png -------------------------------------------------------------------------------- /images/add-new-bsq-account.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/images/add-new-bsq-account.png -------------------------------------------------------------------------------- /images/after-adding-fiat-account.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/images/after-adding-fiat-account.png -------------------------------------------------------------------------------- /images/altcoins-instant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/images/altcoins-instant.png -------------------------------------------------------------------------------- /images/before-adding-fiat-account.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/images/before-adding-fiat-account.png -------------------------------------------------------------------------------- /images/bisq-dao-data-model.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/images/bisq-dao-data-model.png -------------------------------------------------------------------------------- /images/bisq-docs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/images/bisq-docs.png -------------------------------------------------------------------------------- /images/bsq-block-explorer-trading.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/images/bsq-block-explorer-trading.png -------------------------------------------------------------------------------- /images/bsq-block-explorer-voting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/images/bsq-block-explorer-voting.png -------------------------------------------------------------------------------- /images/bsq-buy-offers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/images/bsq-buy-offers.png -------------------------------------------------------------------------------- /images/bsq-wallet-address.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/images/bsq-wallet-address.png -------------------------------------------------------------------------------- /images/buyer-seller-address.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/images/buyer-seller-address.png -------------------------------------------------------------------------------- /images/check-dao-timing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/images/check-dao-timing.png -------------------------------------------------------------------------------- /images/closing-message.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/images/closing-message.png -------------------------------------------------------------------------------- /images/complete-trade.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/images/complete-trade.png -------------------------------------------------------------------------------- /images/configure-fiat-account.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/images/configure-fiat-account.png -------------------------------------------------------------------------------- /images/configure-offer-alert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/images/configure-offer-alert.png -------------------------------------------------------------------------------- /images/configure-price-alert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/images/configure-price-alert.png -------------------------------------------------------------------------------- /images/confirm-deal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/images/confirm-deal.png -------------------------------------------------------------------------------- /images/dao-vote-results.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/images/dao-vote-results.png -------------------------------------------------------------------------------- /images/dao-voting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/images/dao-voting.png -------------------------------------------------------------------------------- /images/deposit-details.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/images/deposit-details.png -------------------------------------------------------------------------------- /images/determine-winner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/images/determine-winner.png -------------------------------------------------------------------------------- /images/engage-arbitrator-v116.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/images/engage-arbitrator-v116.png -------------------------------------------------------------------------------- /images/external-link-ltr-icon-grey.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/images/external-link-ltr-icon-grey.svg -------------------------------------------------------------------------------- /images/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/images/favicon.ico -------------------------------------------------------------------------------- /images/fund-bisq-wallet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/images/fund-bisq-wallet.png -------------------------------------------------------------------------------- /images/get-bsq-address-094.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/images/get-bsq-address-094.png -------------------------------------------------------------------------------- /images/get-pubkey-hex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/images/get-pubkey-hex.png -------------------------------------------------------------------------------- /images/include-private-keys.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/images/include-private-keys.png -------------------------------------------------------------------------------- /images/make-compensation-request.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/images/make-compensation-request.png -------------------------------------------------------------------------------- /images/make-dao-proposal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/images/make-dao-proposal.png -------------------------------------------------------------------------------- /images/mark-payment-sent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/images/mark-payment-sent.png -------------------------------------------------------------------------------- /images/market-screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/images/market-screen.png -------------------------------------------------------------------------------- /images/mobile-notifications-architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/images/mobile-notifications-architecture.png -------------------------------------------------------------------------------- /images/mobile-notifications-setup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/images/mobile-notifications-setup.png -------------------------------------------------------------------------------- /images/multisig-payout-tool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/images/multisig-payout-tool.png -------------------------------------------------------------------------------- /images/p2sh-multisig-output-script.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/images/p2sh-multisig-output-script.png -------------------------------------------------------------------------------- /images/password-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/images/password-active.png -------------------------------------------------------------------------------- /images/password-removed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/images/password-removed.png -------------------------------------------------------------------------------- /images/peer-can-sign-offer-listing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/images/peer-can-sign-offer-listing.png -------------------------------------------------------------------------------- /images/quick-link-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/images/quick-link-1.png -------------------------------------------------------------------------------- /images/quick-link-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/images/quick-link-2.png -------------------------------------------------------------------------------- /images/quick-link-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/images/quick-link-3.png -------------------------------------------------------------------------------- /images/quick-link-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/images/quick-link-4.png -------------------------------------------------------------------------------- /images/remaining-time-to-pay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/images/remaining-time-to-pay.png -------------------------------------------------------------------------------- /images/repeat-trading-peer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/images/repeat-trading-peer.png -------------------------------------------------------------------------------- /images/seed-words.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/images/seed-words.png -------------------------------------------------------------------------------- /images/select-an-offer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/images/select-an-offer.png -------------------------------------------------------------------------------- /images/seller-payment-details.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/images/seller-payment-details.png -------------------------------------------------------------------------------- /images/set-password.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/images/set-password.png -------------------------------------------------------------------------------- /images/start-mediation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/images/start-mediation.png -------------------------------------------------------------------------------- /images/start-trader-chat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/images/start-trader-chat.png -------------------------------------------------------------------------------- /images/trading-fee-toggle-focused.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/images/trading-fee-toggle-focused.png -------------------------------------------------------------------------------- /images/trading-fee-toggle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/images/trading-fee-toggle.png -------------------------------------------------------------------------------- /images/user-dao-diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/images/user-dao-diagram.png -------------------------------------------------------------------------------- /images/vote-proposal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/images/vote-proposal.png -------------------------------------------------------------------------------- /images/vote-reveal-popup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/images/vote-reveal-popup.png -------------------------------------------------------------------------------- /images/vote-submit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/images/vote-submit.png -------------------------------------------------------------------------------- /images/voting-cycle-overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/images/voting-cycle-overview.png -------------------------------------------------------------------------------- /images/wallet-data.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/images/wallet-data.png -------------------------------------------------------------------------------- /index.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/index.adoc -------------------------------------------------------------------------------- /intro.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/intro.adoc -------------------------------------------------------------------------------- /manual-dispute-payout.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/manual-dispute-payout.adoc -------------------------------------------------------------------------------- /payment-account-age-witness.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/payment-account-age-witness.adoc -------------------------------------------------------------------------------- /payment-methods.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/payment-methods.adoc -------------------------------------------------------------------------------- /proposals.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/proposals.adoc -------------------------------------------------------------------------------- /roles.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/roles.adoc -------------------------------------------------------------------------------- /secure-wallet.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/secure-wallet.adoc -------------------------------------------------------------------------------- /trading-rules.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/trading-rules.adoc -------------------------------------------------------------------------------- /user-dao-intro.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bisq-network/bisq-docs/HEAD/user-dao-intro.adoc --------------------------------------------------------------------------------