> For the complete documentation index, see [llms.txt](https://ph-defi.gitbook.io/phiat-protocol/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ph-defi.gitbook.io/phiat-protocol/useful-information.md).

# Useful information

### Audit Reports

Two audits have been performed by Certik and Solidity Finance.

[Solidity Finance](https://solidity.finance/audits/PhiatProtocol/) report is now published.\
[Certik](https://skynet.certik.com/projects/phiat-io) report is now published.

### Open Source

Once audit reports are finalised, initial bug bounty period passes & approved by community, both front-end and back-end repos will be fully open sourced and links will be shared here.

### Community deployed and maintained links:

DAPP link: [dapp.phiat.io](https://dapp.phiat.io/) (IPFS)

DAPP back-up link: [dapp1.phiat.io](https://dapp1.phiat.io/) (IPFS)

Please note all DAPP front-end is hosted via IPFS and anyone can host it. If you use [Brave Browser](https://brave.com/) or [Opera](https://www.opera.com/) IPFS hashes should be accessible without the need for an additional extension. \
\
The Phiat frontend repo is a fork from AAVE v2 frontend repo, and provides code to simplify contract interaction and to view protocol information and can be deployed by any community member.\
\
Clicking the IPFS button in Brave address bar will take you to an IPFS URI such as ipfs\://bafybeiemxf5abjwjbikoz4mc3a3dla6ual3jsgpdr4cjr3oz3evfyavhwq/wiki/Vincent\_van\_Gogh.html  (for more information please visit [this](https://brave.com/ipfs-support/) )

### Phatty Links

Phatty is a wallet aggregation website that provides analytics and other useful information which it pulls from numerous third party providers.

Phatty is independent and NOT responsible for any protocols or token development.

Simply go to [phatty.io](https://phatty.io/)

### Social Media Links:

Twitter: <https://twitter.com/phiatcrypto>

Telegram: <https://t.me/phiatcrypto>

### Contract Addresses:

coming soon


---

# 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://ph-defi.gitbook.io/phiat-protocol/useful-information.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.
