# DRC205

The [DRC205](https://github.com/iclighthouse/DRC_standards/tree/main/DRC205) standard defines swap transaction record data structures, scalable storage interfaces, and swap application storage and query specifications.

#### **Features**

* **Universally Applicable**: Designed for multiple spot swap Dex, it efficiently stores transaction records, ensuring compatibility across various platforms.
* **Highly Scalable**: It scales automatically and infinitely in line with the storage capacity limits of canisters. Utilizing Bloom filter technology, it addresses the storage constraints of index canisters, facilitating easy record retrieval.
* **Transparent**: The transaction records stored are openly accessible and queryable, upholding the transparency ethos of decentralized exchanges.


---

# 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://iclighthouse.gitbook.io/iclighthouse/products/drc-standards/drc205.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.
