> For the complete documentation index, see [llms.txt](https://origin-3.gitbook.io/origin-eternal-protocol/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://origin-3.gitbook.io/origin-eternal-protocol/introduction-to-origins-three-primary-tokens/introduction-to-anubis-privacy-public-chain.md).

# Introduction to Anubis privacy public chain

**Public chain name: Anubis**

**Total issuance: 21,000,000**

Anubis is committed to building a new privacy-oriented ZKRollup protocol to address the anonymity and confidentiality of smart contract data and logic. We focus on providing users with low gas fees, comprehensive smart contract privacy protection in the Ethereum ecosystem, and better support for the most commonly used assets, including ERC20, ERC721, and ERC1155, enabling them to be implemented in an EVM-compatible ecosystem. Better composability.

Technical implementation details: Anubis proposed an ABL model to develop confidential transactions under the DDH assumption using Twisted ElGamal encryption \[CMTA20] and Bulletproof range proof \[BBB+18]. In addition, the validity proof of batch transactions on the account Merkle tree is developed through algebraic compound non-interactive zero-knowledge proof. It is implemented in a two-layer architecture; the bottom layer is a ZKRollup, built on the R1CS constraint system, and translated into PLONKish Arithmetization \[GWC19], taking advantage of Twisted ElGamal encryption and hardware acceleration with custom gates. The application layer is an easily auditable encrypted transaction layer.

Anubis Design Philosophy: Anubis' goal is to provide every Web3 participant in the EVM-compliant ecosystem with a plug-and-play privacy-preserving application with the following features:

Low gas fees: Offers free deposits, batch transfers with ZKRollup, and low Gas withdrawals.

Composability: Supports Not only ERC20 but also ERC721 and exchanges. Privacy enhancement: Confidential transaction and address anonymity based on

ZKRollup. Easy to use: Based on self-hosted private key /mnemonic phrase management and multi-signature wallet based on account abstraction.

Ultimately, Anubis aims to provide users with a privacy “Lego” that protects the confidentiality and security of their assets before they enter other liquidity or protocols in the DeFi world.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://origin-3.gitbook.io/origin-eternal-protocol/introduction-to-origins-three-primary-tokens/introduction-to-anubis-privacy-public-chain.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
