diff --git a/content/docs/onchain/index.mdx b/content/docs/onchain/index.mdx
index 638d0bf..fe23ca3 100644
--- a/content/docs/onchain/index.mdx
+++ b/content/docs/onchain/index.mdx
@@ -121,4 +121,10 @@ import Blocks from 'lucide-react/dist/esm/icons/blocks'
href="onchain/fuel"
icon={}
/>
+ }
+ />
diff --git a/content/docs/onchain/xion/index.mdx b/content/docs/onchain/xion/index.mdx
new file mode 100644
index 0000000..c6d525d
--- /dev/null
+++ b/content/docs/onchain/xion/index.mdx
@@ -0,0 +1,11 @@
+---
+title: XION
+description: The Reclaim Protocol Proofs are compatible with blockchain applications.
+---
+
+### Flow
+1. Your app requests proofs from the user using one of the front-end libraries like [Reclaim React SDK](/js/frontend-example), [Reclaim React Native SDK](/react-native), [Reclaim Flutter SDK](/flutter) or a backend library like [Reclaim Node SDK](/js/backend-example)
+2. Once the user has uploaded the proof, you can serialize it into a CosmWasm friendly format
+3. Submit the serialized proof to your smart contract
+4. Verify the proof on the smart contract
+
diff --git a/content/docs/onchain/cosmos/xion.mdx b/content/docs/onchain/xion/quickstart.mdx
similarity index 99%
rename from content/docs/onchain/cosmos/xion.mdx
rename to content/docs/onchain/xion/quickstart.mdx
index 783d475..e169795 100644
--- a/content/docs/onchain/cosmos/xion.mdx
+++ b/content/docs/onchain/xion/quickstart.mdx
@@ -1,5 +1,5 @@
---
-title: Cosmos - XION
+title: Quickstart
description: Publish on chain using XION and CosmWasm Stargate
---