Page cover

Registering Content

Koii can be earned on any content where Proofs of Real Traffic are submitted.

In order to mine new KOII tokens, each piece of content must be registered by paying a small fee in KOII. The fee can either be paid upfront, which costs less, or it can be paid after KOII has already been earned, in which case the fee will scale to the total earned.

Registration Fees

Up Front - Small fee, fixed price, but must be paid in advance of any Proof of Real Traffic

Lazy - Larger Fee, Scales to the total attention the content has received so far

Need some KOII? Check here to airdrop some KOII into your wallet.

Content Types

The network is designed to track content from any source and can be configured to credit app developers by specifying an application key. If no application key is specified, the registrar of the content ID receives all rewards.

Any piece of content can be registered for Attention Mining by constructing a URI like the one above, where the network key, application key, and content id contain valid data.

Supported Networks

The K2 release will support a wide range of network prefixes, including ETH, AR, SOL, HTTP://, MATIC, and more. In general, token symbols can be used to specify layer one blockchains, and web URLs can be specified using the HTTP prefix.

Recipients SDK Tool

We provide an SDK tool to help you easily register your content. Follow the steps to install and use it:

First, create a new Node.js project and install @_koii/k2-recipient-sdk

npm i @_koii/k2-recipient-sdk

or

yarn add @_koii/k2-recipient-sdk

Notice: The node version should be 16.15.0 or higher.

Then please prepared a Koii wallet and some KOII in your wallet, which the attention reward will be collected. Check about the Koii CLI tool to quickly generate one and airdrop some KOII.

Example:

For Arweave NFT:

Put your Arweave wallet at the root first, then:

For IPFS content:

Please provide a metadata.json file and put it at the root:

Then provide a image as the thumbnail of your conntent.

Prepare your Koii Wallet and check example for the code:

Last updated