diff --git a/submissions/BillaShot_YojanaSetu.md b/submissions/BillaShot_YojanaSetu.md
new file mode 100644
index 0000000..21ab64e
--- /dev/null
+++ b/submissions/BillaShot_YojanaSetu.md
@@ -0,0 +1,196 @@
+
+
+ YojanaSetu โ๏ธ
+
+
+ YojanaSetu: Smart Bridge to Government Welfare
+
+
+
+ By Team YojanaSetu
+

+
+
+
+
+
+Table of Contents (Click to Expand)
+
+- [๐ Description](#-description)
+- [๐ Links](#-links)
+- [๐ค Tech Stack](#-tech-stack)
+- [๐๏ธ System Architecture](#๏ธ-system-architecture)
+- [๐ Progress](#-progress)
+- [๐ฎ Future Scope](#-future-scope)
+- [๐ธ Applications](#-applications)
+- [๐ Project Setup](#-project-setup)
+- [๐จโ๐ป Team Members](#-team-members)
+- [๐จโ๐ซ Mentors](#-mentors)
+
+
+
+---
+
+
+## ๐ Description
+
+**YojanaSetu** is an enterprise-grade digital platform designed to democratize access to government funding by analyzing complex eligibility criteria invisible to the casual searcher.
+
+Traditional portals require manual, error-prone searching; YojanaSetu replaces this with a **Neural Recommendation Engine** that calculates a precise **Match Score** based on a user's business forensic profile.
+
+The system utilizes:
+
+- โ
Active Regex Filtering
+- โ
Gemini 1.5 Flash
+- โ
Weighted Eligibility Matching
+
+By analyzing scheme updates and user data, it ensures MSMEs and Startups unlock capital with **99.9% transparency**.
+
+---
+
+
+## ๐ Links
+
+- ๐น [GitHub Repository](https://github.com/PranavP2412/YOJANASETU)
+- ๐ [Hosted Project](https://yojanasetu-frontend-1.onrender.com/)
+- โ๏ธ [Video](https://drive.google.com/drive/folders/1rN7IjhV3werBqnD5p0wNkgeS5uNgH6BU?usp=drive_link)
+- ๐ธ [Project Screenshots](https://github.com/PranavP2412/YOJANASETU/tree/master/Client/Frontend/src/assests)
+
+---
+
+
+## ๐ค Tech Stack
+
+### ๐งฉ Development Stack
+
+**Frontend**
+- React
+- Vite
+- TailwindCSS
+- Lucide React
+
+**Backend**
+- Node.js
+- Express.js
+
+**Database**
+- MongoDB Atlas (Mongoose ODM)
+
+**AI Integration**
+- Google Gemini 1.5 Flash API
+
+**Authentication**
+- Google OAuth 2.0
+- JWT (Access & Refresh Tokens)
+
+---
+
+
+## ๐๏ธ System Architecture
+
+
+## ๐ Progress
+
+### โ
Fully Implemented
+
+- **Wallet-Less Neural Authentication**
+ Google OAuth 2.0 integration with secure COOP headers and JWT-based session management.
+
+- **Forensic Profile Management**
+ Dynamic user profiling (Sector, Turnover, Stage) powering the recommendation engine.
+
+- **Automated Email Verification**
+ Secure verification workflow using SHA-256 token hashing and SMTP integration.
+
+- **Hybrid Search & Filter**
+ Optimized Regex-based querying combined with categorical tag filtering for fast discovery.
+
+- **AI Recommendation Core**
+ Gemini-powered natural language explanations describing why a scheme matches a user profile.
+
+---
+
+### ๐ง Work In Progress
+
+- **Document Vault**
+ Secure encrypted storage layer for KYC and application-related documents.
+
+- **Multilingual UI**
+ Regional language support (Hindi, Marathi, and more) for wider accessibility.
+
+---
+
+
+## ๐ฎ Future Scope
+
+- ๐ท **OCR Verification**
+ Automated document parsing and data extraction for form pre-filling.
+
+- ๐ฌ **WhatsApp Chatbot Integration**
+ Lightweight conversational assistant for rural and low-bandwidth users.
+
+- ๐ **Blockchain-backed Community Beneficiary Loop**
+ Transparent mentoring ecosystem connecting previous scheme beneficiaries with new applicants.
+
+---
+
+
+## ๐ธ Applications
+
+- **MSME Funding Discovery**
+ Accelerating capital access for small and medium enterprises.
+
+- **Agri-Tech Subsidies**
+ Helping farmers discover state-specific agricultural grants.
+
+- **Women Entrepreneurship Schemes**
+ Focused identification of gender-specific welfare programs.
+
+- **Government Educational Loans**
+ Connecting students with subsidized credit and financial aid programs.
+
+
+## ๐ Project Setup
+
+#### 1๏ธโฃ Clone the Repository
+
+```bash
+git clone https://github.com/PranavP2412/YOJANASETU
+```
+
+#### 2๏ธโฃ Backend Configuration
+Enter the Server directory and install dependencies. Create a .env file based on credentials.
+```bash
+cd Server
+npm install
+npm start
+```
+#### 3๏ธโฃ Frontend Configuration
+Install dependencies and launch the development server.
+```bash
+cd ../Client/Frontend
+npm install
+npm run dev
+```
+#### 4๏ธโฃEnvironment Variables
+Ensure the following are set for full functionality:
+
+
+```bash
+GOOGLE_CLIENT_ID
+
+GEMINI_API_KEY
+
+EMAIL_USER
+EMAIL_PASS
+```
+---
+
+## ๐จโ๐ป Team Members
+- [Pranav Patil](https://github.com/PranavP2412)
+- [Krish Ahirkar](https://github.com/Krishahirkar)
+
+## ๐จโ๐ซ Mentors
+
+* **Zoher Vohra**: [Zoher](https://github.com/zohervohra)
+* **Ronit Choube**: [Ronit](github.com/RAIDxVIPER)