diff --git a/deliveries/MeProtocol-Milestone-2.md b/deliveries/MeProtocol-Milestone-2.md
new file mode 100644
index 000000000..830439c45
--- /dev/null
+++ b/deliveries/MeProtocol-Milestone-2.md
@@ -0,0 +1,24 @@
+# Milestone Delivery :mailbox:
+
+**The delivery is according to the official [milestone delivery guidelines](https://github.com/w3f/Grants-Program/blob/master/docs/Support%20Docs/milestone-deliverables-guidelines.md).**
+
+* **Application Document:** [MeProtocol Application Document](https://github.com/w3f/Grants-Program/blob/master/applications/MeProtocol.md)
+* **Milestone Number:** 2
+
+**Context:**
+The Me Protocol is a purpose-built exchange infrastructure for blockchain-based rewards. It provides the fundamental technology for the creation of a frictionless, limitless, and decentralised rewards ecosystem for all companies, large or small, to participate.
+
+
+**Deliverables**
+
+| Number | Deliverable | Link | Notes |
+| ------------- | ------------- | ------------- |------------- |
+| 0a | License |[GPL v3](https://github.com/Me-Protocol/rusty-protocol-v0.1/blob/milestone-1/license.md)| ...|
+| 0b | Documentation |
- [Milestone 2 Documentation](https://github.com/Me-Protocol/rusty-protocol-v0.1/blob/milestone-2/README.md)
- [Tutorial](https://drive.google.com/file/d/1k8Pay8NJBkGyeZtZD2_BWxChR66AG0WX)
| ...|
+| 0c | Testing Guide | - [Test Scripts](https://github.com/Me-Protocol/rusty-protocol-v0.1/tree/milestone-2/tests)
- [Guide for running tests](https://github.com/Me-Protocol/rusty-protocol-v0.1/blob/milestone-2/testing_guide.md)
- [Guide for running backend](https://github.com/Me-Protocol/Rusty-Protocol-Backend-Portal/blob/Milestone-2/Local.md)
| ...|
+| 0d | Docker | - [Docker File For Protocol Tests](https://github.com/Me-Protocol/rusty-protocol-v0.1/tree/milestone-2/Dockerfile)
- [Guide to Run Protocol Test With Docker File](https://github.com/Me-Protocol/rusty-protocol-v0.1/tree/milestone-2/testing_guide.md#running-the-docker-file-for-the-e2e-test)
- [Docker compose file for backend]( https://github.com/Me-Protocol/Rusty-Protocol-Backend-Portal/blob/main/docker-compose.yml)
| ...|
+| 0e | Article | [Blog Article Doc](https://docs.google.com/document/d/1Hcza3V7pXddc_WlMdKl8GZAGZynsUnxM_HXpGRCwPVA/edit?usp=sharing)| ...|
+| 1. | Build out the Protocol Access Component | - [Brand, Customer, Admin](https://github.com/Me-Protocol/rusty-protocol-v0.1/tree/milestone-2/contracts/modules/services/services)
| ...|
+| 2. | Build out the lens component | - [Secretary or Oracle](https://github.com/Me-Protocol/rusty-protocol-v0.1/tree/milestone-2/contracts/modules/services/oracle)
- **NB:** The Loupe component was dropped due to paused work on the diamond standard implementation by the OpenBrush Team
| ...|
+| 3. | Building out the Governance Component | - [Governance](https://github.com/Me-Protocol/rusty-protocol-v0.1/tree/milestone-2/contracts/modules/peripherals/governance)
- [Vote](https://github.com/Me-Protocol/rusty-protocol-v0.1/tree/milestone-2/contracts/modules/peripherals/votes)| ...|
+| 4. | Build out the Backend Service Components for the Me App|
- [Backend Implementation](https://github.com/Me-Protocol/Rusty-Protocol-Backend-Portal/tree/main/src)
| ...|