# Polynomial

## Polynomial Chain

- [Polynomial](https://docs.polynomial.fi/readme.md)
- [Wallet Setup Guide](https://docs.polynomial.fi/how-to-guides/wallet-setup.md)
- [Complete Trading Guide](https://docs.polynomial.fi/how-to-guides/trading.md)
- [Complete Staking Guide](https://docs.polynomial.fi/how-to-guides/staking.md)
- [Chain Operations Guide](https://docs.polynomial.fi/how-to-guides/chain.md)
- [Advanced Features Guide](https://docs.polynomial.fi/how-to-guides/advanced.md)
- [Trading API](https://docs.polynomial.fi/reference/trading-api.md)
- [Contract Addresses](https://docs.polynomial.fi/reference/contract-addresses.md)
- [Trading Fees](https://docs.polynomial.fi/reference/trading-fees.md)
- [Audit Reports](https://docs.polynomial.fi/reference/audit-reports.md)
- [Network Configuration](https://docs.polynomial.fi/reference/network-config.md)
- [Market Hours](https://docs.polynomial.fi/reference/market-hours.md)
- [What is Polynomial Chain?](https://docs.polynomial.fi/explanations/polynomial-chain.md)
- [How Liquidity Layer Works](https://docs.polynomial.fi/explanations/liquidity-layer.md)
- [Cross Margin vs Isolated Margin](https://docs.polynomial.fi/explanations/cross-margin.md)
- [Multi-Collateral Trading](https://docs.polynomial.fi/explanations/multi-collateral.md)
- [Hybrid Orderbook System](https://docs.polynomial.fi/explanations/hybrid-orderbook.md)
- [Understanding Funding Velocity](https://docs.polynomial.fi/explanations/funding-velocity.md)
- [Staking Points System](https://docs.polynomial.fi/explanations/staking-points.md)
- [Trading Points System](https://docs.polynomial.fi/explanations/trading-points.md)
- [Missions System](https://docs.polynomial.fi/explanations/missions-system.md)
- [USUAL Rewards](https://docs.polynomial.fi/explanations/usual-rewards.md)
- [Debt Mechanism](https://docs.polynomial.fi/explanations/debt-mechanism.md)
- [TradingView Webhooks](https://docs.polynomial.fi/explanations/tradingview-webhooks.md): Polynomial lets you automate trades by linking TradingView alerts through webhooks. Once authorized, your strategy alerts can trigger trades with defined sizes, keeping positions in sync with backtest
- [Builder Kit](https://docs.polynomial.fi/explanations/builder-kit.md)
- [What is Uptober Fest?](https://docs.polynomial.fi/explanations/what-is-uptober-fest.md)
- [FAQ](https://docs.polynomial.fi/support/faq.md)
- [Troubleshooting](https://docs.polynomial.fi/support/troubleshooting.md)
- [Community](https://docs.polynomial.fi/support/community.md)
- [Contact Support](https://docs.polynomial.fi/support/contact.md)

## Developer Documentation

- [Developer Documentation](https://docs.polynomial.fi/developer-documentation/developer-documentation.md)
- [Introduction](https://docs.polynomial.fi/developer-documentation/api/introduction.md): This documentation covers the basics required to build integrations with the platform.
- [Create Order](https://docs.polynomial.fi/developer-documentation/api/create-order.md): The fastest way to implement market order functionality is by using the Nitro Mode API.
- [Price](https://docs.polynomial.fi/developer-documentation/api/price.md): Learn how to retrieve the Index Price, Market Price, and Fill Price for trades using the available APIs.
- [Markets](https://docs.polynomial.fi/developer-documentation/api/markets.md)
- [Account](https://docs.polynomial.fi/developer-documentation/api/account.md)
- [Positions](https://docs.polynomial.fi/developer-documentation/api/positions.md)
- [Orders](https://docs.polynomial.fi/developer-documentation/api/orders.md)
- [Trade Referral](https://docs.polynomial.fi/developer-documentation/api/trade-referral.md)
- [Links](https://docs.polynomial.fi/developer-documentation/api/links.md)
- [Rate limits](https://docs.polynomial.fi/developer-documentation/api/rate-limits.md)
- [Addresses](https://docs.polynomial.fi/developer-documentation/api/addresses.md)
- [Change log](https://docs.polynomial.fi/developer-documentation/api/change-log.md): Keep track of recent updates and improvements to the platform
- [Smart Contract Wallet - Zerodev](https://docs.polynomial.fi/developer-documentation/perps-core/smart-contract-wallet-zerodev.md)
- [Connector Contracts](https://docs.polynomial.fi/developer-documentation/perps-core/connector-contracts.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on a page URL with the `ask` query parameter:

```
GET https://docs.polynomial.fi/readme.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.
