Skip to content

Commit 2f562ce

Browse files
committed
token and airdrop updates
1 parent 09e68ab commit 2f562ce

File tree

8 files changed

+48
-14
lines changed

8 files changed

+48
-14
lines changed

docs/governance/airdrop/claiming.mdx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,4 @@
22
title: "Claiming Tokens"
33
---
44

5-
To claim your season 1 airdrop, please visit the [Lit staking portal](https://staking.litprotocol.com/airdrop).
6-
7-
## Claiming Instructions
8-
5+
To claim your season 1 airdrop, please visit the [Lit staking portal](https://staking.litprotocol.com/airdrop). Airdrop claiming will open up on October 30th at 00:00 UTC following the Lit Protocol TGE.

docs/governance/airdrop/eligibility-criteria.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ All airdrop recipients can stake their token allocation for additional bonus rew
2828

2929
Native [staking reward](/governance/litkey/staking) distribution will also begin after the v1 Mainnet is live. The multiplier used to calculated each individual staker / delegator's token rewards is dependent on the timelock selected, varying from an estimated ~12% to ~100% for those who lock for the minimum (3 months) to the maximum (4 years).
3030

31-
Please visit the [staking portal](https://staking.litprotocol.com/) to begin your staking journey today.
31+
Please visit the [staking portal](https://staking.litprotocol.com/) to begin your staking journey. Staking will begin after the Lit Protocol TGE.

docs/governance/litkey/bridging-and-addresses.mdx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
---
2-
title: "Bridging and Contract Addresses"
2+
title: "Token Bridging and Contract Addresses"
33
---
44

5-
Use the [Hyperlane Nexus Bridge](https://nexus.hyperlane.xyz/) for fast bridging of LITKEY to all the networks listed in the table below.
5+
<Note>
6+
The Lit Protocol TGE will take place on Aerodrome on 10/30 at 00:00 UTC. [Details here](https://x.com/LitProtocol/status/1981794852712132716).
7+
</Note>
8+
9+
The [Hyperlane Nexus Bridge](https://nexus.hyperlane.xyz/) can be used to quickly bridge LITKEY to all the networks listed in the table below.
610

711

812
## Official Contract Addresses

docs/governance/litkey/lit-chain.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,12 @@ title: "Lit Chain"
44
import { AddLitChainButton } from "/snippets/AddLitChainButton.jsx";
55

66

7-
Lit Chain is an Arbitrum Orbit-based L3 rollup that acts as the shared state layer for Lit Protocol.
7+
Lit Chain is an Arbitrum Orbit-based L3 rollup that acts as the shared state layer for Lit Protocol. In order to participate in staking or delegation, you'll need to add the Lit Chain to your wallet using the button below.
88

99
## Connecting to Lit Chain
1010

1111
<AddLitChainButton />
1212

13-
To connect to Lit Chain, you can click the button above or manually add the network parameters below. For production use cases, you should get a free private RPC URL from Conduit by clicking "Get an API Key" on the [Lit Chain hub page](https://hub.conduit.xyz/lit-chain-1rw3jdu82h).
14-
1513
<Note>
1614
The below and additional chain parameters are available [here](https://hub.conduit.xyz/lit-chain-1rw3jdu82h).
1715
</Note>

docs/governance/litkey/overview.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
title: "Overview"
33
---
44

5+
<Note>
6+
The Lit Protocol TGE will take place on Aerodrome on 10/30 at 00:00 UTC. [Details here](https://x.com/LitProtocol/status/1981794852712132716).
7+
</Note>
8+
59
The \$LITKEY token underpins the entire Lit Protocol ecosystem, serving as a multi-dimensional work, payment, and governance token. Together, these dimensions aim to facilitate a self-sustaining token economy in which tokens are staked to secure the network, used as rewards to incentivize operator participation, exchanged to access cryptographic services, and to govern the continued growth and development of the Lit ecosystem.
610

711
## Work Token: Securing and Incentivizing Service Providers

docs/governance/litkey/staking.mdx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
title: "Staking and Delegation"
33
---
44

5-
<Tip>
5+
<Note>
66
A 10% bonus will be applied to stakers / delegators who participate in the [Lit Staking Contest](/node-ops/staking-contest/logistics) to select the genesis operator set. This bonus will be applied to your locked balance after the v1 DKG. Stake or delegate using the Lit staking portal: https://staking.litprotocol.com/
7-
</Tip>
7+
</Note>
88

99
This page covers how staking and delegation works for token holders. If you're a node operator, please check out the related staking and delegation page in the [node operations](/node-ops/staking-and-delegation) documentation.
1010

@@ -60,4 +60,6 @@ In order to delegate to a node operator of your choosing, please visit the [stak
6060

6161
As a LITKEY holder, you can delegate your tokens to any node operator given they have registered their node on the staking portal. By delegating your stake to a node operator, you are helping them boost their rank during the staking contest, increasing the chance of them being selected for the genesis validator set. All delegators retain ownership of their tokens while sharing in the staking rewards distributed to each node.
6262

63-
### Instructions
63+
### Getting Started
64+
65+
Staking will begin on October 30th at 00:00 UTC following the Lit Protocol TGE.

docs/sdk/getting-started/prerequisites/chain-config.mdx

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
22
title: "Chain Config"
33
---
4+
import { AddLitChainButton } from "/snippets/AddLitChainButton.jsx";
5+
6+
Depending on the Lit Protocol Network that you're using, you'll connect to one of the following Lit chains. For those using one of the Lit **testnets** (Naga Dev or Naga Test) will use the Chronicle Yellowstone Chain. Those building in production on the Naga Mainnet (COMING SOON) will use the Lit Chain. Configuation details for both can be found below:
47

58
### Chronicle Yellowstone - Lit Protocol Testnet
69

@@ -49,3 +52,23 @@ Alternatively, we also provide a helper function to get the viem chain config. Y
4952
litClient.getChainConfig().viemConfig
5053
```
5154
to get the viem chain config. See [Lit Client Reference](/sdk/sdk-reference/lit-client/functions/createLitClient#getchainconfig) for more details.
55+
56+
57+
### Lit Chain — Lit Protocol Mainnet
58+
59+
<AddLitChainButton />
60+
61+
To connect to Lit Chain, you can click the button above or manually add the network parameters below. For production use cases, you should get a free private RPC URL from Conduit by clicking "Get an API Key" on the [Lit Chain hub page](https://hub.conduit.xyz/lit-chain-1rw3jdu82h).
62+
63+
<Note>
64+
The below and additional chain parameters are available [here](https://hub.conduit.xyz/lit-chain-1rw3jdu82h).
65+
</Note>
66+
67+
| Parameter Name | Value |
68+
|--------------------|----------------------------------------------------|
69+
| Chain ID | 175200 |
70+
| Name | Lit Chain |
71+
| RPC URL | https://lit-chain-rpc.litprotocol.com |
72+
| Block Explorer URL | https://lit-chain-explorer.litprotocol.com |
73+
| Currency Symbol | LITKEY |
74+
| Currency Decimals | 18 |

docs/sdk/getting-started/prerequisites/faucet.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,11 @@
22
title: "Faucet"
33
---
44

5+
## Testnet Builders
6+
57
💰 Visit the [Chronicle Yellowstone
6-
Faucet](https://chronicle-yellowstone-faucet.getlit.dev/) to get some test tokens.
8+
Faucet](https://chronicle-yellowstone-faucet.getlit.dev/) to get some test tokens.
9+
10+
## Mainnet Builders
11+
12+
The \$LITKEY token can be acquired on a number of leading DEXs and CEXs. Please see the [token docs](/governance/litkey/bridging-and-addresses) for a list of contract addresses and supported chains.

0 commit comments

Comments
 (0)