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

# Security & Transparency

## **Audited by Certik**

Getting a Certik audit means Peezy’s smart contract code was combed through by one of the most trusted names in blockchain security. This is a step the Peezy team has taken to show our serious we are about security and investor confidence.

Certik: <https://skynet.certik.com/projects/peezy>

## **KYC'd founder complete**

The face behind Peezy isn’t hiding. Peezy’s founder, Lord Peezy, completed a Know-Your-Customer verification process, adding another layer of accountability and transparency for the community.

Certik: <https://skynet.certik.com/projects/peezy>

Assure Defi: <https://projects.assuredefi.com/project/peezy>

## **Renounced Ownership**

Renouncing ownership means no one, not even the devs, can sneak back in and change the rules. It’s a one-way trip. This move locks the contract’s behavior forever and says, “The community owns this now.”

*Proof:* [*https://etherscan.io/tx/0x901c60e13690beab0a6c1df7e56e14480f7be4dc461b4ddf54ab07751a5ab0b5*](https://etherscan.io/tx/0x901c60e13690beab0a6c1df7e56e14480f7be4dc461b4ddf54ab07751a5ab0b5)

## **Liquidity Burnt (Locked Forever)**

Liquidity is burned, forever. That means no pulling the rug, no draining the pool, no funny business. Peezy’s liquidity is locked tight. You can trade knowing no one’s yanking the floor out from under you.

*Proof:* [*https://etherscan.io/token/0x1D91389b2Aa45C388C4d02eB39a7726d02a71d18#balances*](https://etherscan.io/token/0x1D91389b2Aa45C388C4d02eB39a7726d02a71d18#balances)


---

# 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://whitepaper.peezy.vip/whitepaper/security-and-transparency.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.
