> For the complete documentation index, see [llms.txt](https://source.saakuru.com/saakuru-source/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://source.saakuru.com/saakuru-source/saakuru-blockchain/security.md).

# Security

Providing a gasless experience on Saakuru brings convenience to users by removing the need to pay transaction fees, but it also introduces potential risks such as transaction spamming. To safeguard against such vulnerabilities, we are implementing robust security measures. Preventative measurements include:

* configurable rate limiting
* advanced spam filters
* transaction patterns scanners for irregularities
* network  request scanners for irregularities

We are adapting our system to be resilient against various types of attacks. This ensures that Saakuru remains secure, reliable, and capable of withstanding potential threats.

To maintain system integrity and prevent spam, by default, each wallet on Saakuru is limited to a low number of transactions per second, a threshold that satisfies the needs of the average user. Developers with requirements surpassing these limits can request special access to facilitate a higher transaction throughput. This tiered approach ensures both operational efficiency and security while accommodating diverse user needs.

Saakuru further augments its security framework through enhanced governance and a community-driven approach to identifying potential vulnerabilities. Users are encouraged to report any suspicious activities related to whitelisted or smart contracts, catalyzing a rigorous review by Saakuru's dedicated security council. This proactive community involvement not only fortifies the platform’s security posture but also fosters a collective responsibility toward maintaining a safe ecosystem. For a deeper understanding of this process, please visit this [page](/saakuru-source/saakuru-skr-token/governance-layer.md) to learn more.


---

# 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://source.saakuru.com/saakuru-source/saakuru-blockchain/security.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.
