> For the complete documentation index, see [llms.txt](https://aviah.gitbook.io/aviah-protocol-white-paper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aviah.gitbook.io/aviah-protocol-white-paper/5.-technology.md).

# 5. Technology

**5.1 Solana Blockchain**

AVIAH leverages the Solana blockchain for several reasons:

* **High Throughput**: Solana can handle up to 65,000 transactions per second, ensuring the platform can scale with user growth.
* **Low Transaction Fees**: Cost-effective for frequent API interactions.
* **Robust Ecosystem**: Backed by an active developer community and a thriving DApp ecosystem.
* **Security**: Proven security models safeguard token transactions and data integrity.

**5.2 AVIAH.ai Platform**

AVIAH.ai combines advanced generative AI and sophisticated 3D graphics to deliver intuitive tools for creating and deploying realistic conversational virtual humans across various industries—social media, entertainment, education, healthcare, e-commerce, and more.

![그림2](/files/95CnuyPXgZ17j5LJb5AZ)

The LLM, TTS, and V2F modules can be customized with the provided data such as persona definition, voice samples, and facial expression samples. The main features are:

* **AI-Driven Character Creation**: Uses LLMs to develop life-like conversational agents with customizable facial features and voices.
* **On-Device Real-Time Rendering**: Patented light-field rendering technology enables high-fidelity rendering on mobile devices, significantly reducing server GPU costs.

<figure><img src="/files/ZYY6byzmRhUd13tHLgTE" alt=""><figcaption></figcaption></figure>

The photorealistic rendering quality is maintained even for mobile devices due to the patented light field rendering technology, which enables on-device rendering delivering real-time performance. This on-device rendering feature reduces the server-side GPU cost significantly.

* **User-Friendly Authoring Tools**: Simplifies the process of designing and deploying virtual humans for developers. The process can be as simple as providing a single image of the face, while retaining the option for detailed fine-tuning for persona, facial expressions, voices, etc.
* **Seamless Integration**: Offers APIs and SDKs for embedding virtual characters into multiple environments (web, Android, iOS, Unity3D).
* **Efficient Token Management**: Utilizes Solana smart contracts for transactions, staking, and reward distributions.
* **Scalability**: Optimized algorithms coupled with Solana’s performance enable cost-effective, large-scale deployments.


---

# 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, and the optional `goal` query parameter:

```
GET https://aviah.gitbook.io/aviah-protocol-white-paper/5.-technology.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
