diff --git a/docs/general/oasis-network/papers.mdx b/docs/general/oasis-network/papers.mdx
new file mode 100644
index 0000000000..0f6234e8bb
--- /dev/null
+++ b/docs/general/oasis-network/papers.mdx
@@ -0,0 +1,32 @@
+# Papers
+
+1. **[Keep Your Transactions On Short Leashes or Anchoring For Stability In A
+ Multiverse of Block Tree Madness](https://arxiv.org/abs/2206.11974)**
+ \[[PDF](./papers/2022-short_leashes.pdf)\]
+ Bennet Yee
+ 2022 Technical Report
+
+2. **[Shades of Finality and Layer 2 Scaling](https://arxiv.org/abs/2201.07920)**
+ \[[PDF](./papers/2022-shades_of_finality.pdf)\]
+ Bennet Yee, Dawn Song, Patrick McCorry, Chris Buckland
+ 2022 Technical Report
+
+3. **An Implementation of Ekiden on the Oasis Network**
+ \[[PDF](./papers/2021-an_implementation_of_ekiden.pdf)\]
+ Oasis Protocol Project
+ 2021 Technical Report
+
+4. **The Oasis Blockchain Platform**
+ \[[PDF](./papers/2020-the_oasis_blockchain_platform.pdf)\]
+ Oasis Protocol Project
+ 2020 Technical Report
+
+5. **[Digital Stewardship: An Introductory White Paper](https://ssrn.com/abstract=3669911)**
+ \[[PDF](./papers/2020-digital_stewardship.pdf)\]
+ Richard Whitt
+ 2020 SSRN, Elsevier
+
+6. **[Ekiden: A Platform for Confidentiality-Preserving, Trustworthy, and Performant Smart Contracts](https://doi.org/10.1109/EuroSP.2019.00023)**
+ \[[PDF](./papers/2019-ekiden.pdf)\]
+ Raymond Cheng, Fan Zhang, Jernej Kos, Warren He, Nicholas Hynes, Noah Johnson, Ari Juels, Andrew Miller, Dawn Song
+ 2019 IEEE European Symposium on Security and Privacy (EuroS&P)
diff --git a/docs/general/oasis-network/papers/2019-ekiden.pdf b/docs/general/oasis-network/papers/2019-ekiden.pdf
new file mode 100644
index 0000000000..717ac32e74
Binary files /dev/null and b/docs/general/oasis-network/papers/2019-ekiden.pdf differ
diff --git a/docs/general/oasis-network/papers/2020-digital_stewardship.pdf b/docs/general/oasis-network/papers/2020-digital_stewardship.pdf
new file mode 100644
index 0000000000..2451d747d4
Binary files /dev/null and b/docs/general/oasis-network/papers/2020-digital_stewardship.pdf differ
diff --git a/docs/general/oasis-network/papers/2020-the_oasis_blockchain_platform.pdf b/docs/general/oasis-network/papers/2020-the_oasis_blockchain_platform.pdf
new file mode 100644
index 0000000000..7190bf3bcc
Binary files /dev/null and b/docs/general/oasis-network/papers/2020-the_oasis_blockchain_platform.pdf differ
diff --git a/docs/general/oasis-network/papers/2021-an_implementation_of_ekiden.pdf b/docs/general/oasis-network/papers/2021-an_implementation_of_ekiden.pdf
new file mode 100644
index 0000000000..66c023bb71
Binary files /dev/null and b/docs/general/oasis-network/papers/2021-an_implementation_of_ekiden.pdf differ
diff --git a/docs/general/oasis-network/papers/2022-shades_of_finality.pdf b/docs/general/oasis-network/papers/2022-shades_of_finality.pdf
new file mode 100644
index 0000000000..0eb147661d
Binary files /dev/null and b/docs/general/oasis-network/papers/2022-shades_of_finality.pdf differ
diff --git a/docs/general/oasis-network/papers/2022-short_leashes.pdf b/docs/general/oasis-network/papers/2022-short_leashes.pdf
new file mode 100644
index 0000000000..be214440f0
Binary files /dev/null and b/docs/general/oasis-network/papers/2022-short_leashes.pdf differ
diff --git a/sidebarGeneral.ts b/sidebarGeneral.ts
index 8035bd3bc6..f4238aa9c0 100644
--- a/sidebarGeneral.ts
+++ b/sidebarGeneral.ts
@@ -17,11 +17,7 @@ export const sidebarGeneral: SidebarsConfig = {
},
items: [
'general/oasis-network/token-metrics-and-distribution',
- {
- type: 'link',
- label: 'Papers',
- href: 'https://oasisprotocol.org/papers',
- },
+ 'general/oasis-network/papers',
'general/oasis-network/faq',
],
},