# Introduction

The **NotVault** SDK is an open-source toolset designed for the swift and secure creation of self-sovereign data workflows. Its functionality spans multiple use cases, including confidential commerce and payments, token transfers, file management, and the application of verifiable credentials.

With a focus on streamlining the incorporation of Zero Knowledge Proof (ZKP) technology, NotVault emphasises best practices for encryption, decentralisation, and peer-to-peer operations in all data exchanges.

### Core Principles

**NotVault** operates on three fundamental principles:

1. **Peer-to-Peer**: To mitigate risks associated with a single point of failure.
2. **Encryption**: To maintain confidentiality at all times.
3. **Zero Knowledge Proofs**: To minimise data footprints during communication.

<figure><img src="https://848325487-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOwcZ6x9f9JNn70Upiiu4%2Fuploads%2FjmAOU40gEC8qovymSIMb%2FNotCentralised%20Venn%20Pastel.png?alt=media&#x26;token=d8225b43-34b7-4065-8b5b-73e1c540493f" alt="" width="563"><figcaption></figcaption></figure>

The functionality of **NotVault** mirrors that of a wallet, facilitating the private linkage of a contact ID (such as an email) to a user's wallet. Additionally, it generates a new public/private key pair used for data encryption and signing within the ecosystem. This system negates the need to access the keys of the Ethereum wallet (typically inaccessible via API) and provides a more user-friendly method of connecting with other identities.

### Key Features

Developers leveraging **NotVault** can access a plethora of features including:

* **Wallet**: Safeguards encrypted keys and metadata.
* **Credentials**: Facilitates the generation and verification of [zkSNARK](https://en.wikipedia.org/wiki/Non-interactive_zero-knowledge_proof) credential proofs.
* **Vault**: Manages confidential token balances and transfers.
* **Files**: Enables self-sovereign and encrypted file storage capability through [IPFS](https://ipfs.tech/).
* **Commercial Deals**: Supports the lifecycle management of transactional or contractual agreements, including their financial settlement. It offers self-custody escrows of token payment amounts via a peer-to-peer platform.
* **Service Bus**: Provides a confidential messaging service, ensuring integrity of timestamp, source, and underlying message using a [zkSNARK](https://en.wikipedia.org/wiki/Non-interactive_zero-knowledge_proof).

<figure><img src="https://848325487-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOwcZ6x9f9JNn70Upiiu4%2Fuploads%2F375CVQ3kIkeSB1gJHFk1%2FColorful%20Hexagonal%20Design%20Process%20Poster.png?alt=media&#x26;token=4f4e7b1a-6247-41e7-9f62-d0e65dc477c7" alt="" width="563"><figcaption></figcaption></figure>

Harness the power of **NotVault** SDK to expedite the development of secure, decentralized applications and services.

## **Open Source**

All of the code is open source under an MIT License. Enjoy

[SDK GitHub Repo](https://github.com/NotCentralised/notvault-sdk)

[EVM Smart Contracts and Circuits](https://github.com/NotCentralised/notvault-evm)
