# Overview

<figure><img src="https://904340753-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKxchJQ9hoNG85dYRcdgl%2Fuploads%2FGewy2tQ5mmPl1hXSXoYr%2FDALL%C2%B7E%202023-10-24%2021.41.22%20-%20Hyperrealist%20photo%20at%2016%209%20of%20an%20expansive%20operations%20room%20where%20mid-century%20modernism%20meets%20retro%20Sovietwave%20designs.%20The%20architecture%20is%20dominated%20b.png?alt=media&#x26;token=f7607be8-256d-46a5-982d-323c47d88fe9" alt=""><figcaption></figcaption></figure>

The **KinoraSDK** combines on-chain Livepeer videometric logging with decentralized social quests on Lens Protocol.&#x20;

Players engage with each Quest publication, accruing and claiming ERC20 and ERC721 token rewards as they elevate their videometric scores and fulfil designated milestones. &#x20;

Every interaction amplifies network engagement and individual progression, refining a player's on-chain reputation, aligning their content, feed, and media interests, and steering them towards heightened autonomy, in real-time.

The SDK delineates three principle segments: **Envoker, Dispatch** and the **Kinora Player Wrapper**. Each segment can be used in isolation for greater flexibility in programming Quest deployment and player interaction.

### [Envoker](https://codex.irrevocable.dev/sdk-reference/envoker)

The Envoker class simplifies Quest setup.

It handles deployment and instantiation from the Kinora Contract Suite, publishing to Lens Protocol with integrated Kinora Open Actions and the configuration of milestones, escrowed rewards and token gated participation.

### [Dispatch](https://codex.irrevocable.dev/sdk-reference/dispatch)

The Dispatch class orchestrates player engagements with Quests, encompassing the joining of quests pursuant to entry conditions, and the accomplishment of milestones to obtain rewards upon satisfying milestone completion requisites.

### [Kinora Player Wrapper](https://codex.irrevocable.dev/sdk-reference/kinora-player-wrapper/kinora-player-wrapper)

The Kinora Player Wrapper, a React Function Component, extends the functionality of the Livepeer Player Component to facilitate optionally encrypted videometric logging for a connected Lens Profile.

It empowers personalized on-chain video feeds, links to quest milestone criteria, and grants meticulous control over style properties, callback properties, and instance methods.

These improvements enable deeper media integration, more efficient state management, customized visual layout options, and a direct interface with corresponding Lens Protocol data.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://codex.irrevocable.dev/overview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
