# Architecture Overview

## Overview

VRAM Protocol is built on a modular architecture that enables secure, scalable AI agent deployment and service monetization on the Sui Network.

## Core Components

### System Layer

{% @mermaid/diagram content="graph TD
A\[System Core] --> B\[Version Control]
A --> C\[Treasury]
A --> D\[Token Registry]
A --> E\[Agent System]" %}

### Protocol Layer

* Agent Framework
* Service Registry
* Payment System
* Governance Module

### Integration Layer

* API Gateway
* SDK Tools
* Service Connectors
* Data Handlers

## Security Model

### Access Control

* Admin capabilities
* Treasury management
* Version control
* Registry access

### Economic Security

* Treasury caps
* Fee management
* Pool controls
* Reserve system

## Integration Points

### External Systems

* AI platforms
* Data providers
* Payment systems
* Service APIs

## Future Extensions

### Technical

* Cross-chain support
* Advanced routing
* Enhanced security
* Performance tools


---

# 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://vram-ai-1.gitbook.io/vram.ai/platform/index.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.
