<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Privacy on Invisibook</title><link>https://invisibook-lab.github.io/tags/privacy/</link><description>Recent content in Privacy on Invisibook</description><generator>Hugo</generator><language>en</language><lastBuildDate>Sat, 25 Apr 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://invisibook-lab.github.io/tags/privacy/index.xml" rel="self" type="application/rss+xml"/><item><title>Invisibook Protocol</title><link>https://invisibook-lab.github.io/post/invisibook_white_paper/</link><pubDate>Sat, 25 Apr 2026 00:00:00 +0000</pubDate><guid>https://invisibook-lab.github.io/post/invisibook_white_paper/</guid><description>&lt;p&gt;Privacy-Preserving Cross-Chain Order Book Protocol&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Technical White Paper — Protocol Flow Details&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Version 1.0 | 2026&lt;/p&gt;
&lt;h1 id="1--overview"&gt;&lt;strong&gt;1 Overview&lt;/strong&gt;&lt;/h1&gt;
&lt;p&gt;Invisibook is a &lt;strong&gt;privacy-preserving cross-chain order book protocol&lt;/strong&gt; designed for decentralized trading scenarios. It addresses a series of problems arising from the transparency of trade amounts in current DeFi order book models, including front-running, liquidity manipulation, other MEV attacks, and trading strategy leakage.&lt;/p&gt;
&lt;p&gt;The core design philosophy of Invisibook is: &lt;strong&gt;prices are public, amounts are private&lt;/strong&gt;. The on-chain order book exposes only price information for the matching engine to perform pairing, while the specific order amounts are stored on-chain as Poseidon hash commitments (Poseidon is tentatively chosen; other hash functions may be considered later — the key selection criterion is which hash achieves the best combined performance in MPC circuits and ZK proofs). No third party can learn the true size of any order. When two orders are successfully matched, the buyer and seller complete settlement through an off-chain peer-to-peer privacy settlement protocol, during which both parties&amp;rsquo; order amounts remain confidential to outsiders at all times.&lt;/p&gt;</description></item><item><title>Secret Binary Carry Computation in Secret-Sharing MPC</title><link>https://invisibook-lab.github.io/post/edabits_carry/</link><pubDate>Sat, 21 Mar 2026 00:00:00 +0000</pubDate><guid>https://invisibook-lab.github.io/post/edabits_carry/</guid><description>&lt;hr&gt;
&lt;h2 id="chapter-1-problem-background-and-core-challenges"&gt;Chapter 1: Problem Background and Core Challenges&lt;/h2&gt;
&lt;h3 id="11-what-is-secret-addition"&gt;1.1 What Is Secret Addition&lt;/h3&gt;
&lt;p&gt;In secure multi-party computation (MPC), two parties (Alice and Bob) each hold a secret share of a binary number and wish to compute the sum of the two numbers without revealing the plaintext of either operand. Here, &amp;ldquo;secret share&amp;rdquo; refers to Boolean secret sharing: a bit x is split into two shares x₁ and x₂ such that x = x₁ ⊕ x₂, where ⊕ denotes the XOR operation. Alice holds x₁, Bob holds x₂, and each party&amp;rsquo;s share alone is a uniformly random bit from which the true value of x cannot be inferred.&lt;/p&gt;</description></item><item><title>Decentralized Privacy Order Book: A Necessary Revolution in Finance</title><link>https://invisibook-lab.github.io/post/fintech_revolution/</link><pubDate>Mon, 05 Jan 2026 00:00:00 +0000</pubDate><guid>https://invisibook-lab.github.io/post/fintech_revolution/</guid><description>&lt;p&gt;In today&amp;rsquo;s rapidly evolving financial markets, trading efficiency, privacy protection, and fairness have become focal concerns for investors. While the model dominated by traditional centralized exchanges has facilitated global capital flows, it has also exposed numerous structural deficiencies. These deficiencies not only harm traders&amp;rsquo; interests but also hinder the healthy development of markets. In response, the decentralized privacy order book has emerged as an innovative solution. It not only addresses the pain points of the traditional model but also achieves revolutionary breakthroughs in privacy, price discovery, and censorship resistance. This article begins with the limitations of traditional exchanges, progresses through exploratory solutions such as dark pools and quantitative trading algorithms, and ultimately demonstrates the necessity of the decentralized privacy order book and its disruptive impact on the financial sector.&lt;/p&gt;</description></item><item><title>How to Privately Compare Two Integers</title><link>https://invisibook-lab.github.io/post/spdz_compare/</link><pubDate>Mon, 29 Dec 2025 00:00:00 +0000</pubDate><guid>https://invisibook-lab.github.io/post/spdz_compare/</guid><description>&lt;blockquote&gt;
&lt;p&gt;This article is being translated. Please check back later.&lt;/p&gt;
&lt;/blockquote&gt;</description></item><item><title>Invisibook: A Privacy-Preserving Decentralized Order Book</title><link>https://invisibook-lab.github.io/post/first_introduction/</link><pubDate>Thu, 25 Dec 2025 00:00:00 +0000</pubDate><guid>https://invisibook-lab.github.io/post/first_introduction/</guid><description>&lt;h3 id="introduction-why-we-need-a-decentralized-privacy-order-book"&gt;Introduction: Why We Need a Decentralized Privacy Order Book&lt;/h3&gt;
&lt;p&gt;Order book trading is the most mature and scalable form of trading in modern financial systems, and it serves as the core mechanism for price discovery and liquidity formation. However, in an era of digitization, on-chain execution, and high-frequency trading, order books reveal a long-overlooked structural contradiction: &lt;strong&gt;a trading system cannot simultaneously achieve censorship resistance, privacy protection, and verifiable execution.&lt;/strong&gt;&lt;/p&gt;
&lt;h3 id="decentralized-order-books-censorship-resistant-and-verifiable-but-lacking-privacy"&gt;Decentralized Order Books: Censorship-Resistant and Verifiable, but Lacking Privacy&lt;/h3&gt;
&lt;p&gt;Decentralized trading systems deploy order submission, sequencing, and matching rules on open protocols, eliminating dependence on centralized intermediaries and endowing trade execution with inherent censorship resistance. As long as a user can interact with the network, their orders cannot be arbitrarily rejected, frozen, or selectively delayed by any single entity.&lt;/p&gt;</description></item></channel></rss>