> For the complete documentation index, see [llms.txt](https://perifinance.gitbook.io/peri-finance2021/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://perifinance.gitbook.io/peri-finance2021/peri-finance-1.md).

# PERI Finance

- [What is PERI Finance?](https://perifinance.gitbook.io/peri-finance2021/peri-finance-1/master.md)
- [dApps](https://perifinance.gitbook.io/peri-finance2021/peri-finance-1/dapps.md)
- [PERI Staking](https://perifinance.gitbook.io/peri-finance2021/peri-finance-1/dapps/peri-staking.md)
- [PERI DEX](https://perifinance.gitbook.io/peri-finance2021/peri-finance-1/dapps/peri-dex.md)
- [PERI Tokenomics](https://perifinance.gitbook.io/peri-finance2021/peri-finance-1/overview.md)
- [Token Contract Addresses](https://perifinance.gitbook.io/peri-finance2021/peri-finance-1/token-contract-addresses.md)
- [Token Contract Addresses(Testnet)](https://perifinance.gitbook.io/peri-finance2021/peri-finance-1/token-contract-addresses-testnet.md)
- [Guides](https://perifinance.gitbook.io/peri-finance2021/peri-finance-1/guides.md)
- [ETH-Polygon Bridge Guide](https://perifinance.gitbook.io/peri-finance2021/peri-finance-1/guides/eth-polygon-bridge-guide.md)
- [Staking dApp — 1. Setting/Stake-Mint](https://perifinance.gitbook.io/peri-finance2021/peri-finance-1/guides/stakingdapp_1_stake_mint.md)
- [Staking dApp — 2. Burn](https://perifinance.gitbook.io/peri-finance2021/peri-finance-1/guides/stakingdapp_2_burn.md)
- [Staking dApp — 3. Reward](https://perifinance.gitbook.io/peri-finance2021/peri-finance-1/guides/stakingdapp_3_reward.md)
- [Staking dApp— 4. Earn(LP Reward)](https://perifinance.gitbook.io/peri-finance2021/peri-finance-1/guides/stakingdapp_4_reward.md)
- [PERI Token Swap Guide - Pancakeswap](https://perifinance.gitbook.io/peri-finance2021/peri-finance-1/guides/peri-token-is-tradable-at-pancakeswap.md)
- [PERI Finance LP Rewards Program](https://perifinance.gitbook.io/peri-finance2021/peri-finance-1/guides/untitled-8.md)
- [Details of APY — PERI Finance dApp](https://perifinance.gitbook.io/peri-finance2021/peri-finance-1/guides/untitled-2.md)
- [Pynths DEX Guide - Bridge](https://perifinance.gitbook.io/peri-finance2021/peri-finance-1/guides/pynths-dex-guide-bridge.md)
- [Pynths DEX Setting — Exchange](https://perifinance.gitbook.io/peri-finance2021/peri-finance-1/guides/pynths-dex-setting-exchange.md)
- [Pynths DEX Guide - Assets](https://perifinance.gitbook.io/peri-finance2021/peri-finance-1/guides/pynths-dex-guide-assets.md)
- [Pynths DEX Guide (Testnet)](https://perifinance.gitbook.io/peri-finance2021/peri-finance-1/guides/pynths-dex-guide-testnet.md)
- [Guide(Testnet)](https://perifinance.gitbook.io/peri-finance2021/peri-finance-1/guides/guide-testnet.md)
- [Pynths DEX Setting(Testnet) — Add Moonbase Alpha Testnet](https://perifinance.gitbook.io/peri-finance2021/peri-finance-1/guides/guide-testnet/pynths-dex-setting-testnet-add-moonbase-alpha-testnet.md)
- [Pynths DEX Setting(Testnet) — Get Testnet PERI Tokens on Moonbase Alpha](https://perifinance.gitbook.io/peri-finance2021/peri-finance-1/guides/guide-testnet/pynths-dex-setting-testnet-get-testnet-peri-tokens-on-moonbase-alpha.md)
- [Pynths DEX Setting(Testnet) — Get DEV tokens from Moonbase community](https://perifinance.gitbook.io/peri-finance2021/peri-finance-1/guides/guide-testnet/pynths-dex-setting-testnet-get-dev-tokens-from-moonbase-community.md)
- [Security & Audits](https://perifinance.gitbook.io/peri-finance2021/peri-finance-1/security-and-audits.md)
- [FAQs](https://perifinance.gitbook.io/peri-finance2021/peri-finance-1/faqs.md)


---

# 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://perifinance.gitbook.io/peri-finance2021/peri-finance-1.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.
