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

# System scalability

## Architecture

Truvera's SaaS systems are engineered for scalability using tools from Amazon AWS and MongoDB Atlas.

## Service level agreements

Our contractual SLAs are listed in our [MSA](https://www.dock.io/master-services-agreement).

## API performance benchmarks

We regularly test our platform to ensure we can meet our performance benchmarks. Verifiable credential implementations are unique for every project. It is configured with a different number of DIDs, ecosystems, different types and numbers of VCs. Those different combinations may affect the application performances differently and are tested separately.

### Creating DID

* **Throughput:** Maximum of 90 requests/second, average of 75 requests/second
* **Response Times**:
  * Average: 200 ms
  * 95% Percentile: 300 ms
  * Maximum: 3000 ms

### Issue non anonymous credential

* **Throughput:** Maximum of 78 requests/second, average of 50 requests/second
* **Response Times**:
  * Average: 343 ms
  * 95% Percentile: 1 s
  * Maximum: 6 s

### Issue anonymous credential

* **Throughput:** Maximum of 74 requests/second, average of 49 requests/second
* **Response Times**:
  * Average: 452 ms
  * 95% Percentile: 2 seconds
  * Maximum: 6 seconds

### Verify non-anonymous credential

* **Throughput:** Maximum of 80 requests/second, average of 54 requests/second
* **Response Times**:
  * Average: 340 ms
  * 95% Percentile: 414 ms
  * Maximum: 1 s

### Verify anonymous credential

* **Throughput:** Maximum of 75 requests/second, average of 49 requests/second
* **Response Times**:
  * Average: 386 ms
  * 95% Percentile: 485 ms
  * Maximum: 2 s

{% hint style="info" %}
**95% Percentile Response Time**: Indicates that 95% of the requests were served within this time.
{% endhint %}


---

# 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://docs.truvera.io/system-architecture/system-scalability.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.
