> For the complete documentation index, see [llms.txt](https://docs.meeco.me/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.meeco.me/platform/platform.md).

# Secure Value Exchange

Meeco's Secure Value Exchange (SVX) platform enables enterprises to issue, verify and manage Verifiable Digital Credentials (VDCs). It provides the infrastructure for building trusted digital identity ecosystems where credential holders remain in control of their data.

## Components

SVX 4.0 is built around three components:

* **Wallet** — The core product. A single unified service that acts as credential issuer, verifier, and holder wallet provider. Includes a browser-based Dashboard for operators and a full API surface. See [Wallet Service](/platform/wallet.md).
* **Platform API** — The backend that manages the tenancy and organisation structure of an SVX deployment. Tenant and Organisation Administrators, security rights, and application API credentials are all managed through this API. In SVX 4.0 the Platform API is focused on scheme administration; additional management capabilities will be added in subsequent minor releases. See [Platform API](/platform/platform-api.md).
* **Portal** — A web UI that connects to the Platform API, giving Tenant and Organisation Administrators a visual interface for managing their scheme. See [Portal](/platform/portal.md).

## Platform values

SVX has been designed with the following values:

* Remove friction
* Enable trust
* Manage risk
* Personalise experiences
* Increase loyalty
* Develop new business models

By deploying flexible digital components that can be implemented in any domain or ecosystem, enterprises can restore digital trust with their customers, reduce costs, and meet data compliance requirements.

![](/files/AcqkCc11XkmKWcukuaAm)


---

# 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:

```
GET https://docs.meeco.me/platform/platform.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.
