diff --git a/app/layout.tsx b/app/layout.tsx
index 3fd28441c..5e2687706 100644
--- a/app/layout.tsx
+++ b/app/layout.tsx
@@ -40,14 +40,14 @@ export default function RootLayout({
- Join Hiro Hacks and compete in monthly coding challenges
+ Compete for a dev scholarship to Bitcoin 2025.
{children}
diff --git a/content/docs/stacks/hacks/recipes.mdx b/content/docs/stacks/hacks/archive/recipes.mdx
similarity index 100%
rename from content/docs/stacks/hacks/recipes.mdx
rename to content/docs/stacks/hacks/archive/recipes.mdx
diff --git a/content/docs/stacks/hacks/build-with-sbtc.mdx b/content/docs/stacks/hacks/build-with-sbtc.mdx
new file mode 100644
index 000000000..2d81be2f8
--- /dev/null
+++ b/content/docs/stacks/hacks/build-with-sbtc.mdx
@@ -0,0 +1,28 @@
+---
+title: Interact with sBTC
+description: Build an app or feature that integrates with sBTC. Compete for your scholarship.
+---
+
+**Timeline**: March 26 - April 1, 2025
+
+This month's challenge is to build with [sBTC](https://www.stacks.co/sbtc), the new programmable Bitcoin-backed asset on Stacks. Since its launch in December, sBTC has brought $260M+ of BTC liquidity directly to Stacks. With sBTC withdrawals going live on March 31st, there's never been a better time to start building with sBTC, and this is your perfect opportunity to get started.
+
+We will be awarding 2 developer scholarships to 2 different winners this month. Each scholarship will receive **hotel accommodations**, a **$1,000 travel stipend**, and tickets to **Bitcoin 2025** in Las Vegas.
+
+Submit your project [here](https://hirohacks25.paperform.co/).
+
+Your submission can be a full-fledged application, or a new feature in your existing project. The only requirements are that it has to interact with sBTC in some way and that you build something new during the window of this hack.
+
+## Some hack ideas to get you started
+
+- A cli command for transferring sBTC
+- An analytics dashboard for sBTC activity
+- Any kind of smart contract functionality that interacts with sBTC
+---
+
+## Resources
+
+- [Working with sBTC in Clarinet](/stacks/clarinet/guides/working-with-sbtc)
+- [sBTC package](/stacks/stacks.js/packages/sbtc)
+- [Submission form](https://hirohacks25.paperform.co/)
+- [Stacks Discord](https://stacks.chat)
diff --git a/content/docs/stacks/hacks/index.mdx b/content/docs/stacks/hacks/index.mdx
index 47949e851..0c1cb49a1 100644
--- a/content/docs/stacks/hacks/index.mdx
+++ b/content/docs/stacks/hacks/index.mdx
@@ -8,7 +8,7 @@ import { SecondaryCard } from '@/components/card';
Hiro Hacks are monthly hackathons designed to bring together the most innovative builders in the Stacks ecosystem. Each month features a unique theme, challenging you to stretch your creativity, show off your skills, and learn from other devs in the process.
-Have fun. Build something new. Compete against other devs for Hiro swag and your seat in a [hacker house](#prizes) coming later this year.
+Have fun. Build something new. Compete against other devs for a scholarship to Bitcoin 2025 in Las Vegas this May (scroll down for details).
To submit your projects each month, [complete this form](https://hirohacks25.paperform.co/) before midnight ET on the last day of that month's hack.
@@ -18,7 +18,7 @@ To submit your projects each month, [complete this form](https://hirohacks25.pap
| --- | --- | --- |
| Jan 22-28 | [AI x Stacks](/stacks/hacks/archive/ai) | Build something that combines AI capabilities with Stacks. |
| Feb 19-25 | [Create your own recipe](/stacks/hacks/recipes) | Create your own recipe for the Hiro Cookbook and share it with the community. |
-| Mar 19-25 | TBA | Coming soon |
+| Mar 26 - Apr 1 | [Build with sBTC](/stacks/hacks/build-with-sbtc) | Build an app or feature that interacts with sBTC. |
| Apr 23-29 | TBA | Coming soon |
| May 21-27 | TBA | Coming soon |
| Jun 18-24 | TBA | Coming soon |
@@ -26,9 +26,9 @@ To submit your projects each month, [complete this form](https://hirohacks25.pap
## Prizes
-At the end of each monthly hack, Hiro will host a livestream on X going over submissions and announcing that month's winning developer. The prize? Fame, glory and Hiro swag.
+For March's hack, we will be awarding 2 developer scholarships to 2 different winners. Each developer scholarship includes **hotel accommodations**, a **$1,000 travel stipend**, and **tickets to [Bitcoin 2025](https://b.tc/conference/2025)** in Las Vegas this May.
-Top developers from these monthly hacks will be invited to participate in a Hiro hacker house tied to one of the year's biggest conferences, key expenses covered. We'll share more details on that house soon, so stay tuned.
+Code your way to Vegas and spend time with Stacks builders while diving into the zany world of the biggest Bitcoin conference of the year.
## Resources
diff --git a/content/docs/stacks/hacks/meta.json b/content/docs/stacks/hacks/meta.json
index eb0996557..e42d126f1 100644
--- a/content/docs/stacks/hacks/meta.json
+++ b/content/docs/stacks/hacks/meta.json
@@ -5,8 +5,9 @@
"---Hiro Hacks---",
"index",
"---Hacks---",
- "recipes",
+ "build-with-sbtc",
"---Archive---",
+ "archive/recipes",
"archive/ai",
"archive/build-a-friend-tech-clone",
"archive/build-a-decentralized-grants-program",