diff --git a/src/components/BwlLinks.tsx b/src/components/BwlLinks.tsx
index 4a9db0e..7b76c78 100644
--- a/src/components/BwlLinks.tsx
+++ b/src/components/BwlLinks.tsx
@@ -1,9 +1,15 @@
import { LinkText } from 'components/Text'
-import { bwlBlog, bwlGitHub, contactUs } from 'helpers/constants'
+import {
+ bwlBlog,
+ bwlGitHub,
+ contactUs,
+ whitepaperLink,
+} from 'helpers/constants'
export default function () {
return (
<>
+ Whitepaper
Blog
GitHub
Contact
diff --git a/src/helpers/constants.ts b/src/helpers/constants.ts
index e43f1cf..071855f 100644
--- a/src/helpers/constants.ts
+++ b/src/helpers/constants.ts
@@ -3,4 +3,5 @@ export const contactUs =
"mailto:hello@bwl.gg?subject=Hello%20BigWhaleLabs%2C%20it's%20..."
export const bwlGitHub = 'https://github.com/BigWhaleLabs'
export const bwlBlog = 'https://blog.bigwhalelabs.com'
+export const whitepaperLink = 'https://docsend.com/view/238tkidbu8ju82dt'
export const ketlUrl = 'https://ketl.xyz'