Skip to content

Commit

Permalink
feat: add blog post to introduce quests (#48)
Browse files Browse the repository at this point in the history
* feat: update privacy policy to include opt-in tracking

* feat: add new blog post to outline quests

* chore: squash
  • Loading branch information
kieranroneill authored May 1, 2024
1 parent c5323af commit ff62fe3
Show file tree
Hide file tree
Showing 5 changed files with 70 additions and 3 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
65 changes: 65 additions & 0 deletions blog/2024-04-30-the-voiage-to-mainnet/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
---
title: The Voiage To Mainnet
description: Undertake quests and earn rewards!
slug: the-voiage-to-mainnet
authors: [kieran]
tags: [mainnet, quests, voi]
image: ./quest_logo_in_space.png
---
<!-- components -->
import BlogScreenshotImage from '@site/src/components/BlogScreenshotImage';

<!-- images -->
import allowActionTrackingDarkImage from './allow_action_tracking-dark.png';
import allowActionTrackingLightImage from './allow_action_tracking-light.png';

![Kibisis quest 3D pixel icon in space](./quest_logo_in_space.png)

## Voi mainnet is upon us!

Hello fellow Voiagers!

As you may be aware, Voi will soon be releasing mainnet and as a user of Kibisis you have been part of this extraordinary journey. Therefore, we at Kibisis would like to cordially invite you to undertake a few quests to earn rewards that will be redeemable once we enter mainnet.

## Repeatable quests

Repeatable quests are simple, every day actions that have varying reward multipliers depending on the ease of the task. These quests can be repeated as many times as you like and include, but not limited to:

* Sending some VOI to another account
* Sending some VIA (or any ARC-0200 asset) to another account
* Sending some standard assets to another account
* Acquiring an NFT
* ... and more!

## "Feat Of Strength" quests

"Feat Of Strength" quests are hidden quests that include not very well known/used features. These quests have high multipliers and can only be performed once but may earn extra special rewards!

## How do I start completing quests?

With the launch of v1.15.0, you will receive a message that will allow you to opt in to quests. Either press "Yes, I'm in!" or "Cancel" if you wish to start completing quests.

If you missed the message or pressed cancel, and you have decided that you want to opt-in, you can go to **Settings** > **Privacy** > **Allow certain actions to be tracked?**.

<BlogScreenshotImage
label="Allow action tracking from privacy settings"
maxWidth="400px"
imageSources={{
dark: allowActionTrackingDarkImage,
light: allowActionTrackingLightImage,
}}
/>

You can opt out at any time by repeating the above procedure and toggling off **Allow certain actions to be tracked?**.

:::note

We will need to gather and transmit the quests to a remote server and each quest completion will be referenced by the address and/or asset ID that completed it. This is a small deviation from Kibisis' [privacy policy](/privacy-policy) and, as such, we have updated the [privacy policy](/privacy-policy#usage-analytics-with-opt-in-option) to accommodate this new clause. However, this is completely voluntary, and if you choose not to opt-in, no data will be gathered and transmitted.

:::

## Closing Words

Thank you for your continued interest in Kibisis! We hope you are enjoying using it.

It has been an epic ride so far, and we could not have got this far without your continued support.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 5 additions & 3 deletions src/pages/privacy-policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebar_position: 4

# Privacy Policy

Last updated: 22/11/2023
Last updated: 30/04/2024

Thank you for using Kibisis! This Privacy Policy outlines how we handle user information and ensures transparency about the data practices associated with our browser extension.

Expand All @@ -18,9 +18,11 @@ We want to make it clear that Kibisis does not collect any personal information

Our browser extension is designed to provide a seamless and secure experience for managing your AVM wallet. It operates locally on your device and does not send any information to external servers. All sensitive data related to your wallet, such as private keys, remains securely stored on your device and is not shared with us or any third parties.

## Usage Analytics
## Usage Analytics with Opt-in Option

We do not use any analytics tools or tracking mechanisms to monitor user behavior. We have deliberately chosen not to implement such features to ensure that your interactions with Kibisis are private and free from any form of surveillance.
By default, Kibisis does not use tracking mechanisms, and we ensure that your interactions with Kibisis are private and free from any form of surveillance.

However, Kibisis does offer the option for you to opt-in to action-based analytics. By opting in, you can earn rewards for certain actions performed while using Kibisis, but rest assured, participation is entirely voluntary and all data collected is compliant with GDPR and CCPA regulations.

## Security Measures

Expand Down

0 comments on commit ff62fe3

Please sign in to comment.