> For the complete documentation index, see [llms.txt](https://developers.polymath.network/polymath/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.polymath.network/polymath/wiki.md).

# wiki

- [Dividend-Module](https://developers.polymath.network/polymath/wiki/dividend-module.md)
- [Transfer-manager-results](https://developers.polymath.network/polymath/wiki/transfer-manager-results.md)
- [General Permission Manager](https://developers.polymath.network/polymath/wiki/general-permission-manager.md)
- [Transfer-Feature](https://developers.polymath.network/polymath/wiki/transfer-feature.md)
- [Voting-Checkpoint-Modules](https://developers.polymath.network/polymath/wiki/voting-checkpoint-modules.md)
- [USDTieredSTO](https://developers.polymath.network/polymath/wiki/usdtiered-sto.md)
- [Contract-Manager](https://developers.polymath.network/polymath/wiki/contract-manager.md)
- [Vesting-Escrow-Wallet](https://developers.polymath.network/polymath/wiki/vesting-escrow-wallet.md)
- [General Transfer Manager](https://developers.polymath.network/polymath/wiki/general-transfer-manager.md)
- [Permission-Manager](https://developers.polymath.network/polymath/wiki/permission-manager.md)
- [Dividends-Manager](https://developers.polymath.network/polymath/wiki/dividends-manager.md)
- [Manual Approval Transfer Manager](https://developers.polymath.network/polymath/wiki/manual-approval-transfer-manager.md)
- [Transfer-Ownership](https://developers.polymath.network/polymath/wiki/transfer-ownership.md)
- [Transfer-Manager](https://developers.polymath.network/polymath/wiki/transfer-manager.md)
- [How-to-Use-the-Investor-Portal](https://developers.polymath.network/polymath/wiki/how-to-use-the-investor-portal.md)
- [Count Transfer Manager](https://developers.polymath.network/polymath/wiki/count-transfer-manager.md)
- [VolumeRestrictionTransferManager](https://developers.polymath.network/polymath/wiki/volume-restriction-transfer-manager.md)
- [Time-Travel-(Contract-Testing)](https://developers.polymath.network/polymath/wiki/time-travel-contract-testing.md)
- [Percentage Transfer Manager](https://developers.polymath.network/polymath/wiki/percentage-transfer-manager.md)
- [Prerequisite-Instructions-for-Deploying-and-Setting-Up-the-Polymath-Contracts](https://developers.polymath.network/polymath/wiki/prerequisite-instructions-for-deploying-and-setting-up-the-polymath-contracts.md)
- [How to Create and Launch an STO](https://developers.polymath.network/polymath/wiki/st20-generator.md)
- [Token-Manager](https://developers.polymath.network/polymath/wiki/token-manager.md)
- [How to set up and use the POLY Faucet](https://developers.polymath.network/polymath/wiki/how-to-use-the-poly-faucet.md)
- [Advanced PLCR Voting Checkpoint](https://developers.polymath.network/polymath/wiki/advanced-plcr-voting-checkpoint.md)
- [Welcome to the Polymath Core Wiki](https://developers.polymath.network/polymath/wiki/home.md)
- [Capped STO](https://developers.polymath.network/polymath/wiki/capped-sto.md)
- [\_Sidebar](https://developers.polymath.network/polymath/wiki/_sidebar.md)
- [CLI for Polymath-core](https://developers.polymath.network/polymath/wiki/cli-commands-for-polymath-core.md)
- [Lockup Transfer Manager](https://developers.polymath.network/polymath/wiki/lockup-transfer-manager.md)
- [The-STO-Manager](https://developers.polymath.network/polymath/wiki/the-sto-manager.md)
- [Blacklist Transfer Manager (BTM)](https://developers.polymath.network/polymath/wiki/blacklist-transfer-manager.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:

```
GET https://developers.polymath.network/polymath/wiki.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.
