diff --git a/.github/workflows/changelog-build.yml b/.github/workflows/changelog-build.yml
index d00c7ca..eb7f6bd 100644
--- a/.github/workflows/changelog-build.yml
+++ b/.github/workflows/changelog-build.yml
@@ -1,13 +1,7 @@
name: Rebuild changelog index
on:
- pull_request:
- paths:
- - "changelog/**"
- push:
- branches: [main]
- paths:
- - "changelog/**"
+ workflow_dispatch:
jobs:
rebuild:
diff --git a/.github/workflows/changelog-commands.yml b/.github/workflows/changelog-commands.yml
index d29148d..9fe7475 100644
--- a/.github/workflows/changelog-commands.yml
+++ b/.github/workflows/changelog-commands.yml
@@ -1,7 +1,6 @@
name: Changelog reviewer commands
on:
- issue_comment:
- types: [created]
+ workflow_dispatch:
jobs:
dispatch:
diff --git a/README.md b/README.md
index 60ec273..43a475b 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,12 @@ description: >-
payments, and infrastructure for autonomous AI agents.
---
+
+{% hint style="warning" %}
+**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs).
+{% endhint %}
+
+
# Kite Developer Docs
> **The first AI payment blockchain** — foundational infrastructure empowering autonomous agents to operate and transact with identity, payment, and verification.
diff --git a/changelog/2026/2026-05-19-backend-v1-1-0.md b/changelog/2026/2026-05-19-backend-v1-1-0.md
index 5ee5ba2..b155770 100644
--- a/changelog/2026/2026-05-19-backend-v1-1-0.md
+++ b/changelog/2026/2026-05-19-backend-v1-1-0.md
@@ -12,6 +12,12 @@ generated_at: 2026-05-19T18:00:00Z
corrected_at: null
---
+
+{% hint style="warning" %}
+**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs).
+{% endhint %}
+
+
## What changed
When an agent constructs a session delegation, the preflight call now returns an `estimated_fees` object covering the catalog's known merchant fees, network gas, and Passport's own service margin. Approval pages can show users an itemized "up to ~$X" total instead of just a raw budget cap.
diff --git a/changelog/2026/2026-05-19-cli-v1-3-4.md b/changelog/2026/2026-05-19-cli-v1-3-4.md
index d254a3b..e275fde 100644
--- a/changelog/2026/2026-05-19-cli-v1-3-4.md
+++ b/changelog/2026/2026-05-19-cli-v1-3-4.md
@@ -12,6 +12,12 @@ generated_at: 2026-05-19T18:00:00Z
corrected_at: null
---
+
+{% hint style="warning" %}
+**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs).
+{% endhint %}
+
+
## What changed
The `kpass activity` command previously returned the full event history with no way to narrow the result set. Agents asking "what did I spend on Amazon last week?" had to fetch everything and filter locally, which was slow on accounts with many sessions.
diff --git a/changelog/2026/2026-05-19-skills-v0-9-1.md b/changelog/2026/2026-05-19-skills-v0-9-1.md
index 2b0728d..d07be83 100644
--- a/changelog/2026/2026-05-19-skills-v0-9-1.md
+++ b/changelog/2026/2026-05-19-skills-v0-9-1.md
@@ -12,6 +12,12 @@ generated_at: 2026-05-19T18:00:00Z
corrected_at: null
---
+
+{% hint style="warning" %}
+**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs).
+{% endhint %}
+
+
## What changed
`request-session` previously treated any non-200 response from the catalog preflight as a hard failure, which meant transient catalog blips would abort otherwise-valid session approvals. The skill now retries 503 and timeout responses up to three times with exponential backoff before propagating the error.
diff --git a/changelog/2026/2026-05-19-web-v1-2-0.md b/changelog/2026/2026-05-19-web-v1-2-0.md
index a58bf5f..0b30eeb 100644
--- a/changelog/2026/2026-05-19-web-v1-2-0.md
+++ b/changelog/2026/2026-05-19-web-v1-2-0.md
@@ -12,6 +12,12 @@ generated_at: 2026-05-19T18:00:00Z
corrected_at: null
---
+
+{% hint style="warning" %}
+**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs).
+{% endhint %}
+
+
## What changed
The session approval page now renders the new `estimated_fees` field from the backend preflight. Users see the budget cap and an itemized "up to ~$X" estimate covering merchant fees, network gas, and Passport's service margin.
diff --git a/changelog/README.md b/changelog/README.md
index 2b6c4dc..a8211cb 100644
--- a/changelog/README.md
+++ b/changelog/README.md
@@ -1,3 +1,9 @@
+
+{% hint style="warning" %}
+**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs).
+{% endhint %}
+
+
# Changelog
Public delivery timeline for Kite Passport — see each component's recent releases below. Please be noticed this Changelog feature is still being processed and may change.
diff --git a/dev/README.md b/dev/README.md
index 111db0c..b642e9d 100644
--- a/dev/README.md
+++ b/dev/README.md
@@ -1,3 +1,9 @@
+
+{% hint style="warning" %}
+**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs).
+{% endhint %}
+
+
# Development Setup
This directory contains development and build tools for the Kite Documentation.
diff --git a/docs/STYLING_GUIDE.md b/docs/STYLING_GUIDE.md
index a52932b..1b5ac13 100644
--- a/docs/STYLING_GUIDE.md
+++ b/docs/STYLING_GUIDE.md
@@ -1,3 +1,9 @@
+
+{% hint style="warning" %}
+**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs).
+{% endhint %}
+
+
# 🎨 Kite Documentation - Modern Styling Guide
## Overview
diff --git a/get-started-why-kite/tokenomics.md b/get-started-why-kite/tokenomics.md
index b0c2824..d06016c 100644
--- a/get-started-why-kite/tokenomics.md
+++ b/get-started-why-kite/tokenomics.md
@@ -4,6 +4,12 @@ description: >-
AI economy
---
+
+{% hint style="warning" %}
+**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs).
+{% endhint %}
+
+
# Tokenomics
### The Mission of Kite AI
diff --git a/get-started/README.md b/get-started/README.md
index a833e02..5a7ada9 100644
--- a/get-started/README.md
+++ b/get-started/README.md
@@ -2,6 +2,12 @@
description: Get started with Kite - learn about our mission, use cases, architecture, and core concepts that make Kite the first AI payment blockchain.
---
+
+{% hint style="warning" %}
+**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs).
+{% endhint %}
+
+
# 🎯 Get Started with Kite
Welcome to Kite - the first AI payment blockchain. This section will help you understand why Kite exists, what problems it solves, and how it works.
diff --git a/get-started/architecture-and-design-pillars.md b/get-started/architecture-and-design-pillars.md
index 9f3ad0c..c9c59c5 100644
--- a/get-started/architecture-and-design-pillars.md
+++ b/get-started/architecture-and-design-pillars.md
@@ -1,3 +1,9 @@
+
+{% hint style="warning" %}
+**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs).
+{% endhint %}
+
+
# Architecture & Design Pillars
Kite is built from first principles for autonomous agents, not adapted from human-centric systems. Every architectural decision optimizes for one goal: enabling agents to operate with mathematical safety guarantees.
diff --git a/get-started/core-concepts-and-terminology.md b/get-started/core-concepts-and-terminology.md
index 7c90991..b99cf44 100644
--- a/get-started/core-concepts-and-terminology.md
+++ b/get-started/core-concepts-and-terminology.md
@@ -2,6 +2,12 @@
description: Core concepts and terminology for Kite's agent-native infrastructure
---
+
+{% hint style="warning" %}
+**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs).
+{% endhint %}
+
+
# Core Concepts & Terminology
Essential building blocks that enable autonomous agent operations in Kite's ecosystem.
diff --git a/get-started/introduction-and-mission.md b/get-started/introduction-and-mission.md
index 18d2d78..72565c7 100644
--- a/get-started/introduction-and-mission.md
+++ b/get-started/introduction-and-mission.md
@@ -5,6 +5,12 @@ description: >-
and verification.
---
+
+{% hint style="warning" %}
+**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs).
+{% endhint %}
+
+
# Introduction & Mission
#### Current State of Internet
diff --git a/get-started/key-use-cases-and-players.md b/get-started/key-use-cases-and-players.md
index f7bd599..1cfd7da 100644
--- a/get-started/key-use-cases-and-players.md
+++ b/get-started/key-use-cases-and-players.md
@@ -2,6 +2,12 @@
description: Key use cases and players in the agentic economy enabled by Kite's infrastructure
---
+
+{% hint style="warning" %}
+**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs).
+{% endhint %}
+
+
# Key Use Cases & Players
## Retail: Agentic Commerce
diff --git a/get-started/whitepaper-references.md b/get-started/whitepaper-references.md
index 7b16a09..dcc4733 100644
--- a/get-started/whitepaper-references.md
+++ b/get-started/whitepaper-references.md
@@ -1,3 +1,9 @@
+
+{% hint style="warning" %}
+**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs).
+{% endhint %}
+
+
# Whitepaper
Explore our technical and research papers that describe the foundations of Kite.
diff --git a/integration-guide/README.md b/integration-guide/README.md
index f7d1ef3..f716336 100644
--- a/integration-guide/README.md
+++ b/integration-guide/README.md
@@ -2,6 +2,12 @@
description: Complete integration guide for Kite - learn how to build AI agents that make payments and integrate Kite's payment infrastructure into your applications.
---
+
+{% hint style="warning" %}
+**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs).
+{% endhint %}
+
+
# 🔗 Integration Guide
This section provides workflows for integrating with Kite with example, whether you're building AI agents that make payments or services that receive payments from agents.
diff --git a/integration-guide/api-agent-builder-guide.md b/integration-guide/api-agent-builder-guide.md
index b0aa907..9de0fa9 100644
--- a/integration-guide/api-agent-builder-guide.md
+++ b/integration-guide/api-agent-builder-guide.md
@@ -1,3 +1,9 @@
+
+{% hint style="warning" %}
+**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs).
+{% endhint %}
+
+
# Agent Builder Guide
Complete guide for building AI agents with Kite's payment capabilities - agent registration and payment integration.
diff --git a/integration-guide/api-merchants-payment-providers.md b/integration-guide/api-merchants-payment-providers.md
index ec7b6dc..c1cbdb2 100644
--- a/integration-guide/api-merchants-payment-providers.md
+++ b/integration-guide/api-merchants-payment-providers.md
@@ -1,3 +1,9 @@
+
+{% hint style="warning" %}
+**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs).
+{% endhint %}
+
+
# Merchant Integration Guide
Integrate Kite’s payment verification API into your checkout system to accept **agent-initiated stablecoin payments** with full proof-based security.
diff --git a/integration-guide/api-references.md b/integration-guide/api-references.md
index 3976d40..980c813 100644
--- a/integration-guide/api-references.md
+++ b/integration-guide/api-references.md
@@ -1,3 +1,9 @@
+
+{% hint style="warning" %}
+**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs).
+{% endhint %}
+
+
# SDK/API Overview
SDK/API overview of how to integrate with Kite's agentic payment infrastructure.
diff --git a/integration-guide/case-study-app-store.md b/integration-guide/case-study-app-store.md
index d6c2675..2d5a41d 100644
--- a/integration-guide/case-study-app-store.md
+++ b/integration-guide/case-study-app-store.md
@@ -1,2 +1,8 @@
+
+{% hint style="warning" %}
+**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs).
+{% endhint %}
+
+
# Case Study: App Store
diff --git a/integration-guide/sdk-api-overview-for-developers/README.md b/integration-guide/sdk-api-overview-for-developers/README.md
index 0b8fb18..d07e1fd 100644
--- a/integration-guide/sdk-api-overview-for-developers/README.md
+++ b/integration-guide/sdk-api-overview-for-developers/README.md
@@ -1,2 +1,8 @@
+
+{% hint style="warning" %}
+**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs).
+{% endhint %}
+
+
# SDK/API Overview for Developers
diff --git a/integration-guide/sdk-api-overview-for-developers/agent-builder-guide.md b/integration-guide/sdk-api-overview-for-developers/agent-builder-guide.md
index d4a6e33..0b4e154 100644
--- a/integration-guide/sdk-api-overview-for-developers/agent-builder-guide.md
+++ b/integration-guide/sdk-api-overview-for-developers/agent-builder-guide.md
@@ -1,2 +1,8 @@
+
+{% hint style="warning" %}
+**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs).
+{% endhint %}
+
+
# Agent Builder Guide
diff --git a/integration-guide/sdk-api-overview-for-developers/merchant-integration-guide.md b/integration-guide/sdk-api-overview-for-developers/merchant-integration-guide.md
index ad399ec..2fa5e97 100644
--- a/integration-guide/sdk-api-overview-for-developers/merchant-integration-guide.md
+++ b/integration-guide/sdk-api-overview-for-developers/merchant-integration-guide.md
@@ -1,2 +1,8 @@
+
+{% hint style="warning" %}
+**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs).
+{% endhint %}
+
+
# Merchant Integration Guide
diff --git a/integration-guide/workflow-agent-builders.md b/integration-guide/workflow-agent-builders.md
index 2e69a4b..00c6215 100644
--- a/integration-guide/workflow-agent-builders.md
+++ b/integration-guide/workflow-agent-builders.md
@@ -1,3 +1,9 @@
+
+{% hint style="warning" %}
+**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs).
+{% endhint %}
+
+
## Workflow A: Agent Builders
### End-user workflow
diff --git a/integration-guide/workflow-merchants-payment-providers.md b/integration-guide/workflow-merchants-payment-providers.md
index 7b8390a..061f859 100644
--- a/integration-guide/workflow-merchants-payment-providers.md
+++ b/integration-guide/workflow-merchants-payment-providers.md
@@ -1,3 +1,9 @@
+
+{% hint style="warning" %}
+**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs).
+{% endhint %}
+
+
## Workflow B: Merchants & Payment Providers
### Merchant workflow
diff --git a/integration-guide/workflow-overview.md b/integration-guide/workflow-overview.md
index dc0e06a..3a5aa3f 100644
--- a/integration-guide/workflow-overview.md
+++ b/integration-guide/workflow-overview.md
@@ -1,3 +1,9 @@
+
+{% hint style="warning" %}
+**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs).
+{% endhint %}
+
+
## Workflow Overview
### Example: Agentic Commerce
diff --git a/integration-guide/workflow-overview/README.md b/integration-guide/workflow-overview/README.md
index 92ebae4..873b56a 100644
--- a/integration-guide/workflow-overview/README.md
+++ b/integration-guide/workflow-overview/README.md
@@ -1,2 +1,8 @@
+
+{% hint style="warning" %}
+**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs).
+{% endhint %}
+
+
# Workflow Overview
diff --git a/integration-guide/workflow-overview/workflow-a-agent-builders.md b/integration-guide/workflow-overview/workflow-a-agent-builders.md
index 7ba8ce1..5ba9cab 100644
--- a/integration-guide/workflow-overview/workflow-a-agent-builders.md
+++ b/integration-guide/workflow-overview/workflow-a-agent-builders.md
@@ -1,2 +1,8 @@
+
+{% hint style="warning" %}
+**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs).
+{% endhint %}
+
+
# Workflow A: Agent Builders
diff --git a/integration-guide/workflow-overview/workflow-b-merchants-and-payment-providers.md b/integration-guide/workflow-overview/workflow-b-merchants-and-payment-providers.md
index f692029..09535d1 100644
--- a/integration-guide/workflow-overview/workflow-b-merchants-and-payment-providers.md
+++ b/integration-guide/workflow-overview/workflow-b-merchants-and-payment-providers.md
@@ -1,2 +1,8 @@
+
+{% hint style="warning" %}
+**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs).
+{% endhint %}
+
+
# Workflow B: Merchants & Payment Providers
diff --git a/kite-agent-passport/README.md b/kite-agent-passport/README.md
index 3907f01..b56c2f3 100644
--- a/kite-agent-passport/README.md
+++ b/kite-agent-passport/README.md
@@ -2,6 +2,12 @@
description: Get started with Kite Agent Passport — let your AI agent discover and pay for services on your behalf.
---
+
+{% hint style="warning" %}
+**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs).
+{% endhint %}
+
+
# Kite Agent Passport
Kite Agent Passport lets your AI agent discover and pay for services on your behalf. You stay in control of what it can spend — the agent handles everything else.
diff --git a/kite-agent-passport/add-kite-tokens-external-wallet.md b/kite-agent-passport/add-kite-tokens-external-wallet.md
index 0c24471..688f878 100644
--- a/kite-agent-passport/add-kite-tokens-external-wallet.md
+++ b/kite-agent-passport/add-kite-tokens-external-wallet.md
@@ -2,6 +2,12 @@
description: Step-by-step instructions for adding KITE tokens to your external wallet.
---
+
+{% hint style="warning" %}
+**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs).
+{% endhint %}
+
+
# Add Kite Tokens to an External Wallet
If you need to access KITE tokens or USDC.e in your external wallet (e.g., MetaMask), you will need to add Kite Network information to your wallet.
diff --git a/kite-agent-passport/beginner-setup.md b/kite-agent-passport/beginner-setup.md
index e4313b8..eaeac7b 100644
--- a/kite-agent-passport/beginner-setup.md
+++ b/kite-agent-passport/beginner-setup.md
@@ -2,6 +2,12 @@
description: Full installation walkthrough for choosing an agent, installing Kite Agent Passport, creating your Passport account, and approving your first session.
---
+
+{% hint style="warning" %}
+**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs).
+{% endhint %}
+
+
# Full Installation Walkthrough
This guide is for users who are new to coding agents or Kite Agent Passport. You will set up an agent that can run commands, install Passport, create your Passport account, set up your passkey, and approve your first spending session.
diff --git a/kite-agent-passport/cli-reference.md b/kite-agent-passport/cli-reference.md
index 4d158f2..6b4fd5a 100644
--- a/kite-agent-passport/cli-reference.md
+++ b/kite-agent-passport/cli-reference.md
@@ -2,6 +2,12 @@
description: CLI reference for kpass and ksearch — all commands for Kite Agent Passport.
---
+
+{% hint style="warning" %}
+**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs).
+{% endhint %}
+
+
# CLI Reference
This page documents the `kpass` and `ksearch` commands. For getting started, see the [Introduction](README.md).
diff --git a/kite-agent-passport/funding.md b/kite-agent-passport/funding.md
index 9f370a3..14051d0 100644
--- a/kite-agent-passport/funding.md
+++ b/kite-agent-passport/funding.md
@@ -2,6 +2,12 @@
description: How to fund your Kite Agent Passport wallet — buy USDC with fiat, bridge directly, or transfer from another wallet.
---
+
+{% hint style="warning" %}
+**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs).
+{% endhint %}
+
+
# Funding Your Wallet
To use Kite Agent Passport, you need **USDC on Kite chain** in your Passport wallet. All funding is managed through the **Passport dashboard**.
diff --git a/kite-agent-passport/service-provider-guide.md b/kite-agent-passport/service-provider-guide.md
index 84e369b..2e4d799 100644
--- a/kite-agent-passport/service-provider-guide.md
+++ b/kite-agent-passport/service-provider-guide.md
@@ -2,6 +2,12 @@
description: Guide for service providers to accept payments from Kite Agent Passport agents via x402 or MPP.
---
+
+{% hint style="warning" %}
+**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs).
+{% endhint %}
+
+
# Service Provider Guide
Kite Agent Passport can pay any service that implements one of two open payment protocols:
diff --git a/kite-chain/1-getting-started/README.md b/kite-chain/1-getting-started/README.md
index 590ca50..793eefd 100644
--- a/kite-chain/1-getting-started/README.md
+++ b/kite-chain/1-getting-started/README.md
@@ -1,3 +1,9 @@
+
+{% hint style="warning" %}
+**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs).
+{% endhint %}
+
+
# Getting Started with Kite Chain
Welcome to Kite Chain! This section provides everything you need to start building on Kite's blockchain network.
diff --git a/kite-chain/1-getting-started/faqs.md b/kite-chain/1-getting-started/faqs.md
index d9a11dc..0bb1345 100644
--- a/kite-chain/1-getting-started/faqs.md
+++ b/kite-chain/1-getting-started/faqs.md
@@ -2,6 +2,12 @@
description: Frequently Asked Questions
---
+
+{% hint style="warning" %}
+**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs).
+{% endhint %}
+
+
# FAQs
diff --git a/kite-chain/1-getting-started/network-information.md b/kite-chain/1-getting-started/network-information.md
index bb99fb8..e25d704 100644
--- a/kite-chain/1-getting-started/network-information.md
+++ b/kite-chain/1-getting-started/network-information.md
@@ -2,6 +2,12 @@
description: Chain IDs, endpoints, and environment details for Kite networks.
---
+
+{% hint style="warning" %}
+**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs).
+{% endhint %}
+
+
# Network Information
## Kite network settings (testnet)
diff --git a/kite-chain/1-getting-started/tools.md b/kite-chain/1-getting-started/tools.md
index 5678fea..ae64aa9 100644
--- a/kite-chain/1-getting-started/tools.md
+++ b/kite-chain/1-getting-started/tools.md
@@ -2,6 +2,12 @@
description: Explorers, wallets, and references for building on Kite.
---
+
+{% hint style="warning" %}
+**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs).
+{% endhint %}
+
+
# Tools
## Kite tools
diff --git a/kite-chain/10-layerzero-kite-integration/README.md b/kite-chain/10-layerzero-kite-integration/README.md
index abe25b9..595f959 100644
--- a/kite-chain/10-layerzero-kite-integration/README.md
+++ b/kite-chain/10-layerzero-kite-integration/README.md
@@ -1,3 +1,9 @@
+
+{% hint style="warning" %}
+**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs).
+{% endhint %}
+
+
# LayerZero Integration on Kite AI
LayerZero is natively supported on Kite AI Mainnet, enabling secure omnichain messaging, asset transfers, and cross-chain application composition. This page provides architectural context and operational guidance for developers building cross-chain applications on Kite AI using LayerZero v2.
diff --git a/kite-chain/11-goldsky-kite-integration/README.md b/kite-chain/11-goldsky-kite-integration/README.md
index 26a9367..ae63821 100644
--- a/kite-chain/11-goldsky-kite-integration/README.md
+++ b/kite-chain/11-goldsky-kite-integration/README.md
@@ -2,6 +2,12 @@
description: Index Kite AI with Goldsky for high-performance blockchain data infrastructure
---
+
+{% hint style="warning" %}
+**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs).
+{% endhint %}
+
+
# Indexing Kite AI with Goldsky
## Overview
diff --git a/kite-chain/12-lucid-kite-integration/README.md b/kite-chain/12-lucid-kite-integration/README.md
index 7054b30..de48759 100644
--- a/kite-chain/12-lucid-kite-integration/README.md
+++ b/kite-chain/12-lucid-kite-integration/README.md
@@ -2,6 +2,12 @@
description: Kite Integration with Lucid - Native yield-generating USDC liquidity for the Kite ecosystem
---
+
+{% hint style="warning" %}
+**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs).
+{% endhint %}
+
+
# Kite Integration with Lucid
Lucid has integrated with Kite to bring native yield-generating stablecoin liquidity (USDC) to the Kite ecosystem. This integration enables developers, apps, and ecosystem partners to use canonical, cross-chain stablecoins that automatically generate yield while remaining fully redeemable across supported networks.
diff --git a/kite-chain/2-fundamentals/README.md b/kite-chain/2-fundamentals/README.md
index 7be66c3..fe6dd53 100644
--- a/kite-chain/2-fundamentals/README.md
+++ b/kite-chain/2-fundamentals/README.md
@@ -1,3 +1,9 @@
+
+{% hint style="warning" %}
+**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs).
+{% endhint %}
+
+
# Blockchain Fundamentals
If you're new to blockchain development, this section covers the foundational concepts you need to understand before building on Kite Chain.
diff --git a/kite-chain/2-fundamentals/blockchain-fundamentals.md b/kite-chain/2-fundamentals/blockchain-fundamentals.md
index 1a7e714..de4b64f 100644
--- a/kite-chain/2-fundamentals/blockchain-fundamentals.md
+++ b/kite-chain/2-fundamentals/blockchain-fundamentals.md
@@ -1,3 +1,9 @@
+
+{% hint style="warning" %}
+**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs).
+{% endhint %}
+
+
# Blockchain Fundamentals
## What is a Blockchain?
diff --git a/kite-chain/2-fundamentals/smart-contract-basics.md b/kite-chain/2-fundamentals/smart-contract-basics.md
index eabf59c..1ccbdb5 100644
--- a/kite-chain/2-fundamentals/smart-contract-basics.md
+++ b/kite-chain/2-fundamentals/smart-contract-basics.md
@@ -1,3 +1,9 @@
+
+{% hint style="warning" %}
+**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs).
+{% endhint %}
+
+
# Smart Contract Basics
## Introduction
diff --git a/kite-chain/3-developing/README.md b/kite-chain/3-developing/README.md
index 740fb8a..71bfa7b 100644
--- a/kite-chain/3-developing/README.md
+++ b/kite-chain/3-developing/README.md
@@ -1,3 +1,9 @@
+
+{% hint style="warning" %}
+**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs).
+{% endhint %}
+
+
# Developing Smart Contracts
Learn how to write, deploy, and interact with smart contracts on Kite Chain using industry-standard tools.
diff --git a/kite-chain/3-developing/counter-smart-contract-hardhat.md b/kite-chain/3-developing/counter-smart-contract-hardhat.md
index 7b7b2eb..5b91fad 100644
--- a/kite-chain/3-developing/counter-smart-contract-hardhat.md
+++ b/kite-chain/3-developing/counter-smart-contract-hardhat.md
@@ -1,3 +1,9 @@
+
+{% hint style="warning" %}
+**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs).
+{% endhint %}
+
+
Build & Deploy a Counter Contract on Kite AI using Hardhat
What is Hardhat?
diff --git a/kite-chain/3-developing/counter-smart-contract-remix.md b/kite-chain/3-developing/counter-smart-contract-remix.md
index 1b11554..7751cdd 100644
--- a/kite-chain/3-developing/counter-smart-contract-remix.md
+++ b/kite-chain/3-developing/counter-smart-contract-remix.md
@@ -2,6 +2,12 @@
description: Building & deploying a smart contract on KITE AI with Remix
---
+
+{% hint style="warning" %}
+**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs).
+{% endhint %}
+
+
# Counter Smart contract
Please follow the below steps to build your smart contract on Kite AI:
diff --git a/kite-chain/3-developing/setup-environment.md b/kite-chain/3-developing/setup-environment.md
index 4c7c7bd..8bfc7a8 100644
--- a/kite-chain/3-developing/setup-environment.md
+++ b/kite-chain/3-developing/setup-environment.md
@@ -1,3 +1,9 @@
+
+{% hint style="warning" %}
+**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs).
+{% endhint %}
+
+
# Building on Kite Chain - Network setting & tools
Before we start building smart contracts on Kite, its important to go over this section which is designed to help developers quickly set up all the critical tools required for building on the Kite blockchain. Whether you’re a beginner taking your first steps into Web3 development or an experienced EVM builder looking to dive into advanced integrations, this guide provides the tools, resources, and best practices you need to succeed.
diff --git a/kite-chain/3-developing/smart-contracts-list.md b/kite-chain/3-developing/smart-contracts-list.md
index 1d4577b..85c919f 100644
--- a/kite-chain/3-developing/smart-contracts-list.md
+++ b/kite-chain/3-developing/smart-contracts-list.md
@@ -1,3 +1,9 @@
+
+{% hint style="warning" %}
+**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs).
+{% endhint %}
+
+
# Kite Mainnet Contracts List
This page provides a comprehensive list of all smart contracts deployed on Kite Mainnet and related cross-chain deployments.
diff --git a/kite-chain/3-developing/voting-smart-contract.md b/kite-chain/3-developing/voting-smart-contract.md
index 526ff6f..cb71f2f 100644
--- a/kite-chain/3-developing/voting-smart-contract.md
+++ b/kite-chain/3-developing/voting-smart-contract.md
@@ -2,6 +2,12 @@
description: Building & deploying a smart contract on KITE AI with Remix
---
+
+{% hint style="warning" %}
+**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs).
+{% endhint %}
+
+
# Voting Smart contract
Please follow the below steps to build your smart contract on Kite AI:
diff --git a/kite-chain/4-building-dapps/README.md b/kite-chain/4-building-dapps/README.md
index e324dd0..6bfc9fa 100644
--- a/kite-chain/4-building-dapps/README.md
+++ b/kite-chain/4-building-dapps/README.md
@@ -1,3 +1,9 @@
+
+{% hint style="warning" %}
+**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs).
+{% endhint %}
+
+
# Building dApps
Learn how to build complete decentralized applications (dApps) with React frontends that interact with your smart contracts.
diff --git a/kite-chain/4-building-dapps/counter-dapp.md b/kite-chain/4-building-dapps/counter-dapp.md
index 2c99415..cef2609 100644
--- a/kite-chain/4-building-dapps/counter-dapp.md
+++ b/kite-chain/4-building-dapps/counter-dapp.md
@@ -2,6 +2,12 @@
description: A sample counter dApp built with KITE AI testnet & React
---
+
+{% hint style="warning" %}
+**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs).
+{% endhint %}
+
+
# Counter dApp
## Building the dApp with React
diff --git a/kite-chain/4-building-dapps/token-minter.md b/kite-chain/4-building-dapps/token-minter.md
index 97161e6..2844374 100644
--- a/kite-chain/4-building-dapps/token-minter.md
+++ b/kite-chain/4-building-dapps/token-minter.md
@@ -1,3 +1,9 @@
+
+{% hint style="warning" %}
+**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs).
+{% endhint %}
+
+
# Token Minter
## Deploying an ERC-20 Token on the KiteAI Testnet
diff --git a/kite-chain/4-building-dapps/voting-dapp.md b/kite-chain/4-building-dapps/voting-dapp.md
index cb3a34c..4cf5c65 100644
--- a/kite-chain/4-building-dapps/voting-dapp.md
+++ b/kite-chain/4-building-dapps/voting-dapp.md
@@ -2,6 +2,12 @@
description: A sample voting dApp built with KITE AI testnet & React
---
+
+{% hint style="warning" %}
+**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs).
+{% endhint %}
+
+
# Voting dApp
## Building the dApp with React
diff --git a/kite-chain/5-advanced/README.md b/kite-chain/5-advanced/README.md
index f162c54..d31bc32 100644
--- a/kite-chain/5-advanced/README.md
+++ b/kite-chain/5-advanced/README.md
@@ -1,3 +1,9 @@
+
+{% hint style="warning" %}
+**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs).
+{% endhint %}
+
+
# Advanced Features
Take your Kite Chain development to the next level with advanced blockchain features and tools.
diff --git a/kite-chain/5-advanced/account-abstraction-sdk.md b/kite-chain/5-advanced/account-abstraction-sdk.md
index 3671640..1bb4266 100644
--- a/kite-chain/5-advanced/account-abstraction-sdk.md
+++ b/kite-chain/5-advanced/account-abstraction-sdk.md
@@ -1,3 +1,9 @@
+
+{% hint style="warning" %}
+**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs).
+{% endhint %}
+
+
# GoKite Account Abstraction SDK – Developer Guide
The GoKite Account Abstraction (AA) SDK enables developers to build smart contract wallets, manage transactions, and implement rule-based agent spending on the Kite AI Layer 1 chain using ERC-4337 Account Abstraction principles.
diff --git a/kite-chain/5-advanced/multisig-wallet.md b/kite-chain/5-advanced/multisig-wallet.md
index 55e474b..7ad137c 100644
--- a/kite-chain/5-advanced/multisig-wallet.md
+++ b/kite-chain/5-advanced/multisig-wallet.md
@@ -2,6 +2,12 @@
description: Ash Multisig Wallet for Kite AI L1
---
+
+{% hint style="warning" %}
+**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs).
+{% endhint %}
+
+
# Multisig Wallet
A Safe-style technical guide for GoKite.ai builders & operators that bring all the features of Safe to Kite L1 & Avalanche ecosystem. The Support includes contract deployment, gas estimation, and contract-powered multisig.
diff --git a/kite-chain/6-reference.md b/kite-chain/6-reference.md
index 9f62511..204e2c3 100644
--- a/kite-chain/6-reference.md
+++ b/kite-chain/6-reference.md
@@ -2,6 +2,12 @@
description: Kite Security, a secure-by-design and DevSecOps-driven approach
---
+
+{% hint style="warning" %}
+**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs).
+{% endhint %}
+
+
# Security at Kite
## Security at Kite
diff --git a/kite-chain/7-kite-node/README.md b/kite-chain/7-kite-node/README.md
index 4b96ecd..d93281e 100644
--- a/kite-chain/7-kite-node/README.md
+++ b/kite-chain/7-kite-node/README.md
@@ -1,3 +1,9 @@
+
+{% hint style="warning" %}
+**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs).
+{% endhint %}
+
+
# Kite Node
This page contains documentation and operational guidance for running and managing nodes on the Kite mainnet.
diff --git a/kite-chain/7-kite-node/mainnet-network-information.md b/kite-chain/7-kite-node/mainnet-network-information.md
index 365bb3f..033d49f 100644
--- a/kite-chain/7-kite-node/mainnet-network-information.md
+++ b/kite-chain/7-kite-node/mainnet-network-information.md
@@ -1,3 +1,9 @@
+
+{% hint style="warning" %}
+**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs).
+{% endhint %}
+
+
# Mainnet Network Information
This page provides the essential network details required to connect to and interact with the **Kite Mainnet**.
diff --git a/kite-chain/7-kite-node/mainnet-node-operations.md b/kite-chain/7-kite-node/mainnet-node-operations.md
index 96d5cba..4b24d0a 100644
--- a/kite-chain/7-kite-node/mainnet-node-operations.md
+++ b/kite-chain/7-kite-node/mainnet-node-operations.md
@@ -1,3 +1,9 @@
+
+{% hint style="warning" %}
+**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs).
+{% endhint %}
+
+
# Mainnet Node Operations
This page describes how to set up, configure, deploy, and operate a Kite mainnet node.
diff --git a/kite-chain/8-kite-stablecoin/stablecoin-gasless-transfer.md b/kite-chain/8-kite-stablecoin/stablecoin-gasless-transfer.md
index 9563f81..2cd1e14 100644
--- a/kite-chain/8-kite-stablecoin/stablecoin-gasless-transfer.md
+++ b/kite-chain/8-kite-stablecoin/stablecoin-gasless-transfer.md
@@ -1,3 +1,9 @@
+
+{% hint style="warning" %}
+**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs).
+{% endhint %}
+
+
# Stablecoin workflow and User Experience
This section describes how users interact with Kite Chain tokens under both **normal (gas-paid)** and **gasless (meta-transaction)** transfer flows, along with the backend API interface, integration scenarios, reference smart contract implementation, and security considerations.
diff --git a/kite-chain/9-gasless-integration/README.md b/kite-chain/9-gasless-integration/README.md
index 5ec771b..a7ca133 100644
--- a/kite-chain/9-gasless-integration/README.md
+++ b/kite-chain/9-gasless-integration/README.md
@@ -1,3 +1,9 @@
+
+{% hint style="warning" %}
+**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs).
+{% endhint %}
+
+
# Stablecoin Gasless Transfer: Integration Guide
This page provides practical integration instructions for using Kite's Stablecoin Gasless Transfer service. It is intended for developers who want to implement gasless token transfers using signed authorizations (EIP-3009).
diff --git a/kite-chain/mica-whitepaper.md b/kite-chain/mica-whitepaper.md
index 953152c..7a32637 100644
--- a/kite-chain/mica-whitepaper.md
+++ b/kite-chain/mica-whitepaper.md
@@ -1,3 +1,9 @@
+
+{% hint style="warning" %}
+**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs).
+{% endhint %}
+
+
# MiCA Whitepaper
Access Kite's MiCA whitepaper:
diff --git a/scripts/add-deprecation-banner.mjs b/scripts/add-deprecation-banner.mjs
new file mode 100644
index 0000000..4104a39
--- /dev/null
+++ b/scripts/add-deprecation-banner.mjs
@@ -0,0 +1,77 @@
+#!/usr/bin/env node
+// Inserts (or updates) a deprecation banner at the top of every page-level .md
+// file, just below the YAML frontmatter if present. Idempotent: re-running
+// replaces the existing banner block in place. Run from the repo root:
+//
+// node scripts/add-deprecation-banner.mjs
+//
+// Skips: README.md (which gets a larger banner separately), node_modules/,
+// .git/, .gitbook/, and SUMMARY.md (GitBook sidebar — not user-facing prose).
+
+import { readFile, writeFile, readdir, stat } from 'node:fs/promises';
+import path from 'node:path';
+
+const BANNER_START = '';
+const BANNER_END = '';
+
+const BANNER_BLOCK = `${BANNER_START}
+{% hint style="warning" %}
+**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs).
+{% endhint %}
+${BANNER_END}`;
+
+const SKIP_DIRS = new Set(['node_modules', '.git', '.gitbook']);
+const SKIP_FILES = new Set(['SUMMARY.md']);
+
+async function walk(root, rel = '') {
+ const out = [];
+ for (const entry of await readdir(path.join(root, rel))) {
+ const full = path.join(root, rel, entry);
+ const s = await stat(full);
+ if (s.isDirectory()) {
+ if (entry.startsWith('.') || SKIP_DIRS.has(entry)) continue;
+ out.push(...(await walk(root, path.join(rel, entry))));
+ } else if (entry.endsWith('.md') && !SKIP_FILES.has(entry)) {
+ out.push(path.join(rel, entry));
+ }
+ }
+ return out;
+}
+
+function applyBanner(src) {
+ // 1. If a banner is already present, replace it.
+ if (src.includes(BANNER_START)) {
+ return src.replace(
+ new RegExp(`${BANNER_START}[\\s\\S]*?${BANNER_END}\\n*`),
+ BANNER_BLOCK + '\n\n',
+ );
+ }
+
+ // 2. Otherwise, insert AFTER the frontmatter (if any) or at the very top.
+ const fmMatch = src.match(/^---\n[\s\S]*?\n---\n+/);
+ if (fmMatch) {
+ return fmMatch[0] + BANNER_BLOCK + '\n\n' + src.slice(fmMatch[0].length);
+ }
+ return BANNER_BLOCK + '\n\n' + src;
+}
+
+async function main() {
+ const root = process.argv[2] ?? '.';
+ const files = await walk(root);
+ let updated = 0;
+ for (const rel of files) {
+ const full = path.join(root, rel);
+ const src = await readFile(full, 'utf8');
+ const next = applyBanner(src);
+ if (next !== src) {
+ await writeFile(full, next, 'utf8');
+ updated += 1;
+ }
+ }
+ console.log(`Updated ${updated}/${files.length} files.`);
+}
+
+main().catch((err) => {
+ console.error(err);
+ process.exit(1);
+});