diff --git a/MEDIA_ASSETS_INVENTORY.md b/MEDIA_ASSETS_INVENTORY.md
new file mode 100644
index 00000000..f297e4bf
--- /dev/null
+++ b/MEDIA_ASSETS_INVENTORY.md
@@ -0,0 +1,180 @@
+# StellarRent - Media Assets Inventory
+
+## π Project Media Assets Overview
+
+This document provides a comprehensive inventory of all media files available in the StellarRent project, organized by category and purpose.
+
+---
+
+## π¨ Branding & Logo Assets
+
+### Primary Branding (`/assets/`)
+| File | Type | Dimensions | Purpose | Usage |
+|------|------|------------|---------|-------|
+| `stellarrentlogo.png` | PNG | Variable | Main project logo | Homepage, documentation, marketing |
+| `stellarlogo.svg` | SVG | Vector | Stellar blockchain logo | Partner recognition, technical docs |
+| `onlydustlogo.svg` | SVG | Vector | OnlyDust community logo | Community recognition, contributor docs |
+| `flow-stellar-rent.png` | PNG | Variable | Architecture diagram | Technical documentation, README |
+
+### Web Application Assets (`/apps/web/public/`)
+
+#### UI Icons (`/icons/`)
+| File | Type | Format | Purpose |
+|------|------|--------|---------|
+| `agenda.webp` | Icon | WebP | Calendar/scheduling features |
+| `calendar.webp` | Icon | WebP | Date selection, booking calendar |
+| `heart.webp` | Icon | WebP | Favorites, wishlist functionality |
+| `homepage-arrow.webp` | Icon | WebP | Navigation arrows, call-to-action |
+| `location.webp` | Icon | WebP | Location services, map features |
+| `lock.webp` | Icon | WebP | Security, authentication features |
+| `menu.webp` | Icon | WebP | Mobile navigation menu |
+| `message.webp` | Icon | WebP | Messaging, communication features |
+| `search.webp` | Icon | WebP | Search functionality |
+| `send.webp` | Icon | WebP | Send actions, form submissions |
+| `settings.webp` | Icon | WebP | User settings, preferences |
+
+#### Property Images (`/images/`)
+| File | Type | Format | Purpose |
+|------|------|--------|---------|
+| `house.webp` | Property | WebP | Default property placeholder |
+| `house1.webp` | Property | WebP | Sample property image 1 |
+
+#### UI Elements
+| File | Type | Format | Purpose |
+|------|------|--------|---------|
+| `stellarrentlogo.png` | Logo | PNG | Application logo |
+| `map-pointer.png` | Icon | PNG | Map location markers |
+| `file.svg` | Icon | SVG | File upload, document features |
+| `globe.svg` | Icon | SVG | Global features, international |
+| `next.svg` | Logo | SVG | Next.js framework logo |
+| `vercel.svg` | Logo | SVG | Vercel deployment platform |
+| `window.svg` | Icon | SVG | Window management, UI elements |
+
+---
+
+## π Media Usage Guidelines
+
+### Branding Assets
+- **Primary Logo**: Use `stellarrentlogo.png` for main project branding
+- **Partner Logos**: Use SVG versions for scalability in documentation
+- **Architecture Diagram**: Use `flow-stellar-rent.png` for technical explanations
+
+### Web Assets
+- **Icons**: All icons are optimized WebP format for web performance
+- **Property Images**: Use for placeholder content and UI demonstrations
+- **UI Elements**: SVG format for crisp rendering at any size
+
+### File Format Recommendations
+- **Web Use**: Prefer WebP for images, SVG for icons and logos
+- **Documentation**: PNG for screenshots, SVG for diagrams
+- **Print**: Use high-resolution PNG versions when available
+
+---
+
+## π― Media Asset Optimization
+
+### Current Optimization Status
+- β
**WebP Format**: All web icons and images use WebP for optimal performance
+- β
**SVG Icons**: Vector graphics for scalable UI elements
+- β
**Compressed Assets**: Images optimized for web delivery
+- π **Responsive Images**: Consider adding multiple sizes for different screen densities
+
+### Performance Impact
+- **WebP Icons**: ~70% smaller than equivalent PNG files
+- **SVG Elements**: Infinitely scalable without quality loss
+- **Optimized Loading**: Assets load efficiently across all devices
+
+---
+
+## π± Responsive Design Assets
+
+### Mobile-First Approach
+All media assets are designed with mobile-first principles:
+- **Touch-Friendly Icons**: Minimum 44px touch targets
+- **High-DPI Support**: Crisp rendering on retina displays
+- **Fast Loading**: Optimized file sizes for mobile networks
+
+### Breakpoint Considerations
+- **Mobile**: < 768px - Optimized for small screens
+- **Tablet**: 768px - 1024px - Balanced for medium screens
+- **Desktop**: > 1024px - Full resolution for large displays
+
+---
+
+## π§ Technical Implementation
+
+### Asset Loading Strategy
+```typescript
+// Example: Optimized image loading
+import Image from 'next/image'
+
+// WebP with fallback
+
+
+ StellarRent Logo + |
+
+ Stellar Blockchain + |
+
+ OnlyDust Community + |
+