# Appendix  Disclosures

## 8. Appendix & Disclosures

***

### 8.1 Glossary of Key Terms

| Term                 | Definition                                                                                          |
| -------------------- | --------------------------------------------------------------------------------------------------- |
| **POSA**             | Proof of Staked Authority – a hybrid consensus mechanism combining PoS and validator-based finality |
| **pAsset**           | Synthetic asset on Pinata Chain, backed by user mint-and-burn logic (e.g., pBTC, pAAPL)             |
| **pUSD**             | Pinata's native stablecoin, backed 1:1 by bridged USDT/USDC                                         |
| **PIN**              | Native utility and governance token used for gas, staking, and ecosystem incentives                 |
| **pBridge**          | Cross-chain bridge protocol enabling secure asset transfer from other chains                        |
| **AI Trading Agent** | Smart execution bot that acts based on user intent or strategy                                      |
| **gPIN**             | Governance token power derived from staked PIN                                                      |
| **Session Key**      | Time-limited delegated signing key for agent or app-based execution                                 |
| **DAO Treasury**     | On-chain fund pool governed by token holder votes                                                   |

***

### 8.2 Risk Disclosures

#### ⚠️ Smart Contract Risk

* All Pinata contracts are audited, but smart contract vulnerabilities may still exist.
* Users should interact only with verified interfaces and contracts.

#### ⚠️ Volatility & Market Risk

* pAssets track external markets (e.g., stocks, BTC), and may experience price slippage or oracle delays.
* pUSD is pegged 1:1 to USDT/USDC, but extreme bridge or liquidity conditions may affect redemption.

#### ⚠️ Governance Risk

* Governance power is held by PIN stakers; changes may affect network rules or treasury use.
* Malicious proposals or low participation may harm protocol security.

#### ⚠️ Cross-Chain Bridge Risk

* pBridge uses multi-sig and oracle consensus, but bridging still inherits risk from external chain behavior.
* Users are advised to verify bridge transactions and limits.

#### ⚠️ AI Agent Risk

* AI agents execute on user authorization. Misconfigured logic or model error may lead to unintended actions.
* Use sandboxed agents or limit scopes until full confidence is established.

***

### 8.3 Regulatory Notice

Pinata is a decentralized protocol. The core development team does not operate or hold custody over user assets. This document does not constitute legal, investment, or financial advice.

Users are responsible for ensuring compliance with their local jurisdictions before using Pinata Chain, pAssets, or AI tools.

***

### 8.4 Frequently Asked Questions (FAQ)

#### Q: What backs pUSD?

**A:** pUSD is backed 1:1 by USDT/USDC bridged from supported chains via pBridge. It can be redeemed back at any time (subject to liquidity conditions).

***

#### Q: How do I use AI agents?

**A:** Connect your wallet, authorize a session key, and give plain-English instructions (e.g., “Buy $100 of pBTC if price drops 5%”). The AI agent will build and execute a transaction accordingly.

***

#### Q: Is PIN inflationary?

**A:** PIN has a fixed max supply of 210 million. Inflation is controlled via halving schedules and governance votes. Burn mechanisms exist through gas and AI fee redistribution.

***

#### Q: What if an AI agent makes a bad trade?

**A:** Agents operate with limited permissions. Users can set spending limits, revoke keys, and use simulation/test modes before real execution.

***

#### Q: Can I create my own agent?

**A:** Yes. Pinata provides open-source agent templates and an SDK. You can deploy your own strategy bots or submit them to the marketplace in the future.

***

#### Q: Where can I see all activity?

**A:** Use the Pinata Blockscout explorer to track wallet activity, transactions, pAsset mint/burn logs, and DAO proposals.

***

### 8.5 Contact & Community

* **Website:** <https://linktr.ee/PinataFinance>
* **Twitter / X:** [@pinata\_labs](https://x.com/pinata_labs)
* **Discord:** [Join Community](https://discord.gg/3aXaZFQG)

***

### Final Note

This document is subject to updates. Always refer to the latest version via the official website or GitBook. Community contributions and transparency reviews are welcome.


---

# 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://pinatalabs-1.gitbook.io/pinatalabs-docs/appendix-disclosures.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.
