diff --git a/apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/engine/dedicated/(instance)/[engineId]/overview/components/engine-overview.tsx b/apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/engine/dedicated/(instance)/[engineId]/overview/components/engine-overview.tsx
index 3a57117e23f..8b4f7fa4b5b 100644
--- a/apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/engine/dedicated/(instance)/[engineId]/overview/components/engine-overview.tsx
+++ b/apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/engine/dedicated/(instance)/[engineId]/overview/components/engine-overview.tsx
@@ -95,12 +95,12 @@ function BackendWalletsSection(props: {
{" "}
tab, or{" "}
- learn more about backend wallets.
+ learn more about server wallets.
diff --git a/apps/portal/src/app/engine/v2/get-started/page.mdx b/apps/portal/src/app/engine/v2/get-started/page.mdx
index 27d3f5c6315..6649add9047 100644
--- a/apps/portal/src/app/engine/v2/get-started/page.mdx
+++ b/apps/portal/src/app/engine/v2/get-started/page.mdx
@@ -96,10 +96,12 @@ Learn more about [admins](/engine/v2/features/admins) and [access tokens](/engin
**Backend wallet** are your wallets managed by Engine. Engine will send blockchain transactions from these wallets.
- Configure how to back up wallets.
-- Create or import a backend wallet.
-- Specify the backend wallet to use when calling the Engine API.
-[Learn more about backend wallets.](/engine/v2/features/backend-wallets)
+ - Create or import a server wallet.
+ - Specify the server wallet to use when calling the Engine API.
+
+
+[Learn more about server wallets.](/engine/v2/configure-wallets/server-wallet)
## Interact with the blockchain
diff --git a/apps/portal/src/app/page.tsx b/apps/portal/src/app/page.tsx
index 2786b568ee6..15977e5051a 100644
--- a/apps/portal/src/app/page.tsx
+++ b/apps/portal/src/app/page.tsx
@@ -154,6 +154,12 @@ function LearningResourcesSection() {
description="Wallets, auth, and onchain interactions"
icon={ConnectIcon}
/>
+
,
},
{