> 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/home.md).

# Welcome to the Polymath Core Wiki

Before running the CLI and testing out the contracts from the perspective of the issuer/investor, please make sure to reference and understand [How Polymath Works](https://github.com/PolymathNetwork/polymath-core/blob/master/README.md)

## Polymath: Walking through the CLI

The Polymath CLI allows for users (investors/issuers) to walk themselves through all the details and processes of an STO.

You can easily navigate through it with the sidebar directory in order to run the CLI and set up and test the following:

### [Prerequisite Instructions / How to deploy and setup the Polymath contracts](https://github.com/PolymathNetwork/polymath-core/wiki/Prerequisite-Instructions-for-Deploying-and-Setting-Up-the-Polymath-Contracts)

Everything you need to get the CLI up and running.

### [CLI Commands](https://github.com/PolymathNetwork/polymath-core/wiki/CLI-Commands-for-Polymath-core)

All of the CLI commands that you can run through and test.

### [The ST20 Generator](https://github.com/PolymathNetwork/polymath-core/wiki/ST20-Generator)

Guides technical users through the creation and deployment of an ST-20 token

### [STO Manager](https://github.com/PolymathNetwork/polymath-core/wiki/The-STO-Manager)

Guides technical users in the creation of an STO

### [The Faucet](https://github.com/PolymathNetwork/polymath-core/wiki/How-to-Use-the-POLY-Faucet)

This is the POLY faucet for local private netwtorks.

### [Investor Portal(WIP)](https://github.com/PolymathNetwork/polymath-core/wiki/How-to-Use-the-Investor-Portal)

The investor portal allows investors to participate in any STO they have been whitelisted for.

### [The Token Manager](https://github.com/PolymathNetwork/polymath-core/wiki/Token-Manager)

Manage your Security Tokens, mint tokens, add modules and change configurations

### [Transfer](https://github.com/PolymathNetwork/polymath-core/wiki/10.-Transfer-Feature)

Transfer allows users to transfer Security tokens to another accounts

### [Transfer Ownership](https://github.com/PolymathNetwork/polymath-core/wiki/Transfer-Ownership)

Transfer Ownership allows for the transfer of an own contract to another account

### [Dividends Manager](https://github.com/PolymathNetwork/polymath-core/wiki/Dividends-Manager)

Manage the issuance of dividends to your investors

### [Transfer Manager](https://github.com/PolymathNetwork/polymath-core/wiki/Transfer-Manager)

Control transfers settings between investors

### [Contract Manager](https://github.com/PolymathNetwork/polymath-core/wiki/14.-Contract-Manager)

Manage the contracts you are using for your STO

### [Permission Manager](https://github.com/PolymathNetwork/polymath-core/wiki/Permission-Manager)

Grants/revoke permissions for investors/issuers accounts

### \[Time Travel]\([https://github.com/PolymathNetwork/polymath-core/wiki/Time-Travel-(Contract-Testing](https://github.com/PolymathNetwork/polymath-core/wiki/Time-Travel-%28Contract-Testing)))

Increases time on EVM according to given value allowing the tester to travel to the future and test out the Polymath contracts.

## Style Guide

The polymath-core repo follows the [Solidity style guide](http://solidity.readthedocs.io/en/develop/style-guide.html).

## Links to Reference

* [Polymath Website](https://polymath.network)
* [Polymath Developer Portal](http://developers.polymath.network)
* [Solidity Docs](https://solidity.readthedocs.io/en/develop/)
* [Truffle Framework](http://truffleframework.com/)
* [Ganache CLI / TestRPC](https://github.com/trufflesuite/ganache-cli)


---

# 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://developers.polymath.network/polymath/wiki/home.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.
