> For the complete documentation index, see [llms.txt](https://palpaw-token.gitbook.io/palpaw/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://palpaw-token.gitbook.io/palpaw/token/smart-contract/audits.md).

# Audits

The PalPaw project prioritizes security and transparency, which is why we undergo regular third-party audits by accredited auditing firms. These audits are essential to ensure the integrity and reliability of our smart contracts and overall project infrastructure.

**Accredited Auditing Firms:**

* We engage reputable and accredited auditing firms with extensive experience in blockchain security and smart contract audits.
* These firms conduct thorough examinations of our smart contracts, assessing them for vulnerabilities, bugs, and potential exploits.

**Audit Process:**

* The auditing process involves a comprehensive review of our smart contracts' codebase, logic, and functionality.
* Auditors identify and analyze potential security risks, including but not limited to reentrancy, overflow, and permission issues.
* Upon completion of the audit, auditors provide detailed reports outlining any vulnerabilities discovered, along with recommendations for mitigation.

**Transparency and Accountability:**

* We prioritize transparency throughout the auditing process, providing regular updates to our community regarding audit progress and outcomes.
* Once audits are completed, we make the audit reports publicly available to demonstrate our commitment to accountability and security.

**Continuous Improvement:**

* We view audits as an ongoing process rather than a one-time event. We continuously monitor and evaluate our smart contracts, implementing any recommendations from audits and proactively addressing emerging security threats.

By subjecting our project to third-party accreditation through rigorous audits, we demonstrate our commitment to maintaining the highest standards of security, reliability, and trustworthiness for our community and stakeholders.


---

# 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://palpaw-token.gitbook.io/palpaw/token/smart-contract/audits.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.
