bandwidth

Abstract

The bandwidth module process and stores neuron's bandwidth in the network, dynamically adjust bandwidth price to network load. Neurons use bandwidth to add cyberlinks to the network and not need to pay gas fees.

Contents

  1. Concepts
  2. API
  3. State
  4. State Transitions
  5. Parameters
  6. WASM
  7. Errors
  8. CLI

Folder

Synonyms

spec
github/SPEC
Org Workspace: `.github` as Workspace Root, Sync as the Engine One-sentence goal Every contributor gets the full cyberia-to workspace from a single clone and a single command, with identical ergonomics for external and internal contributors, while keeping content repos, the build tool, and the…
hemera/spec
cyb/docs/spec
cyb: dream of a robot @mastercyb Immortal Robot for the Great Web Cyb's mission is to link and persist knowledge that allows everyone prosper. Technically Cyb is a browser based on the idea of state transition function defined by cyberlinks: signed transition from one state to another. Principles…
pussy-ts/design/spec
cyb: dream of a robot @mastercyb Immortal Robot for the Great Web Cyb's mission is to link and persist knowledge that allows everyone prosper. Technically Cyb is a browser based on the idea of state transition function defined by cyberlinks: signed transition from one state to another. Principles…
cyber/patch/spec
space-pussy/x/resources/spec
`Resources` Abstract The resources module allows neurons to invest into computer's resources. Examples: I would like to `investmint` 1000000000 BOOT (1 GBOOT) to VOLT resource with lock for 30 DAYS (no spendable) and I will get newly minted 1 VOLT to my account locked for 30 DAYS (no spendable). I…
space-pussy/x/grid/spec
`energy` Abstract The energy module allows neurons to dynamically route power and bandwidth through the network. Contents 1. **[Concepts](/space-pussy/x/grid/spec/00-concepts)** 2. **[API](/space-pussy/x/grid/spec/01-api)** 3. **[State](/space-pussy/x/grid/spec/02-state)** 4. **[State…
go-cyber/x/bandwidth/spec
`bandwidth` Abstract The bandwidth module process and stores neuron's bandwidth in the network, dynamically adjust bandwidth price to network load. Neurons use bandwidth to add cyberlinks to the network and not need to pay gas fees. Contents 1. **[Concepts](/go-cyber/x/bandwidth/spec/00-concepts)**…
go-cyber/x/grid/spec
`energy` Abstract The energy module allows neurons to dynamically route power and bandwidth through the network. Contents 1. **[Concepts](/go-cyber/x/grid/spec/00-concepts)** 2. **[API](/go-cyber/x/grid/spec/01-api)** 3. **[State](/go-cyber/x/grid/spec/02-state)** 4. **[State…
go-cyber/x/cyberbank/spec
`cyberbank` Abstract The cyberbank module is the module that wraps the original Cosmos-SDK's bank module while providing extra functionality: 1. tracks of neuron's VOLTs balance change for [bandwidth](/go-cyber/x/bandwidth/spec/readme) module to adjust neuron's personal bandwidth 2. keeps two…
go-cyber/x/resources/spec
`Resources` Abstract The resources module allows neurons to invest into computer's resources. Examples: I would like to `investmint` 1000000000 BOOT (1 GBOOT) to VOLT resource with lock for 30 DAYS (no spendable) and I will get newly minted 1 VOLT to my account locked for 30 DAYS (no spendable). I…
go-cyber/x/liquidity/spec
`liquidity` Abstract This document specifies the liquidity module of the Cosmos SDK that serves AMM (Automated Market Makers) style decentralized liquidity providing and coin swap functions. The module enables you to create a…
space-pussy/x/cyberbank/spec
`cyberbank` Abstract The cyberbank module is the module that wraps the original Cosmos-SDK's bank module while providing extra functionality: 1. tracks of neuron's VOLTs balance change for [bandwidth](/space-pussy/x/bandwidth/spec/readme) module to adjust neuron's personal bandwidth 2. keeps two…
go-cyber/x/clock/spec
`clock` Abstract This document specifies the internal `x/clock` module of cyber-sdk based networks. The `x/clock` module allows specific contracts to be executed at the end of every block. This allows the smart contract to perform actions that may need to happen every block or at set block…

Neighbours