Skip to content

Commit 057c385

Browse files
committed
some fixes
1 parent 1433281 commit 057c385

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

docs/learning-lit/pricing/payment-model.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: "Payment Model"
44

55
Lit Protocol uses a token-based payment system to ensure the decentralized network can sustain itself for providing cryptographic services.
66

7-
## How Payment Works
7+
## How Network Usage Payments Work
88

99
### Token Deposit System
1010

@@ -55,3 +55,9 @@ To start using Lit Protocol's paid services:
5555

5656
For detailed information on current pricing, see the [Current Prices](/learning-lit/pricing/current-prices) page.
5757

58+
## Additional Costs
59+
60+
There are additional costs associated with using Lit Protocol's services that are not covered by the network usage payments. These include:
61+
62+
- **Gas on Lit Chain** - Lit Chain is the database for Lit network. When you make a transaction on Lit Chain, you will need to pay for the gas used by the transaction. Examples of operations that would require a transaction on Lit Chain are things like changing PKP Permissions, transferring PKPs, and launching smart contracts on Lit Chain. Lit Chain gas is priced in $LITKEY tokens and the gas price is very low compared to other chains.
63+
- ** PKP Minting** - When you mint a new PKP, you will need to pay a specific fee for the minting operation. Check out the [Current Prices page](/learning-lit/pricing/current-prices) to see the price right now.

docs/snippets/CurrentPricesTable.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ export const CurrentPricesTable = () => {
331331
<tr style={{ backgroundColor: '#f5f5f5' }}>
332332
<th
333333
style={{
334-
padding: '8px 6px 8px 0',
334+
padding: '8px 6px 8px 8px',
335335
textAlign: 'left',
336336
border: '1px solid #ddd',
337337
fontSize: '0.9em',

0 commit comments

Comments
 (0)