diff --git a/README.md b/README.md
index 19b7f0a..6f7f72e 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,11 @@
-# Fence
+
+
+

+
+
Fence wraps commands in a sandbox that blocks network access by default and restricts filesystem operations based on configurable rules. It's most useful for running semi-trusted code (package installs, build scripts, CI jobs, unfamiliar repos) with controlled side effects, and it can also complement AI coding agents as defense-in-depth.
You can also think of Fence as a permission manager for your CLI agents.
diff --git a/assets/fence-banner.png b/assets/fence-banner.png
new file mode 100644
index 0000000..56caa20
Binary files /dev/null and b/assets/fence-banner.png differ