> For the complete documentation index, see [llms.txt](https://aogame.gitbook.io/aog-assembly-of-gods/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aogame.gitbook.io/aog-assembly-of-gods/07-mpc-technology.md).

# 07 MPC Technology

AOG WEB 3.0 DAPP WALLET employs MPC (Multi-Party Computation) technology, providing a secure and efficient dual safeguard for its users' assets. The private key is split into multiple fragments and distributed across different nodes, mitigating the risk of a single point of failure. When users need to sign transactions, a valid signature can only be generated through the process of multi-party computation, without exposing the complete private key.&#x20;

MPC is a cryptographic technique that enables multiple parties to collaborate in computing a result without revealing their individual inputs. In the context of AOG WEB 3.0 DAPP WALLET, MPC is used to protect users' private keys, which are the critical pieces of information required to access and manage their digital assets on the blockchain.&#x20;

Traditionally, private keys are stored in a centralized manner, making them susceptible to hacking and theft. However, with MPC, the private key is split into multiple shares and distributed among different nodes or parties. These shares are then used in a collaborative manner to perform cryptographic computations without ever exposing the complete private key.

**Here's how the MPC process works within AOG WEB 3.0 DAPP WALLET:**

1. **PRIVATE KEY SPLITTING**

The user's private key is divided into several pieces using a cryptographic algorithm. Each piece is distributed to separate nodes, Private Key servers, or parties involved in the MPC process.

2. **COLLABORATION**

When the user needs to sign a transaction or perform any action that requires the private key, multiple nodes work together through a secure communication protocol. Each node performs its computation on its Collaboration share of the private key, without ever having access to the complete key.

3. **SECURE COMPUTATION**

The nodes collaboratively compute the required result, such as generating a digital signature for a transaction. The result is derived without any party having access to the complete private key, ensuring maximum security.

4. **THRESHOLD SECURITY**

In some MPC implementations, a specific threshold of participating nodes is required to perform the computation successfully. This means that even if some nodes are compromised, the private key remains secure as long as the required threshold of nodes remains uncompromised.

<figure><img src="/files/8TfXOQABAuC8kPBKKhdr" alt=""><figcaption></figcaption></figure>

Overall, MPC technology adds an extra layer of protection to the AOG WEB 3.0 DAPP WALLET, assuring users that their digital assets are kept safe and secure. It enables users to confidently engage in various activities within the AOG ecosystem, knowing that their private keys are safeguarded through a collaborative and decentralized approach.&#x20;

This robust security approach ensures that even if a user's device is lost or damaged, the safety of their assets remains intact. AOG WEB 3.0 DAPP WALLET offers the convenience of managing multi-chain assets within a single wallet, eliminating the need to switch between different wallets.&#x20;

Moreover, users can easily access a wide range of applications, including DeFi, NFT, and gaming, to experience the rich content of the Web3.0 world. AOG WEB 3.0 DAPP WALLET supports multiple mainstream public blockchains, such as ETH, BSC, Polygon, Solana, and offers compatibility with various tokens and NFTs.&#x20;

With MPC technology, AOG WEB 3.0 DAPP WALLET stands out as a secure and user-friendly solution for managing and engaging with diverse blockchain assets. Its compatibility with various blockchains and assets opens up a world of possibilities for users, allowing them to confidently participate in the decentralized finance and non-fungible token ecosystems. As the blockchain industry continues to evolve, AOG WEB 3.0 DAPP WALLET remains at the forefront, providing a seamless and secure experience for users to navigate the complexities of the digital asset landscape.
