# Technical Details

### System Architecture

Serious AMM's distributed architecture delivers institutional-grade performance through distinct frontend, backend, and database layers. Standardized REST APIs power real time interactions, while our modernized frontend provides an optimized user experience. Specifically our system architecture uses the following:

### Technology Stack & Hosting

The system leverages modern standard SaaS technologies, specifically:

* Frontend Built with NextJS, hosted on Vercel for optimal performance
* Dedicated NestJS & Prisma backend, deployed on Heroku for reliability
* DB using PostgreSQL on Neon, optimized for security
* Firebase handling user management and authorization
* Telegram API for group creation, maintenance, and notifications

### Scalability and Performance

The Serious AMM was designed with scalability and performance in mind. Specifically, we use connection pooling, API rate limiting, horizontal scaling, and real-time monitoring to adhere to industry best practices to ensure high degrees of uptime & handle large user influxes.


---

# 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://serious-people.gitbook.io/serious-amm/technical-overview/technical-details.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.
