diff --git a/Summit/2026/index.html b/Summit/2026/index.html
index c9a7aa643..4160a935b 100644
--- a/Summit/2026/index.html
+++ b/Summit/2026/index.html
@@ -157,10 +157,13 @@
%}
+ {% include sep-header.html text = "Silver" %}
+ {%- assign sponsors = site.data.sponsors.summit-2026.silver | sort_natural: "name" -%}
+ {%- include sponsor-info.html -%}
-{% include sep-header.html text = "Reception" %}
-{%- assign sponsors = site.data.sponsors.summit-2026.reception | sort_natural: "name" -%}
-{%- include sponsor-info.html -%}
+ {% include sep-header.html text = "Reception" %}
+ {%- assign sponsors = site.data.sponsors.summit-2026.reception | sort_natural: "name" -%}
+ {%- include sponsor-info.html -%}
{% include section-end.html %}
\ No newline at end of file
diff --git a/_data/sponsors.json b/_data/sponsors.json
index 92b4df803..3d899a3e1 100644
--- a/_data/sponsors.json
+++ b/_data/sponsors.json
@@ -1,6 +1,13 @@
{
"summit-2026":
{
+ "silver": [
+ {
+ "name": "Proofcraft",
+ "logo": "proofcraft.svg",
+ "url": "https://proofcraft.systems"
+ }
+ ],
"reception": [
{
"name": "Riverside Research",
diff --git a/_news-items/2026-04-17-proofcraft-sponsor.html b/_news-items/2026-04-17-proofcraft-sponsor.html
new file mode 100644
index 000000000..c34f49e73
--- /dev/null
+++ b/_news-items/2026-04-17-proofcraft-sponsor.html
@@ -0,0 +1,28 @@
+---
+# Copyright 2026 seL4 Project a Series of LF Projects, LLC.
+# SPDX-License-Identifier: CC-BY-SA-4.0
+title: Thank you Proofcraft, silver sponsor of the seL4 Summit 2026
+
+img: /Foundation/Membership/LOGOS/proofcraft.svg
+alt: Proofcraft Logo
+link: https://proofcraft.systems
+---
+
+
+ The seL4 Foundation thanks Proofcraft, silver sponsor of the seL4 Summit 2026.
+
+
+ Founded by the seL4 verification leaders, Proofcraft offers commercial support
+ and projects in formal verification in general, and involving seL4
+ specifically. By applying mathematical machine-checked software verification,
+ Proofcraft increases critical software systems' reliability, safety and
+ security, for a verified future.
+
+
+ See here
+ if you are interested in sponsoring the seL4 Summit 2026.
+