diff --git a/developers/SUMMARY.md b/developers/SUMMARY.md index e24ca4a..2030e98 100644 --- a/developers/SUMMARY.md +++ b/developers/SUMMARY.md @@ -7,6 +7,7 @@ * [AMM](automated-market-making/README.md) * [Overview](automated-market-making/short-version.md) * [Trading Pool](automated-market-making/trading-pool.md) +* [DAMM]() * [Orderbook](orderbook/what-is-orderbook.md) * [Understanding the Orderbook](orderbook/understanding-the-orderbook.md) * [Launchpad](launchpad/what-is-the-launchpad.md) @@ -14,10 +15,10 @@ ## Bonbori -* [What is the Bitcoin Oracle](bitcoin-oracle/what-is-the-bitcoin-oracle.md) -* ["On Demand" Consensus Data](bitcoin-oracle/on-demand-consensus-data.md) -* [Security Audits](bitcoin-oracle/security-audits.md) -* [Why Bitcoin Oracle - BRC20](bitcoin-oracle/what-is-the-bitcoin-oracle-1.md) +* [What is Bonbori](bonbori/what-is-bonbori.md) +* ["On Demand" Consensus Data](bonbori/on-demand-consensus-data.md) +* [Security Audits](bonbori/security-audits.md) +* [Why Bitcoin Oracle - BRC20](bonbori/what-is-the-bitcoin-oracle-1.md) ## ALEX Contracts diff --git a/developers/bitcoin-oracle/on-demand-consensus-data.md b/developers/bonbori/on-demand-consensus-data.md similarity index 100% rename from developers/bitcoin-oracle/on-demand-consensus-data.md rename to developers/bonbori/on-demand-consensus-data.md diff --git a/developers/bitcoin-oracle/security-audits.md b/developers/bonbori/security-audits.md similarity index 100% rename from developers/bitcoin-oracle/security-audits.md rename to developers/bonbori/security-audits.md diff --git a/developers/bitcoin-oracle/what-is-the-bitcoin-oracle.md b/developers/bonbori/what-is-bonbori.md similarity index 91% rename from developers/bitcoin-oracle/what-is-the-bitcoin-oracle.md rename to developers/bonbori/what-is-bonbori.md index 4a1560f..43f13f9 100644 --- a/developers/bitcoin-oracle/what-is-the-bitcoin-oracle.md +++ b/developers/bonbori/what-is-bonbori.md @@ -1,4 +1,4 @@ -# What is the Bitcoin Oracle +# What is the Bonbori ## Cross-chain messaging and consensus layer for all and any off-chain computation engines @@ -13,7 +13,7 @@ The consensus is deemed to have reached when a minimum threshold (i.e. "_m-of-n_ End consumers can then verify the consensus before making a decision or taking an action with respect to that particular event, thus enhancing the security assumptions. -For example, Bitcoin Oracle secures [Xlink](what-is-the-bitcoin-oracle.md#example-xlink). When Xlink identifies a particular cross-chain transfer to process, it pulls the relevant consensus data from Bitcoin Oracle, verify them using its smart contract before processing them on the relevant destination chain. +For example, Bitcoin Oracle secures [Xlink](what-is-bonbori.md#example-xlink). When Xlink identifies a particular cross-chain transfer to process, it pulls the relevant consensus data from Bitcoin Oracle, verify them using its smart contract before processing them on the relevant destination chain. ## Flexible threshold-based consensus model @@ -25,7 +25,7 @@ Each end consumer may specify a number of required (i.e. trusted) and optional ( For example, for each event to validate, the end consumer may specify that the required validators must agree and a certain threshold (say 51%) of all validators (including required and optional) must agree. -A fast derivation of consensus is achieved through [Threshold Sampling](what-is-the-bitcoin-oracle.md#threshold-sampling) among nodes. +A fast derivation of consensus is achieved through [Threshold Sampling](what-is-bonbori.md#threshold-sampling) among nodes. Some may choose to have only required validators, in which case, effectively, a federated concensus model is run. In this case, a trust element is introduced to eliminate the security budget constraint. diff --git a/developers/bitcoin-oracle/what-is-the-bitcoin-oracle-1.md b/developers/bonbori/what-is-the-bitcoin-oracle-1.md similarity index 100% rename from developers/bitcoin-oracle/what-is-the-bitcoin-oracle-1.md rename to developers/bonbori/what-is-the-bitcoin-oracle-1.md