Glossary
Compute Sharing Marketplace
Our decentralized service connects people around the world who have excess computing resources with those who require additional computational power for their applications
Koii Node
A small program that allows you to run compute jobs called “tasks” for people around the world and earn tokens
Gradual Consensus
Koii’s consensus method, achieved by slowing down reward distribution and using proportionately high numbers of audit nodes compared to task executors
Audit nodes
These are nodes that perform audits on tasks to ensure there is no malicious intent present in the task
Tasks
A piece of executable code that is run on the network
Slot
The time span over which each leader (a validator that appends entries to the ledger) accepts transactions and generates a block.
Slots are ordered sequentially and collectively make a logical clock.
Epoch
The period of time, i.e. the number of slots, during which a leader's schedule is valid.
Rent
Accounts and programs pay a fee (rent) to store data on the blockchain.
When an account does not have enough money to pay the rent, it may be garbage collected.
Rent Exemption
Accounts that have more than two years of rent payments in them are considered "rent exempt" and will not be charged rent collection.
The Koii Stack
Finnie Identity SDK
A single wallet SDK that is compatible with most major blockchains and decentralized networks, allowing people to create a single identity across multiple systems
Task Nodes
These nodes complete “objectives” to do whatever is necessary to build a full-fledged dApp
K2
Koii’s own high-speed settlement layer that processes secure payments quickly and reliably. The settlement layer is made of task nodes (K1) built on top of storage networks.
Decentralized Storage
This is where data is stored on a decentralized network by users or groups who are incentivized to join, store, and keep data accessible. This is a peer-to-peer network of users who hold a portion of the overall data, creating an adaptable file storage sharing system.
Koii Nodes
Computers that are running Koii tasks via the Koii Node.
Task Nodes
Task Nodes help keep the network running smoothly by executing tasks that are requested from the network.
Proofs of Real Traffic, aka PoRT
Proof of Real Traffic is Koii’s attention-tracking system. This is the way creators get rewarded for their work and published content.
Finnie
Koii's official wallet, which enables users to create, store, manage, and share digital assets across different blockchain ecosystems.
Koii SDK
The Software Development Kit that supports the creation of Koii Tasks and Nodes.
Koii CLI
The Koii CLI (Command Line Interface) is a software tool provided by Koii that allows developers to interact with the Koii blockchain network via the command line.
KOII Faucet
An online KOII token dispenser designed for people to get a small amount of free tokens.
KOII Task
-
Task Template
A framework that allows a developer to create tasks easily and quickly.
-
Create a Task
Creating a task usually happens when developers use “Create-task-CLI” to package their task code to the task node and upload the task configuration information to IPFS
-
Deploy a Task
The allow-list process for other people to run that task from their personal devices
General Computing Terms
Application Programming Interface (API)
A way for two or more programs to communicate with each other.
REST API - A subset of APIs
A public set of functions is exposed by a server to allow third parties to interact with it. For example, the Google Images API allows an image to be uploaded to find similar images through a reverse search.
SDK (Software Development Kit)
A set of tools provided by a software company to allow developers to work with their systems
Web3 terms
Consensus
A general agreement; consensus is achieved when all participants of the network agree on the order and content in a decentralized manner.
Blockchain
A publicly-accessible digital ledger used to store and transfer information without the need for a central authority.
Decentralization
The distribution of control and decision-making from central authority to a distributed network of power.
Distributed Ledger Technology (DLT)
A distributed and encoded database that serves as a ledger where transaction records are stored.
Block
A collection of information on transactions completed during a given period of time.
Peer-to-Peer (P2P)
Used to describe the interactions between parties, in which they disperse tasks and workloads.
Minting
The process of authenticating data, creating new tokens, and bringing them into circulation onto a blockchain using a Proof-of-Stake process.
Mining
The process of earning crypto by recording and verifying transactions on the blockchain.
Proof-of-Stake (PoS)
A method used by blockchain protocols to achieve distributed consensus. It is an upgrade from Proof-of-Work that uses much less processing power by using a select few validators.