Pocket Network · Arazzo Workflow

Pocket Network Shannon Service Economics

Version 1.0.0

Read a service definition, the network tokenomics parameters, and total supply.

1 workflow 3 source APIs 1 provider
View Spec View on GitHub Web3BlockchainRPCDecentralized InfrastructurePocket NetworkGrovePathShannonCosmosPOKTArazzoWorkflows

Provider

pocket-network

Workflows

shannon-service-economics
Chain a service definition with tokenomics parameters and total supply.
Reads the service definition, then the global tokenomics parameters, then the total POKT supply to build the economic context for the service.
3 steps inputs: serviceId outputs: service, supply, tokenomicsParams
1
getService
Read the service definition, including its compute-unit pricing.
2
getTokenomics
Read the global tokenomics parameters governing mint ratio and reward allocation.
3
getSupply
Read the total POKT supply across every denom for network-wide context.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Pocket Network Shannon Service Economics
  summary: Read a service definition, the network tokenomics parameters, and total supply.
  description: >-
    Assembles the economic context around a single Shannon service. It reads the
    service definition (including its compute-unit pricing), then reads the
    global tokenomics parameters that govern mint and reward allocation, and
    finally reads the total POKT supply across every denom. Together these give
    a consumer the per-service pricing alongside the network-wide minting and
    supply figures needed to reason about relay economics. Each step spells out
    its request inline so the flow can be read and executed without opening the
    underlying OpenAPI description.
  version: 1.0.0
sourceDescriptions:
- name: bankApi
  url: ../openapi/pocket-network-bank-api-openapi.yml
  type: openapi
- name: serviceApi
  url: ../openapi/pocket-network-service-api-openapi.yml
  type: openapi
- name: tokenomicsApi
  url: ../openapi/pocket-network-tokenomics-api-openapi.yml
  type: openapi
workflows:
- workflowId: shannon-service-economics
  summary: Chain a service definition with tokenomics parameters and total supply.
  description: >-
    Reads the service definition, then the global tokenomics parameters, then
    the total POKT supply to build the economic context for the service.
  inputs:
    type: object
    required:
    - serviceId
    properties:
      serviceId:
        type: string
        description: Service identifier (e.g. "eth", "solana", "base").
  steps:
  - stepId: getService
    description: >-
      Read the service definition, including its compute-unit pricing.
    operationId: getShannonService
    parameters:
    - name: serviceId
      in: path
      value: $inputs.serviceId
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      service: $response.body#/service
  - stepId: getTokenomics
    description: >-
      Read the global tokenomics parameters governing mint ratio and reward
      allocation.
    operationId: getShannonTokenomicsParameters
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      tokenomicsParams: $response.body#/params
  - stepId: getSupply
    description: >-
      Read the total POKT supply across every denom for network-wide context.
    operationId: getShannonTotalSupply
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      supply: $response.body#/supply
  outputs:
    service: $steps.getService.outputs.service
    tokenomicsParams: $steps.getTokenomics.outputs.tokenomicsParams
    supply: $steps.getSupply.outputs.supply

Work with this as data

Every workflow here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This workflow
curl "https://apis.io/api/v1/arazzo/pocket-network-shannon-service-economics-workflow"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.