diff --git a/.markdownlint.json b/.markdownlint.json
new file mode 100644
index 0000000..98e4e32
--- /dev/null
+++ b/.markdownlint.json
@@ -0,0 +1,5 @@
+{
+ "MD025": {
+ "front_matter_title": ""
+ }
+}
diff --git a/docs/build-for-karma/deploying-contracts/index.md b/docs/build-for-karma/deploying-contracts/index.md
index a71918e..506c59b 100644
--- a/docs/build-for-karma/deploying-contracts/index.md
+++ b/docs/build-for-karma/deploying-contracts/index.md
@@ -1,12 +1,14 @@
---
id: deploying-contracts-index
-title: Deploy Your First Contract
-description: Choose your preferred deployment tool to get a smart contract live on Status Network. Guides available for Hardhat, Foundry, Remix, and Scaffold-ETH 2.
+title: 'Deploy Your First Contract: Gasless Development Guide'
+description: Choose your deployment tool for Status Network. Step-by-step guides for Hardhat, Foundry, and Remix to get your smart contracts live on our gasless L2.
keywords: [deploy smart contract, Status Network, Hardhat, Foundry, Remix, Scaffold-ETH 2, blockchain deployment, EVM]
slug: /build-for-karma/deploying-contracts
sidebar_position: 1
---
+# Deploy Your First Contract
+
Status Network is fully EVM-compatible, so you can deploy contracts using any standard Ethereum toolchain. Pick the tool that fits your workflow and follow the step-by-step guide to get your first contract live on the testnet.
:::tip Before you start
diff --git a/docs/build-for-karma/deploying-contracts/using-foundry.md b/docs/build-for-karma/deploying-contracts/using-foundry.md
index c41bd39..84cb6f7 100644
--- a/docs/build-for-karma/deploying-contracts/using-foundry.md
+++ b/docs/build-for-karma/deploying-contracts/using-foundry.md
@@ -1,6 +1,6 @@
---
-title: Using Foundry with Status Network
-description: Comprehensive guide to deploying and testing smart contracts on Status Network using Foundry. Learn about project setup, deployment scripts, testing, and contract interaction using Cast.
+title: 'Using Foundry: Testing & Deploying on Status Network'
+description: Comprehensive guide to using Foundry on Status Network. Deploy, test, and interact with smart contracts on our gasless L2 using Forge and Cast tools.
keywords: [Foundry tutorial, smart contract deployment, Status Network development, blockchain testing, Solidity development, web3 development, Foundry testing]
---
diff --git a/docs/build-for-karma/deploying-contracts/using-hardhat.md b/docs/build-for-karma/deploying-contracts/using-hardhat.md
index d06ad9f..eb19661 100644
--- a/docs/build-for-karma/deploying-contracts/using-hardhat.md
+++ b/docs/build-for-karma/deploying-contracts/using-hardhat.md
@@ -1,6 +1,6 @@
---
-title: Using Hardhat with Status Network
-description: Step-by-step tutorial for deploying smart contracts on Status Network using Hardhat and TypeScript. Learn about project setup, configuration, and contract deployment.
+title: 'Using Hardhat: Smart Contract Deployment on Status'
+description: Tutorial for deploying on Status Network using Hardhat and TypeScript. Configure your environment for gasless transactions and reputation-aware dApps.
keywords: [Hardhat tutorial, smart contract deployment, Status Network development, TypeScript, blockchain development, web3 development]
---
diff --git a/docs/build-for-karma/deploying-contracts/using-remix.md b/docs/build-for-karma/deploying-contracts/using-remix.md
index 9f12329..be27b40 100644
--- a/docs/build-for-karma/deploying-contracts/using-remix.md
+++ b/docs/build-for-karma/deploying-contracts/using-remix.md
@@ -1,6 +1,6 @@
---
-title: Using Remix with Status Network
-description: Learn how to deploy smart contracts on Status Network using Remix IDE. Beginner-friendly guide with step-by-step instructions for contract deployment and interaction.
+title: 'Using Remix IDE: Deploy Gasless Contracts on Status'
+description: A beginner-friendly guide to deploying Solidity contracts on Status Network via Remix IDE. Setup your wallet and interact with our gasless L2 testnet.
keywords: [Remix IDE, smart contract deployment, Status Network development, blockchain tutorial, web3 development, solidity]
---
diff --git a/docs/build-for-karma/deploying-contracts/using-se2.md b/docs/build-for-karma/deploying-contracts/using-se2.md
index cd0e6f3..75799b8 100644
--- a/docs/build-for-karma/deploying-contracts/using-se2.md
+++ b/docs/build-for-karma/deploying-contracts/using-se2.md
@@ -1,6 +1,6 @@
---
-title: Using Scaffold-ETH 2 with Status Network
-description: Quick start guide for deploying smart contracts on Status Network using the pre-configured Scaffold-ETH 2 extension.
+title: 'Using Scaffold-ETH 2: Deploy on Status Network L2'
+description: Deploy smart contracts on Status Network with Scaffold-ETH 2. A quick start for developers to integrate gasless UX and reputation-aware project features.
keywords: [Scaffold-ETH 2, smart contract deployment, Status Network development, Foundry, Hardhat, NextJS, web3 development]
---
diff --git a/docs/build-for-karma/guides/gasless-integration.md b/docs/build-for-karma/guides/gasless-integration.md
index 06956f0..edc510a 100644
--- a/docs/build-for-karma/guides/gasless-integration.md
+++ b/docs/build-for-karma/guides/gasless-integration.md
@@ -1,6 +1,6 @@
---
-title: Gasless Integration Guide
-description: Practical integration guide for building gasless UX on Status Network.
+title: 'Gasless Integration Guide: Building Zero-Fee Web3 UX'
+description: Integrate gasless UX on Status Network. Use the linea_estimateGas method and Karma-aware fee estimation to build seamless, fee-free dApps for all users.
keywords: [gasless, linea_estimateGas, Status Network, deny list, builder, zero gas, UX]
slug: /build-for-karma/guides/gasless-integration
sidebar_position: 5
@@ -9,6 +9,8 @@ sidebar_position: 5
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
+# Gasless Integration Guide
+
Status Network provides gasless transactions at the protocol level. You do not need paymasters or relayers. As a builder, the core task is to estimate and present fees correctly per sender state.
:::important The key rule
diff --git a/docs/build-for-karma/guides/index.md b/docs/build-for-karma/guides/index.md
index 31ddd3a..8c7cf97 100644
--- a/docs/build-for-karma/guides/index.md
+++ b/docs/build-for-karma/guides/index.md
@@ -1,11 +1,13 @@
---
-title: Using Karma
-description: Entry point for integrating Karma-based gasless UX and reputation-aware features on Status Network.
+title: 'Using Karma: Integration Guides for Reputation Logic'
+description: Developer entry point for Karma. Learn to integrate reputation-aware features, gate content by tier, and utilize gasless execution on Status Network L2.
keywords: [Karma, gasless, reputation, integration, Status Network]
slug: /build-for-karma/guides
sidebar_position: 3
---
+# Using Karma
+
Karma provides gasless transaction privileges and reputation across Status Network.
This section helps you integrate both gasless behavior and tier-aware product logic in your app.
diff --git a/docs/build-for-karma/guides/reputation-integration.md b/docs/build-for-karma/guides/reputation-integration.md
index e79baac..afe64f7 100644
--- a/docs/build-for-karma/guides/reputation-integration.md
+++ b/docs/build-for-karma/guides/reputation-integration.md
@@ -1,6 +1,6 @@
---
-title: Reputation Integration Guide
-description: How to read Karma tiers, gate features by reputation, and build Karma-aware smart contracts and frontends on Status Network.
+title: 'Reputation Guide: Read Karma Tiers & Smart Contracts'
+description: Learn to read Karma tiers on-chain. Build reputation-aware smart contracts that gate features and enable gasless interactions based on user contribution.
keywords: [Karma, integration, smart contract, soulbound token, reputation, tiers, gasless, Status Network, developer guide]
slug: /build-for-karma/guides/reputation-integration
sidebar_position: 4
@@ -9,6 +9,8 @@ sidebar_position: 4
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
+# Reputation Integration Guide
+
Karma is Status Network's soulbound reputation token. Every address earns Karma through genuine network participation such as staking SNT, bridging assets, providing liquidity, using apps, or paying premium gas fees. Karma cannot be bought, sold, or transferred.
This guide covers how to read Karma data and build apps that respond to a user's reputation tier.
diff --git a/docs/build-for-karma/index.md b/docs/build-for-karma/index.md
index 728ea1f..c8c4a1d 100644
--- a/docs/build-for-karma/index.md
+++ b/docs/build-for-karma/index.md
@@ -1,12 +1,14 @@
---
id: build-for-karma-index
-title: Build for Karma
-description: Everything builders need to ship on Status Network — guides for gasless and reputation integration, deployment tutorials, and app ideas.
+title: 'Build for Karma: Developer Guides for the Gasless L2'
+description: Ship on Status Network using our guides for gasless integration and Karma reputation. Access tools for contract deployment and private agentic workflows.
keywords: [Status Network, builder guides, Karma, gasless integration, reputation, deploy contracts, app ideas, developer documentation]
slug: /build-for-karma
sidebar_position: 1
---
+# Build for Karma
+
This section is your builder hub for Status Network. Whether you want to understand the benefits of building here, explore what to build, learn how to implement gasless transactions, or deploy your first smart contract — everything you need for Karma-focused building is here.
## Where to Start
diff --git a/docs/build-for-karma/what-to-build.md b/docs/build-for-karma/what-to-build.md
index 5e61206..bc46e46 100644
--- a/docs/build-for-karma/what-to-build.md
+++ b/docs/build-for-karma/what-to-build.md
@@ -1,12 +1,14 @@
---
-title: What to Build on Status Network
-description: A scan-first catalog of high-leverage app ideas for Status Network, organized by category, effort, and delivery profile.
+title: 'What to Build: High-Leverage Ideas for Status Network'
+description: 'Explore app ideas for Status Network: private DeFi, gasless social apps, and agentic markets. Leverage Karma reputation and RLN-based spam protection.'
keywords: [Status Network, app ideas, builder ideas, Karma apps, privacy apps, gasless apps, DeFi, social apps, games, MVP]
sidebar_position: 3
---
import IdeaCatalog from '@site/src/components/IdeaCatalog/IdeaCatalog';
+# What to Build on Status Network
+
Status Network combines gasless UX, Karma reputation, and privacy primitives.
This unlocks products that are hard to build well on any other chains.
diff --git a/docs/build-for-karma/why-status-network.md b/docs/build-for-karma/why-status-network.md
index e06d991..a3cf405 100644
--- a/docs/build-for-karma/why-status-network.md
+++ b/docs/build-for-karma/why-status-network.md
@@ -1,10 +1,12 @@
---
-title: Why Build on Status Network
-description: The case for building on Status Network — gasless transactions, Karma reputation, sustainable public funding, and how it compares to other L2s.
+title: 'Why Build on Status: Gasless Execution for Humans & Bots'
+description: 'The case for building on Status Network: predictable costs, zero-gas execution, and LVR reduction for bots through per-block liquidity rebalancing tools.'
keywords: [Status Network, why build, L2 comparison, gasless, Karma, public funding, developer advantages, Linea zkEVM]
sidebar_position: 2
---
+# Why Build on Status Network
+
There are dozens of L2s to choose from. Here's why Status Network is worth your attention.
diff --git a/docs/overview/general-info/add-status-network.md b/docs/overview/general-info/add-status-network.md
index 5d6d461..cc274a9 100644
--- a/docs/overview/general-info/add-status-network.md
+++ b/docs/overview/general-info/add-status-network.md
@@ -1,12 +1,14 @@
---
-title: Add Status Network
-description: Step-by-step guide on how to add Status Network to MetaMask and other wallets. Learn how to configure network settings for both desktop and mobile wallets.
+title: 'Add Status Network: MetaMask & Wallet Setup Guide'
+description: Learn how to add Status Network to MetaMask and other wallets. Manual configuration steps for desktop and mobile to access our gasless L2 environment.
keywords: [Status Network, MetaMask setup, add network, wallet configuration, RPC settings, Chain ID, blockchain network setup]
---
import AddToMetaMask from '@site/src/components/AddToMetaMask';
import CopyCell from '@site/src/components/CopyCell';
+# Add Status Network
+
This guide shows how to add the **Status Network** to your wallet.
You can add Status Network Testnet directly by clicking on the button below:
diff --git a/docs/overview/general-info/bridge/bridging-testnet.md b/docs/overview/general-info/bridge/bridging-testnet.md
index 9dffcd1..c476960 100644
--- a/docs/overview/general-info/bridge/bridging-testnet.md
+++ b/docs/overview/general-info/bridge/bridging-testnet.md
@@ -1,6 +1,6 @@
---
-title: Bridging to Status Network Testnet
-description: Learn how to bridge tokens between Sepolia and Status Network testnet using the official Status Network bridge. Complete guide with prerequisites and step-by-step instructions.
+title: 'Bridging Guide: Transfer Assets to Status Testnet'
+description: Step-by-step instructions for bridging tokens to Status Network. Learn the process for moving assets from Sepolia to our reputation-based gasless L2.
keywords: [Status Network bridge, token bridge, cross-chain bridge, Sepolia bridge, L2 bridge, testnet bridge, blockchain bridge]
---
diff --git a/docs/overview/general-info/contract-addresses/pre-deposit.md b/docs/overview/general-info/contract-addresses/pre-deposit.md
index 65625f7..32c86ae 100644
--- a/docs/overview/general-info/contract-addresses/pre-deposit.md
+++ b/docs/overview/general-info/contract-addresses/pre-deposit.md
@@ -1,9 +1,11 @@
---
-title: Pre-Deposit Vault Contracts
-description: List of Status Network pre-deposit campaign vault addresses.
+title: 'Pre-Deposit Vaults: Status Network Campaign Links'
+description: View the official vault addresses for the Status Network pre-deposit campaign. Participate in early staking and liquidity provision to earn early Karma.
keywords: [Status Network, Pre-deposit, Campaign, Vaults]
---
+# Pre-Deposit Vault Contracts
+
In collaboration with [Aragon](https://www.aragon.org/), we're running our pre-deposit campaign for Status Network users.
This page lists all the important contract addresses of the campaign.
diff --git a/docs/overview/general-info/contract-addresses/testnet-contracts.md b/docs/overview/general-info/contract-addresses/testnet-contracts.md
index fd9be3e..f25190d 100644
--- a/docs/overview/general-info/contract-addresses/testnet-contracts.md
+++ b/docs/overview/general-info/contract-addresses/testnet-contracts.md
@@ -1,6 +1,6 @@
---
-title: Testnet Contracts
-description: Comprehensive list of Status Network testnet contract addresses, including bridge contracts, core infrastructure, and L2 contracts with their purposes and links to block explorers.
+title: 'Testnet Contracts: Core Status Network Addresses'
+description: Official list of testnet contract addresses for Status Network. Access bridge, infrastructure, and core reputation contracts for developer integration.
keywords: [Status Network contracts, testnet addresses, smart contracts, bridge contracts, L1 contracts, L2 contracts, blockchain infrastructure]
---
diff --git a/docs/overview/general-info/contract-addresses/tokens.md b/docs/overview/general-info/contract-addresses/tokens.md
index b5ce4cc..52723ce 100644
--- a/docs/overview/general-info/contract-addresses/tokens.md
+++ b/docs/overview/general-info/contract-addresses/tokens.md
@@ -1,6 +1,6 @@
---
-title: Tokens
-description: Official list of supported tokens and their contract addresses on Status Network, including both L1 and L2 token addresses and bridge mappings.
+title: 'Tokens: Official Contract Addresses on Status Network'
+description: Directory of supported tokens on Status Network. Find L1 and L2 contract addresses for ETH, stablecoins, and SNT used within our gasless ecosystem.
keywords: [Status Network tokens, token list, supported tokens, token addresses, L2 tokens, bridge tokens]
---
diff --git a/docs/overview/general-info/gasless-transactions.md b/docs/overview/general-info/gasless-transactions.md
index 6c55eab..a676840 100644
--- a/docs/overview/general-info/gasless-transactions.md
+++ b/docs/overview/general-info/gasless-transactions.md
@@ -1,10 +1,12 @@
---
sidebar_label: '⛽ Gasless Transactions'
-title: Gasless Transactions on Status Network
-description: Learn how Status Network implements gasless transactions using RLN (Rate Limiting Nullifier), and Karma tiers for spam prevention and fair usage.
+title: 'Gasless Transactions: RLN & Reputation-Based Access'
+description: How Status Network enables gasless transactions using Rate Limiting Nullifiers (RLN). Decouple identity from execution with ephemeral, private accounts.
keywords: [Status Network, Gasless Transactions, Linea, RLN, Rate Limiting Nullifier, Karma, Zero-Knowledge Proofs, ZKP, Soulbound Tokens, Blockchain, Layer 2, L2, Spam Prevention]
---
+# Gasless Transactions on Status Network
+
Status Network aims to introduce gasless transactions at scale. The key component of this gasless approach is Vac's [Rate Limiting Nullifier](https://vac.dev/rln), which permits transaction rate limitation without the need for traditional gas fees. The document describes the architecture and integration elements needed to safely enable gasless transactions.
The implementation code for gasless transactions is available in the [Status Network monorepo](https://github.com/status-im/status-network-monorepo?tab=readme-ov-file#architecture-components).
diff --git a/docs/overview/general-info/network-details.md b/docs/overview/general-info/network-details.md
index 42288b6..8044bfb 100644
--- a/docs/overview/general-info/network-details.md
+++ b/docs/overview/general-info/network-details.md
@@ -1,7 +1,7 @@
---
id: network-details
-title: Status Network Details & Configuration
-description: Official network details for Status Network testnet including RPC endpoints, Chain ID, and configuration information for wallets and development environments.
+title: 'Network Details: Status Network Chain ID & Config'
+description: Official network configuration for Status Network. Find Chain IDs, RPC URLs, and block explorer links for wallet setup and developer environment config.
keywords: [Status Network, network details, RPC endpoint, Chain ID, testnet configuration, blockchain network, MetaMask setup]
---
diff --git a/docs/overview/index.md b/docs/overview/index.md
index 77b882b..1181691 100644
--- a/docs/overview/index.md
+++ b/docs/overview/index.md
@@ -1,7 +1,7 @@
---
id: index
-title: Status Network · Gasless L2
-description: Status Network is a gasless Layer 2 blockchain network enabling seamless, fee-free decentralized applications. Start building with easy wallet setup, faucets, and deployment tools.
+title: 'Status Network Overview: The Gasless Layer 2 Solution'
+description: Explore Status Network, a gasless Ethereum L2 using RLN for spam protection. Earn Karma reputation to unlock free transactions and native yield governance.
keywords: [Status Network, Layer 2, gasless blockchain, ethereum scaling, L2, validium, web3 development, dapp development, blockchain development]
slug: /overview
sidebar_position: 1
@@ -13,11 +13,11 @@ Status Network is the first natively gasless Ethereum L2, optimized for social a
## Key Features
-- **Gasless Transactions**
+- **Gasless Transactions**
Developers can create seamless experiences and users can transact freely without worrying about gas fees.
-- **Native Yield and Fees**
+- **Native Yield and Fees**
To sustain the L2 operation and support developers, Status Network is funded through a combination of native yield and fees coming from its native apps, starting with a DEX.
@@ -49,8 +49,9 @@ Wants to skip the explanation part and go straight to building? Here's how to ge
## Support & Resources
Connect with our community and access the resources you need:
+
- Join our [Telegram Builder's Community](https://t.me/statusl2)
- View [Network Details](/overview/general-info/network-details)
- Browse [Contract Addresses](/overview/general-info/contract-addresses/testnet-contracts)
-Ready to build something amazing? Start your journey on the free network today!
\ No newline at end of file
+Ready to build something amazing? Start your journey on the free network today!
diff --git a/docs/overview/introduction/quick-start.md b/docs/overview/introduction/quick-start.md
index e48e46c..032dd45 100644
--- a/docs/overview/introduction/quick-start.md
+++ b/docs/overview/introduction/quick-start.md
@@ -1,6 +1,6 @@
---
-title: Quick Start
-description: Get started with Status Network in under 10 minutes. Learn how to deploy your first smart contract using Remix IDE, get test ETH, and interact with the network.
+title: 'Quick Start Guide: Deploy on Status Network Gasless L2'
+description: Get started on Status Network in under 10 minutes. Deploy smart contracts using Remix, fetch test ETH, and interact with our gasless execution environment.
keywords: [Status Network tutorial, quick start, smart contract deployment, Remix IDE, blockchain development, testnet setup, MetaMask configuration]
---
diff --git a/docs/overview/other/official-links.md b/docs/overview/other/official-links.md
index 83429f2..c4f9b39 100644
--- a/docs/overview/other/official-links.md
+++ b/docs/overview/other/official-links.md
@@ -1,6 +1,6 @@
---
-title: Official Links
-description: Complete directory of official Status Network resources, including main website, tools, development resources, and community links.
+title: 'Official Links: Status Network Resources & Communities'
+description: 'Access the directory for Status Network: mainnet links, bridge tools, faucet access, and developer communities for our reputation-based L2 infrastructure.'
keywords: [Status Network links, official resources, network tools, development resources, community links, blockchain explorer, bridge, faucet]
---
diff --git a/docs/overview/tokenomics/economic-model.md b/docs/overview/tokenomics/economic-model.md
index f5edad4..2da69e1 100644
--- a/docs/overview/tokenomics/economic-model.md
+++ b/docs/overview/tokenomics/economic-model.md
@@ -1,6 +1,6 @@
---
-title: Economic Model
-description: Overview of Status Network's economic model including revenue streams, sustainable funding approach, and how the network achieves economic sustainability without relying on gas fees.
+title: 'Economic Model: Yield-Backed Network Sustainability'
+description: "Status Network's economic model: replacing gas fees with native yield from L1 staking and lending. Sustainable funding for a truly gasless L2 ecosystem."
keywords: [Status Network economics, L2 revenue, yield commission, DEX fees, sustainable blockchain, gasless blockchain, crypto economics]
---
diff --git a/docs/overview/tokenomics/karmic-tokenomics.md b/docs/overview/tokenomics/karmic-tokenomics.md
index 3f5a0cc..f8918e5 100644
--- a/docs/overview/tokenomics/karmic-tokenomics.md
+++ b/docs/overview/tokenomics/karmic-tokenomics.md
@@ -1,9 +1,11 @@
---
-title: Karmic Tokenomics
-description: Explore Status Network's Karma system, a non-transferable governance token that rewards network participation and determines influence over funding decisions, incentives, and network parameters.
+title: 'Karmic Tokenomics: Earn Reputation & Governance Power'
+description: Detailed guide to Karmic Tokenomics. Learn how soulbound Karma governs transaction throughput, native yield distribution, and network-level spam slashing.
keywords: [Karma token, Karmic tokenomics, Status Network governance, non-transferable token, governance power, staking rewards, contribution rewards]
---
+# Karmic Tokenomics
+
In some Eastern traditions, Karma represents the principle that one's past actions shape their future state. Similarly, on Status Network, every positive action and contribution accumulates Karma, granting greater influence over the network's funding and incentives. Karma ($KARMA) is a non-transferable governance token that rewards staking, bridging, providing liquidity, and building. The more a user or an app contributes to the L2 in liquidity or activity, the more voting power they earn over funding allocations, liquidity incentives, and network roadmap and parameters.
## Karma Tiers
diff --git a/docs/overview/tokenomics/pre-deposits.md b/docs/overview/tokenomics/pre-deposits.md
index 370aea2..b6ac27b 100644
--- a/docs/overview/tokenomics/pre-deposits.md
+++ b/docs/overview/tokenomics/pre-deposits.md
@@ -1,9 +1,11 @@
---
-title: Pre-Deposits
-description: Technical overview of Status Network's pre-deposit vault architecture, including Aragon-based vaults for SNT, LINEA, and ETH, and Generic Protocol integration for stablecoin deposits.
+title: 'Pre-Deposits: Vault Architecture & Yield Strategies'
+description: Technical overview of Status Network pre-deposit vaults. Earn Karma by bridging SNT, ETH, or stablecoins into Aragon-based yield-generating strategies.
keywords: [Status Network, pre-deposits, vaults, Aragon, Generic Protocol, Karma, GUSD, stablecoin, yield, ETH, SNT, LINEA, Lido, Morpho]
---
+# Pre-Deposits
+
Status Network runs a pre-deposit campaign to bootstrap liquidity and early Karma distribution ahead of mainnet. Two distinct vault systems power the campaign:
| Asset(s) | Vault provider | Receipt token | Network |
diff --git a/docs/overview/tokenomics/public-funding.md b/docs/overview/tokenomics/public-funding.md
index 554b032..d8830b8 100644
--- a/docs/overview/tokenomics/public-funding.md
+++ b/docs/overview/tokenomics/public-funding.md
@@ -1,6 +1,6 @@
---
-title: Public Funding
-description: Overview of Status Network's public funding mechanism, including the apps funding pool, how funding is allocated, and why sustainable funding is crucial for blockchain applications.
+title: 'Public Funding: Yield Allocation & Developer Grants'
+description: "Overview of Status Network's funding pool. Learn how native yield is governed by Karma holders to fund builders, liquidity, and public goods on our L2."
keywords: [Status Network funding, apps funding pool, blockchain funding, public goods, developer incentives, community governance, sustainable funding]
---
diff --git a/docs/overview/tokenomics/snt-staking.md b/docs/overview/tokenomics/snt-staking.md
index 3abf485..b1ccf9e 100644
--- a/docs/overview/tokenomics/snt-staking.md
+++ b/docs/overview/tokenomics/snt-staking.md
@@ -1,6 +1,6 @@
---
-title: SNT Staking
-description: Learn about staking Status Network Token (SNT), including staking options, multiplier points, benefits, and how staking contributes to network governance and access to gasless transactions.
+title: 'SNT Staking: Secure the Network & Earn Reputation'
+description: Staking SNT on Status Network. Earn Karma multipliers, unlock higher gasless transaction tiers, and participate in reputation-based network governance.
keywords: [SNT staking, Status Network Token, token staking, blockchain staking, multiplier points, locked staking, governance power, Karma system]
---
diff --git a/docs/tools/core-infrastructure/block-explorers.md b/docs/tools/core-infrastructure/block-explorers.md
index 06be6f7..306a47e 100644
--- a/docs/tools/core-infrastructure/block-explorers.md
+++ b/docs/tools/core-infrastructure/block-explorers.md
@@ -1,10 +1,12 @@
---
-title: Block Explorers
-description: Status Network block explorer for viewing transactions, verifying contracts, and monitoring network activity.
+title: 'Block Explorers: View Status Network Transactions'
+description: Monitor gasless transactions on Status Network. Use our block explorers to verify smart contracts and track on-chain activity for mainnet and testnet.
keywords: [block explorer, transaction tracking, smart contract verification]
slug: /tools/core-infrastructure/block-explorers
---
+# Block Explorers
+
## Status Network Mainnet
*Coming soon.*
diff --git a/docs/tools/core-infrastructure/bridge.md b/docs/tools/core-infrastructure/bridge.md
index 2401145..3ec6f3d 100644
--- a/docs/tools/core-infrastructure/bridge.md
+++ b/docs/tools/core-infrastructure/bridge.md
@@ -1,10 +1,12 @@
---
-title: Status Network Testnet Bridge
-description: Complete guide to using the Status Network bridge for transferring tokens between Sepolia and Status Network testnet. Learn about supported tokens, bridging process, and monitoring transactions.
+title: 'Testnet Bridge: Move Tokens to Status Network L2'
+description: Official bridge guide for Status Network. Transfer ETH and tokens between Sepolia and our gasless L2 to start building with reputation-based access.
keywords: [Status Network bridge, token bridge, cross-chain transfer, L1 L2 bridge, token bridging, Sepolia bridge]
slug: /tools/core-infrastructure/bridge
---
+# Status Network Testnet Bridge
+
The Status Network Testnet Bridge allows users to transfer tokens and pass messages between Sepolia (Layer 1) and Status Network testnet (Layer 2). The bridge interface is available at [bridge.status.network](https://bridge.status.network).
## Bridge Contracts
diff --git a/docs/tools/core-infrastructure/rpc-endpoints.md b/docs/tools/core-infrastructure/rpc-endpoints.md
index b3942cc..98bdd87 100644
--- a/docs/tools/core-infrastructure/rpc-endpoints.md
+++ b/docs/tools/core-infrastructure/rpc-endpoints.md
@@ -1,12 +1,14 @@
---
-title: RPC Endpoints
-description: Official RPC endpoints for Status Network, including configuration guides for MetaMask and Web3 libraries. Learn about available methods, rate limits, and best practices.
+title: 'Status Network RPC: Public Endpoints & Configuration'
+description: Access official Status Network RPC endpoints. Configure MetaMask or your dApp for gasless execution using our rate-limited, privacy-preserving infrastructure.
keywords: [Status Network RPC, JSON-RPC, blockchain API, web3 configuration, MetaMask setup, blockchain development]
slug: /tools/core-infrastructure/rpc-endpoints
---
import AddToMetaMask from '@site/src/components/AddToMetaMask';
+# RPC Endpoints
+
The Status Network provides public RPC (Remote Procedure Call) endpoints that allow you to interact with the network.
## Public RPC URL
diff --git a/docs/tools/core-infrastructure/testnet-faucets.md b/docs/tools/core-infrastructure/testnet-faucets.md
index 63f67fe..4284b63 100644
--- a/docs/tools/core-infrastructure/testnet-faucets.md
+++ b/docs/tools/core-infrastructure/testnet-faucets.md
@@ -1,10 +1,12 @@
---
-title: Testnet Faucets
-description: Get testnet ETH or STT for Status Network development. Complete guide to obtaining test tokens through Status Network faucets and Sepolia faucets for bridging.
+title: 'Testnet Faucets: Get ETH & STT for Status Network'
+description: Obtain test tokens for Status Network development. Use our faucets to get ETH and STT to test gasless execution and Karma-based reputation mechanics.
keywords: [Status Network faucet, testnet ETH, test tokens, STT, Sepolia faucet, blockchain testing, development tokens]
slug: /tools/core-infrastructure/testnet-faucets
---
+# Testnet Faucets
+
To get started on Status Network testnet, you may need some testnet ETH or test assets.
## Status Network Testnet ETH Faucet
diff --git a/docs/tools/index.md b/docs/tools/index.md
index 00e2f3e..7c49e21 100644
--- a/docs/tools/index.md
+++ b/docs/tools/index.md
@@ -1,12 +1,14 @@
---
id: tools-index
-title: Tools & Infrastructure
-description: Developer tools, infrastructure services, and integrations available on Status Network — RPC endpoints, bridges, faucets, explorers, and partner integrations.
+title: 'Tools & Infrastructure: Build on the Gasless Network'
+description: 'Developer tools for Status Network: RPC endpoints, bridges, and faucets. Build private, spam-resistant dApps using our native reputation-based execution.'
keywords: [Status Network, developer tools, RPC, bridge, faucet, block explorer, infrastructure]
slug: /tools
sidebar_position: 1
---
+# Tools & Infrastructure
+
A complete reference of developer tools, infrastructure services, and integrations available on Status Network.
## Core Infrastructure
diff --git a/docs/tools/infrastructure.md b/docs/tools/infrastructure.md
index 2367758..cf6e982 100644
--- a/docs/tools/infrastructure.md
+++ b/docs/tools/infrastructure.md
@@ -1,10 +1,12 @@
---
-title: Infrastructure Partners
-description: Infrastructure partners and third-party integrations available on Status Network — RPC providers, oracles, indexers, account abstraction, dev tooling, and more.
+title: 'Infrastructure Partners: RPC & Tooling for Status'
+description: Discover infrastructure partners on Status Network. Access RPC providers, oracles, and indexers to scale your gasless dApps and agentic DeFi strategies.
keywords: [Status Network, infrastructure, partners, oracles, indexing, RPC, account abstraction, dev tooling, cross-chain, onramp]
sidebar_position: 6
---
+# Infrastructure Partners
+
:::note Coming Soon
Status Network is actively onboarding infrastructure partners across the categories below. This page will be updated as integrations go live.
:::
diff --git a/docs/tools/rpc/json-rpc.md b/docs/tools/rpc/json-rpc.md
index 57f2251..68e8888 100644
--- a/docs/tools/rpc/json-rpc.md
+++ b/docs/tools/rpc/json-rpc.md
@@ -1,6 +1,6 @@
---
-title: JSON-RPC API
-description: Status Network JSON-RPC API reference for builders.
+title: 'JSON-RPC API: Status Network Extensions & Reference'
+description: Status Network JSON-RPC API reference. Explore custom extensions for gasless transactions, RLN proofs, and Karma-aware fee estimation for developers.
keywords:
[
Status Network,
@@ -14,6 +14,8 @@ keywords:
]
---
+# JSON-RPC API
+
Status Network is based on Linea zkEVM, meaning **most JSON-RPC methods behave exactly like a standard EVM node**.
For the canonical list of supported methods and their standard semantics, refer to the following official documentations:
diff --git a/docs/tools/rpc/running-an-rpc.md b/docs/tools/rpc/running-an-rpc.md
index ffd1a0d..a740bad 100644
--- a/docs/tools/rpc/running-an-rpc.md
+++ b/docs/tools/rpc/running-an-rpc.md
@@ -1,9 +1,11 @@
---
-title: Running Your Own RPC Node
-description: Complete guide to setting up and running your own RPC node for Status Network using the official RPC tools. Learn about node setup, configuration, and maintenance.
+title: 'Run an RPC Node: Self-Host Status Network Infra'
+description: Guide to setting up a self-hosted RPC node for Status Network. Learn about node configuration, maintenance, and providing reliable infra for gasless apps.
keywords: [RPC node, Status Network RPC, blockchain node, WebSocket, wss, self-hosted RPC, network infrastructure, Status L2 RPC tools]
---
+# Running Your Own RPC Node
+
This tutorial will guide you through the process of setting up and running your own Remote Procedure Call (RPC) node for Status Network. By running your own RPC node, you can gain greater control over your interactions with the Status Network, enhance privacy, and reduce reliance on third-party services.
## Getting Started
diff --git a/docusaurus.config.ts b/docusaurus.config.ts
index 8aeb571..2db2d7f 100644
--- a/docusaurus.config.ts
+++ b/docusaurus.config.ts
@@ -4,7 +4,7 @@ import remarkMath from 'remark-math';
import rehypeKatex from 'rehype-katex';
const config: Config = {
- title: 'Status Network Documentation',
+ title: 'Status Network Docs',
tagline: 'The Social Playground',
url: 'https://docs.status.network',
baseUrl: '/',
@@ -97,25 +97,28 @@ const config: Config = {
// General SEO
{
name: 'description',
- content: 'Documentation for Status Network - The gasless network with sustainable funding for app builders. Launch and scale your social apps and games with truly free transactions.',
+ content:
+ 'Official Status Network docs for the gasless Ethereum L2. Learn about Karma reputation, RLN spam protection, and native yield for both humans and bots.',
},
{
name: 'keywords',
- content: 'status network, blockchain, web3, documentation, gasless transactions, social network, cryptocurrency',
+ content:
+ 'status network, gasless ethereum, layer 2, L2, karma, RLN, reputation, web3 documentation, blockchain, gasless transactions, native yield',
},
{
name: 'author',
content: 'Status Network',
},
-
+
// OpenGraph tags
{
property: 'og:title',
- content: 'Status Network Documentation',
+ content: 'Status Network Docs: Gasless L2 & Reputation System',
},
{
property: 'og:description',
- content: 'Documentation for Status Network - The gasless network with sustainable funding for app builders. Launch and scale your social apps and games with truly free transactions.',
+ content:
+ 'Official Status Network docs for the gasless Ethereum L2. Learn about Karma reputation, RLN spam protection, and native yield for both humans and bots.',
},
{
property: 'og:image',
@@ -131,9 +134,9 @@ const config: Config = {
},
{
property: 'og:site_name',
- content: 'Status Network Documentation',
+ content: 'Status Network Docs',
},
-
+
// Twitter Card tags
{
name: 'twitter:card',
@@ -145,11 +148,12 @@ const config: Config = {
},
{
name: 'twitter:title',
- content: 'Status Network Documentation',
+ content: 'Status Network Docs: Gasless L2 & Reputation System',
},
{
name: 'twitter:description',
- content: 'Documentation for Status Network - The gasless network with sustainable funding for app builders. Launch and scale your social apps and games with truly free transactions.',
+ content:
+ 'Official Status Network docs for the gasless Ethereum L2. Learn about Karma reputation, RLN spam protection, and native yield for both humans and bots.',
},
{
name: 'twitter:image',
diff --git a/i18n/ja/code.json b/i18n/ja/code.json
index 368e359..c6182b1 100644
--- a/i18n/ja/code.json
+++ b/i18n/ja/code.json
@@ -438,11 +438,11 @@
"description": "The title of the tag list page"
},
"homepage.layout.title": {
- "message": "Status Network ドキュメント",
+ "message": "Status Network ドキュメント:ガスレス L2 とレピュテーション",
"description": "Homepage layout title"
},
"homepage.layout.description": {
- "message": "Status Network ドキュメント — コンポーザブルなプライバシーと組み込みのスパム保護を備えた、ヒトとボットのための完全ガスレス Ethereum L2",
+ "message": "ガスレス Ethereum L2 の公式 Status Network ドキュメントです。Karma の評判、RLN によるスパム対策、人間とボット双方のネイティブ利回りについて学べます。",
"description": "Homepage layout description"
},
"homepage.hero.subtitle": {
diff --git a/i18n/ko/code.json b/i18n/ko/code.json
index 0f0632c..5d6c0f3 100644
--- a/i18n/ko/code.json
+++ b/i18n/ko/code.json
@@ -438,11 +438,11 @@
"description": "The title of the tag list page"
},
"homepage.layout.title": {
- "message": "Status Network 문서",
+ "message": "Status Network 문서: 가스리스 L2 및 평판 시스템",
"description": "Homepage layout title"
},
"homepage.layout.description": {
- "message": "Status Network 문서 — 조합 가능한 프라이버시와 내장형 스팸 방지 기능을 갖춘 완전한 가스리스 이더리움 L2, 인간과 봇 모두를 위해 설계되었습니다",
+ "message": "가스리스 이더리움 L2를 다루는 Status Network 공식 문서입니다. Karma 평판, RLN 스팸 방지, 사람과 봇 모두를 위한 네이티브 수익을 알아보세요.",
"description": "Homepage layout description"
},
"homepage.hero.subtitle": {
diff --git a/i18n/zh/code.json b/i18n/zh/code.json
index c57f5d6..ab9fdba 100644
--- a/i18n/zh/code.json
+++ b/i18n/zh/code.json
@@ -438,11 +438,11 @@
"description": "The title of the tag list page"
},
"homepage.layout.title": {
- "message": "Status Network 文档",
+ "message": "Status Network 文档:免 Gas L2 与声誉体系",
"description": "Homepage layout title"
},
"homepage.layout.description": {
- "message": "Status Network 文档 — 面向人类与机器人,完全免 Gas 的 Ethereum L2,具备可组合隐私与内置垃圾信息防护",
+ "message": "Status Network 官方文档,涵盖免 Gas 以太坊 L2。了解 Karma 声誉、RLN 防垃圾机制,以及面向人类与机器人的原生收益。",
"description": "Homepage layout description"
},
"homepage.hero.subtitle": {
diff --git a/src/pages/index.tsx b/src/pages/index.tsx
index 23e8233..8911b1c 100644
--- a/src/pages/index.tsx
+++ b/src/pages/index.tsx
@@ -277,13 +277,13 @@ export default function Home(): React.JSX.Element {