# Tech Stack

<table><thead><tr><th width="166">Technology</th><th>Description</th></tr></thead><tbody><tr><td><strong>Solidity</strong></td><td>Programming language for developing smart contracts on the Ethereum blockchain</td></tr><tr><td><strong>Hardhat</strong></td><td>Development environment and tooling for building and deploying smart contracts on Ethereum</td></tr><tr><td><strong>React</strong></td><td>JavaScript library for building user interfaces</td></tr><tr><td><strong>Node.js</strong></td><td>JavaScript runtime for server-side development</td></tr><tr><td><strong>Express.js</strong></td><td>Lightweight web application framework for Node.js</td></tr><tr><td><strong>MongoDB</strong></td><td>NoSQL document-oriented database management system</td></tr><tr><td><strong>Next.js</strong></td><td>React-based framework for building optimized and scalable server-side rendered web applications</td></tr><tr><td><strong>NestJs</strong></td><td>Progressive Node.js framework for building efficient and scalable server-side applications</td></tr><tr><td><strong>Postgres</strong></td><td>Relational database management system for secure transactions and data relations management</td></tr></tbody></table>

<br>


---

# 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://polytrade.gitbook.io/rwa-marketplace/tech-stack.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.
