# Security

At Rainbow\.ag, security is our top priority. We take multiple measures to ensure the safety of our users and their funds while using our platform.

## Trusted Liquidity Providers

We utilize smart contracts from well-established and audited liquidity providers. Below are the security audit statuses:

* **DeDust**: [View Audit](https://skynet.certik.com/projects/dedust)
* **StonFi**: [View Audit](https://skynet.certik.com/projects/ston-fi)
* **TONCO**: [View Audit](https://docs.tonco.io/overview/audits)

By relying on these trusted providers, we ensure that all swaps and liquidity operations are conducted securely.

## No Custody of User Funds

Rainbow\.ag never takes custody of user funds on its frontend. Every transaction is executed via our API by interacting directly with external smart contracts. This approach ensures that your funds remain under your control until the transaction is completed.

## Risk Mitigation System

We’ve implemented an internal system to automatically detect and blacklist potentially harmful tokens, such as honeypots or high-risk tokens. This proactive measure helps protect users from interacting with malicious projects.

We are committed to maintaining and enhancing our security measures to provide a safe and reliable experience for all Rainbow\.ag users.


---

# 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://rainbow-ag.gitbook.io/docs/introduction/security.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.
