-
Notifications
You must be signed in to change notification settings - Fork 160
How to Use the Investor Portal
Summary: This CLI feature allows investors to manage their participation in any STO they have been whitelisted for.
How it works (High Level Overview):
Conditions that need to be met to use the investor portal successfully
-
If an investor is not whitelisted, all the STO information is listed but they can't invest. This will summon a red message stating "your KYC is expired". Note - Investors don't need to own security tokens previously.
-
The issuer does not interact with the investor portal as issuer.
If he does, it will be as an investor, with the same restrictions.
Investor Portal Steps:
- Enter your public address to login as an investor
- Enter your private key (this step is skipped if you login as the issuer)
- Enter the symbol of the security token previously registered (Step 2) a) above)
- Current STO information is shown, including if logged investor is whitelisted and accredited
- If STO is open and investor is whitelisted, you are able to invest and current prices of funding raise types are shown
- If both POLY and ETH are allowed, select one (If you want to have this investor invest with POLY, you will need to mint test POLY tokens for that account as well - follow step 1 of this guide)
- Enter amount of selected currency you want to invest
- Updated information is shown including how many tokens were bought
Run investor_portal command
$ node CLI/polymath-cli investor_portal [investor] [symbol] [currency] [amount]
OR
$ node CLI/polymath-cli i [investor] [symbol] [currency] [amount]
NOTE: [example] fields are additional inputs that are optional when running a CLI feature command
********************************************
Welcome to the Command-Line Investor Portal.
********************************************
n/a
CLI Installation
Running the CLI Features and Modules
- How to Use the POLY Faucet
- St-20 Generator
- STO Manager
- How to Use the Investor Portal
- Token Manager
- Transfer Feature
- Transfer Ownership
- Dividends Manager
- Transfer Manager
- Contract Manager
- Permission Manager
- Time Travel for Contract Testing
Modules
- LockupTransferManager
- VolumeRestrictionTransferManager
- BlacklistTransferManager
- ManualApprovalTransferManager
- CountTransferManager
- GeneralPermissionManager
- PercentageTransferManager
- GeneralTransferManager
- DividendCheckpointModules
- VestingEscrowWallet
- CappedSTO
- USDTieredSTO
- AdvancedPLCRVotingCheckpoint
- VotingCheckpointModules
- Schedule Checkpoint