diff --git a/landing/src/components/SecurityInfo.vue b/landing/src/components/SecurityInfo.vue
new file mode 100644
index 0000000..6ed1f6a
--- /dev/null
+++ b/landing/src/components/SecurityInfo.vue
@@ -0,0 +1,184 @@
+
+
+
+
+
+ Unaudited
+ Third-party audit planned for Q3 2026
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/landing/src/views/HomeView.vue b/landing/src/views/HomeView.vue
index 9efbe55..8b0be16 100644
--- a/landing/src/views/HomeView.vue
+++ b/landing/src/views/HomeView.vue
@@ -17,6 +17,7 @@
+
How It Works
@@ -75,7 +76,7 @@
Verified On-Chain
- Deployed on Base. Verified and auditable on-chain.
+ Deployed on Base. All contracts immutable and verified. Inspect every transaction yourself.
Source Code
Documentation
@@ -89,6 +90,7 @@
import KButton from '@/components/KButton.vue';
import LeftRightComponent from '@/components/LeftRightComponent.vue';
import LiveStats from '@/components/LiveStats.vue';
+import SecurityInfo from '@/components/SecurityInfo.vue';
import WalletCard from '@/components/WalletCard.vue';
import { useMobile } from '@/composables/useMobile';
import { useRouter } from 'vue-router';