Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
brenzi committed Jun 7, 2024
1 parent f00bdec commit 28a344f
Show file tree
Hide file tree
Showing 3 changed files with 937 additions and 944 deletions.
82 changes: 41 additions & 41 deletions pages/gov.vue
Original file line number Diff line number Diff line change
@@ -1,46 +1,46 @@
<template>
<div class="mt-3 text-center sm:mt-5">
<span as="h3" class="text-base font-semibold leading-6 text-white"
>Private Voting
</span>

<div class="mt-3 text-center sm:mt-5">
<span
as="h3"
class="text-base font-semibold leading-6 text-white"
>Private Voting
</span>

<div class="mt-2">
<p class="text-sm text-gray-400 text-justify">COMING SOON(TM)</p>
<p class="text-sm text-gray-400 text-justify">
If you participate in OpenGov on Polkadot and Kusama or onchain governance
on any of their parachains, you inevitably expose your voting preferences
to the world. While your account can be a pseudonym, all your actions will
be linkable and eventually reveal your identity. Knowing this will likely
affect your voting behavior and promote conformity, obedience and
submission. Vote privacy, on the other hand, rather promotes creativity,
exploration and dissent.
</p>
<p class="text-sm text-gray-400 text-justify">
Integritee will allow you to vote with enhanced privacy in web3
governance. This will enable you to vote freely and without fear of
repercussions.
</p>
<p class="text-sm text-gray-400 text-justify">
With great power comes great responsibility. For web3 governance to be
legitimate, we need to strike a balance between privacy and
accountability. Dominant voting power should never come with absolute
privacy.
</p>
<p class="text-sm text-gray-400 text-justify">
We encourage you to come
<a href="https://forum.polkadot.network/t/private-voting-on-referenda/3001">discuss these topics with us.</a>
</p>
<p class="text-sm text-gray-400 text-justify">
We are currently working on the implementation of private voting. Stay
tuned for updates.
</p>
</div>
</div>


<div class="mt-2">
<p class="text-sm text-gray-400 text-justify">COMING SOON(TM)</p>
<p class="text-sm text-gray-400 text-justify">
If you participate in OpenGov on Polkadot and Kusama or onchain
governance on any of their parachains, you inevitably expose your voting
preferences to the world. While your account can be a pseudonym, all
your actions will be linkable and eventually reveal your identity.
Knowing this will likely affect your voting behavior and promote
conformity, obedience and submission. Vote privacy, on the other hand,
rather promotes creativity, exploration and dissent.
</p>
<p class="text-sm text-gray-400 text-justify">
Integritee will allow you to vote with enhanced privacy in web3
governance. This will enable you to vote freely and without fear of
repercussions.
</p>
<p class="text-sm text-gray-400 text-justify">
With great power comes great responsibility. For web3 governance to be
legitimate, we need to strike a balance between privacy and
accountability. Dominant voting power should never come with absolute
privacy.
</p>
<p class="text-sm text-gray-400 text-justify">
We encourage you to come
<a
href="https://forum.polkadot.network/t/private-voting-on-referenda/3001"
>discuss these topics with us.</a
>
</p>
<p class="text-sm text-gray-400 text-justify">
We are currently working on the implementation of private voting. Stay
tuned for updates.
</p>
<!-- this is necessary to avoid the footer overlapping the text -->
<br /><br /><br /><br /><br /><br /><br />
</div>
</div>
</template>

<script setup lang="ts">
Expand Down
60 changes: 29 additions & 31 deletions pages/swap.vue
Original file line number Diff line number Diff line change
@@ -1,37 +1,35 @@
<template>

<div class="mt-3 text-center sm:mt-5">
<span
as="h3"
class="text-base font-semibold leading-6 text-white"
>Private Swaps
</span>
<span as="h3" class="text-base font-semibold leading-6 text-white"
>Private Swaps
</span>

<div class="mt-2">
<p class="text-sm text-gray-400 text-justify">COMING SOON(TM)</p>
<p class="text-sm text-gray-400 text-justify">
Whenever you use a centralized exchange (CEX), you trust them to operate a
fair market and protect your data. Even worse, you hand over custody over
your assets to them. The upside is: fast trading and something like
privacy (in the best case your exposing your data and behavior to one
entity only, not to the public)
</p>
<p class="text-sm text-gray-400 text-justify">
If you need more autonomy, you may want to use decentralized exchanges
(DEX). There, you keep custody over your assets and no single entity has
the power to deny you access to the trading platform. However, this
freedom comes with downsides: High latency and front-running
</p>
<p class="text-sm text-gray-400 text-justify">
Incognitee can support shielding of various digital assets and offer
automated market makers (AMM, similar to uniswap) on L2. This will prevent
front-running because no one can see the transactions before they are
executed. It also offers enhanced speed because of subsecond block times
on Incognitee
</p>
</div>
</div>

<div class="mt-2">
<p class="text-sm text-gray-400 text-justify">COMING SOON(TM)</p>
<p class="text-sm text-gray-400 text-justify">
Whenever you use a centralized exchange (CEX), you trust them to operate
a fair market and protect your data. Even worse, you hand over custody
over your assets to them. The upside is: fast trading and something like
privacy (in the best case your exposing your data and behavior to one
entity only, not to the public)
</p>
<p class="text-sm text-gray-400 text-justify">
If you need more autonomy, you may want to use decentralized exchanges
(DEX). There, you keep custody over your assets and no single entity has
the power to deny you access to the trading platform. However, this
freedom comes with downsides: High latency and front-running
</p>
<p class="text-sm text-gray-400 text-justify">
Incognitee can support shielding of various digital assets and offer
automated market makers (AMM, similar to uniswap) on L2. This will
prevent front-running because no one can see the transactions before
they are executed. It also offers enhanced speed because of subsecond
block times on Incognitee
</p>
<!-- this is necessary to avoid the footer overlapping the text -->
<br /><br /><br /><br /><br /><br /><br />
</div>
</div>
</template>

<script setup lang="ts">
Expand Down
Loading

0 comments on commit 28a344f

Please sign in to comment.