Skip to main content

Application Actor

Overview

An Application is responsible for staking POKT in order to consume and pay for services available on Pocket Network as a function of volume and time.

Schema

The on-chain representation of an Application can be found at application.proto.

Configuration

Configurations to stake an Application can be found at app_staking_config.md.

CLI

All of the read (i.e. query) based operations for the Application actor can be viewed by running:

poktrolld query application --help

All of the write (i.e. tx) based operations for the Application actor can be viewed by running:

poktrolld tx application --help