# What is VEIVE?

Veive is a platform that offers secure, modular blockchain accounts, eliminating technical and financial barriers. \
\
Designed for both individuals and especially for businesses and institutional users, Veive replaces complex private keys with advanced authentication methods like biometrics. Its modular architecture allows for customizable and scalable features, enabling organizations to tailor the platform to their unique needs. This approach ensures broad and inclusive access to blockchain technology, facilitating widespread adoption across various sectors.

{% @mermaid/diagram content="sequenceDiagram
participant User
participant Dapp
participant Veive
participant Blockchain

```
User->>Dapp: Access Dapp
Dapp->>Veive: Send Transaction
Veive->>User: Request Fingerprint
User-->>Veive: Provide Fingerprint
Veive->>Veive: Create smart account
Veive->>Veive: Sign transaction
Veive->>Blockchain: Send Transaction
Blockchain-->>Dapp: Done
```

" %}


---

# Agent Instructions: 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://docs.veive.io/veive-docs/readme.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.
