# Features

- [Trader Explorer](https://docs.copin.io/features/trader-explorer.md): A comprehensive platform for analyzing and tracking on-chain trader performance in the Perpetual DEX ecosystem, featuring GMX, Kwenta, and Polynomial.
- [Open Interest](https://docs.copin.io/features/open-interest.md): Open Interest feature visualizes live trading activity by displaying the size and direction of positions traders are taking in the market. GMX v1, Kwenta & Polynomial are now available.
- [Trader Leaderboard](https://docs.copin.io/features/trader-leaderboard.md): The Leaderboard is strategically crafted to honor and highlight the accomplishments of the best perpetual on-chain traders, showcasing their mastery through weekly and monthly rankings.
- [Trader Profile](https://docs.copin.io/features/trader-profile.md): The trader profile page provides comprehensive statistics, including trading frequency, profit performance, and a detailed transaction history, enabling a thorough analysis of the trader's trading act
- [Backtesting](https://docs.copin.io/features/backtesting.md)
- [Decentralized Copy-Trading (DCP)](https://docs.copin.io/features/decentralized-copy-trading-dcp.md)
- [Connect Hyperliquid](https://docs.copin.io/features/decentralized-copy-trading-dcp/connect-hyperliquid.md): This guide will help you set up and connect your Hyperliquid API to Copin to enable seamless copy trading through 2 steps.
- [Connect APEX](https://docs.copin.io/features/decentralized-copy-trading-dcp/connect-apex.md)
- [DCP via gTrade (Gains Network)](https://docs.copin.io/features/decentralized-copy-trading-dcp/dcp-via-gtrade-gains-network.md)
- [Centralized Copy-Trading (CCP)](https://docs.copin.io/features/centralized-copy-trading-ccp.md): Copy trading on Copin Analyzer allows users to effortlessly mirror the strategies of experienced traders from perp DEXes, blending convenience with expertise.
- [Connect BingX API](https://docs.copin.io/features/centralized-copy-trading-ccp/connect-bingx-api.md): Link with your BingX account through API key. All your assets and your positions are managed by BingX.
- [Connect Bitget API](https://docs.copin.io/features/centralized-copy-trading-ccp/connect-bitget-api.md): Link with your Bitget account through API key. All your assets and your positions are managed by Bitget.
- [Connect Bybit API](https://docs.copin.io/features/centralized-copy-trading-ccp/connect-bybit-api.md): Link with your Bybit account through API key. All your assets and your positions are managed by Bybit.
- [Connect Gate API](https://docs.copin.io/features/centralized-copy-trading-ccp/connect-gate-api.md): Link with your Gate account through API key. All your assets and your positions are managed by Gate.
- [Connect OKX API](https://docs.copin.io/features/centralized-copy-trading-ccp/connect-okx-api.md): Link with your OKX account through API key. All your assets and your positions are managed by OKX.
- [Connect CoinEX API](https://docs.copin.io/features/centralized-copy-trading-ccp/connect-coinex-api.md)
- [FAQs about your API security](https://docs.copin.io/features/centralized-copy-trading-ccp/faqs-about-your-api-security.md): Frequently asked questions and things to know about your API from CEXs(@binane, @bybit,...) security on Copin!
- [Telegram Alert BOT](https://docs.copin.io/features/telegram-alert-bot.md)
- [Webhook Data Response Structure](https://docs.copin.io/features/telegram-alert-bot/webhook-data-response-structure.md): This document describes the structure of the webhook data response payload. The payload is typically sent via an HTTP POST request to a configured webhook endpoint.
- [Fees Structure](https://docs.copin.io/features/fees-structure.md): Fee Structures for Copy Trading on Copin
- [Vault Copy Trading](https://docs.copin.io/features/vault-copy-trading.md)
- [Referral Program](https://docs.copin.io/features/referral-program.md)
- [Developer](https://docs.copin.io/features/developer.md)
- [Public API docs](https://docs.copin.io/features/developer/public-api-docs.md)
- [Integration Docs](https://docs.copin.io/features/developer/integration-docs.md)
- [Release notes](https://docs.copin.io/features/release-notes.md)


---

# 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://docs.copin.io/features.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.
