Skip to content
This repository was archived by the owner on Dec 9, 2025. It is now read-only.
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
2 changes: 1 addition & 1 deletion docs/guide/dash-features-chainlocks.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ If a valid [`clsig` message](../reference/p2p-network-instantsend-messages.md#cl

With LLMQ-based [InstantSend](../resources/glossary.md#instantsend), a ChainLock is only attempted once all [transactions](../resources/glossary.md#transaction) in the block are locked via InstantSend. If a block contains unlocked transactions, retroactive InstantSend locks are established prior to a ChainLock.

ChainLocks have been active on the Dash network since block <a href="https://insight.dashevo.org/insight/block/00000000000000112e41e4b3afda8b233b8cc07c532d2eac5de097b68358c43e" target="_blank">1088640</a> in June of 2019. Please read [DIP8 ChainLocks](https://github.com/dashpay/dips/blob/master/dip-0008.md) for additional details.
ChainLocks have been active on the Dash network since block <a href="https://insight.dash.org/insight/block/00000000000000112e41e4b3afda8b233b8cc07c532d2eac5de097b68358c43e" target="_blank">1088640</a> in June of 2019. Please read [DIP8 ChainLocks](https://github.com/dashpay/dips/blob/master/dip-0008.md) for additional details.
6 changes: 3 additions & 3 deletions docs/guide/dash-features-coinjoin.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,17 @@ The CoinJoin denominations include a bit mapping to easily differentiate them. T

Protocol version 70213 added a 5th denomination (0.001 DASH).

[Example Testnet denomination creation transaction](https://testnet-insight.dashevo.org/insight/tx/f0174fc87d68a18617c2990df4d9455c0459c601d2d6473934357a66f9b8b70a)
[Example Testnet denomination creation transaction](https://insight.testnet.networks.dash.org:3002/insight/tx/f0174fc87d68a18617c2990df4d9455c0459c601d2d6473934357a66f9b8b70a)

**Creating Collaterals**

Collaterals are used to pay CoinJoin fees, but are kept separate from the denominations to maximize privacy. Since protocol version 70213, the minimum collateral fee is 1/10 of the smallest denomination for all sessions regardless of denomination. In Dash Core, collaterals are created with enough value to pay 4 collateral fees (4 x 0.001 DASH). ([Dash Core Reference](https://github.com/dashpay/dash/blob/v0.15.0.0/src/privatesend/privatesend.h#L459))

In protocol version 70208, collateral inputs can be anything from 2x the minimum collateral amount to the maximum collateral amount (currently defined as 4x the minimum collateral). In protocol versions > 70208, Dash Core can use any [input](../resources/glossary.md#input) from 1x the minimum collateral amount to the maximum collateral amount.

[Example Testnet collateral creation transaction](https://testnet-insight.dashevo.org/insight/tx/8f9b15973983876f7ce4eb2c32b09690dfb0432d2caf6c6df516196a8d17689f)
[Example Testnet collateral creation transaction](https://insight.testnet.networks.dash.org:3002/insight/tx/8f9b15973983876f7ce4eb2c32b09690dfb0432d2caf6c6df516196a8d17689f)

[Example Testnet collateral payment transaction](https://testnet-insight.dashevo.org/insight/tx/de51e6f7c5ef75aad0dbb0a808ef4873d7ef6d67b25f3a658d5a241db4f3eeeb)
[Example Testnet collateral payment transaction](https://insight.testnet.networks.dash.org:3002/insight/tx/de51e6f7c5ef75aad0dbb0a808ef4873d7ef6d67b25f3a658d5a241db4f3eeeb)

## CoinJoin Processing

Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@ dashcore/wallet-configuration-file
:hidden:

resources/glossary
Mainnet Block Explorer <https://insight.dashevo.org/insight/>
Testnet Block Explorer <https://testnet-insight.dashevo.org/insight/>
Mainnet Block Explorer <https://insight.dash.org/insight/>
Testnet Block Explorer <https://insight.testnet.networks.dash.org:3002/insight/>
Testnet Faucet <http://faucet.testnet.networks.dash.org/>
API Services <https://www.dash.org/providers-and-tools/#custody-and-api>
SDK Resources <https://docs.dash.org/en/stable/docs/user/developers/integration-sdks.html>
Expand Down