stage-test.prosperty.in Open in urlscan Pro
13.202.22.6  Public Scan

URL: https://stage-test.prosperty.in/
Submission: On May 15 via api from US — Scanned from DE

Form analysis 5 forms found in the DOM

POST #

<form id="contact-form" action="#" method="post" novalidate="novalidate">
  <div class="row">
    <div class="col-md-12 mb-20">
      <input type="text" class="form-control bg-light" name="name" placeholder="Name" required="">
    </div>
    <div class="col-md-12 mb-20">
      <input type="email" class="form-control bg-light" name="email" placeholder="Email" required="">
    </div>
    <div class="col-md-12 mb-20">
      <input type="text" class="form-control bg-light" name="phone" placeholder="Phone" required="">
    </div>
    <div class="col-md-12 mb-20">
      <textarea class="form-control bg-light" name="message" rows="5" placeholder="Message" required=""></textarea>
    </div>
    <div class="col-md-12">
      <button class="btn btn-primary" name="submit" type="submit">Send Message</button>
    </div>
  </div>
</form>

<form id="user_login_modal" novalidate="novalidate">
  <input type="hidden" name="_token" value="cnUcIgAoOCKnF65Z2M6BooWLEo6OOJseYFwv0SmO">
  <div class="row row-cols-1 g-3">
    <div class="col">
      <label class="mb-2">Email Address</label>
      <input type="text" class="form-control bg-light" name="email" autocomplete="off">
    </div>
    <div class="col">
      <label class="mb-2">Password</label>
      <input type="password" class="form-control bg-light" name="password" autocomplete="off">
    </div>
    <div class="col">
      <button type="submit" id="login" class="btn btn-primary mb-3">Login</button>
    </div>
    <div class="col">
      <a href="https://stage-test.prosperty.in/forgot-password" class="text-dark d-table py-1">Forgot Password or Username</a>
      <a href="https://stage-test.prosperty.in/sign-up" class="text-dark d-table py-1"><u>Don't have account? Click here.</u></a>
    </div>
  </div>
</form>

<form id="invest-form" novalidate="novalidate">
  <input type="hidden" name="_token" value="cnUcIgAoOCKnF65Z2M6BooWLEo6OOJseYFwv0SmO">
  <div class="row row-cols-1 g-3">
    <div class="col">
      <label class="mb-2">Are you sure you want to pay now?</label><br>
      <input type="hidden" name="type" id="type" value="">
      <input type="hidden" name="property_id" id="property_id" value="">
      <label class="mb-2">Wallet Amount</label>
      <input type="hidden" name="invested_amount" id="invested_amount" value="" class="form-control">
      <input type="hidden" name="hidden_invested_amount" id="hidden_invested_amount" value="" class="form-control">
      <input type="text" name="invested_amount_five_percent" id="invested_amount_five_percent" value="" class="form-control" oninput="this.value = this.value.replace(/[^0-9]/g, '')"><br>
      <label class="mb-2">Reward Amount</label>
      <input type="text" name="rewardsinvested_amount" id="rewards_invested_amount" value="0" class="form-control" oninput="this.value = this.value.replace(/[^0-9]/g, '')">
    </div>
    <div class="col">
      <button type="submit" class="btn btn-primary mb-3">Yes</button>
      <a onclick="$('#pay_now').modal('hide');" class="btn btn-primary mb-3">No</a>
    </div>
  </div>
</form>

<form id="addtnl-invest-form" novalidate="novalidate">
  <input type="hidden" name="_token" value="cnUcIgAoOCKnF65Z2M6BooWLEo6OOJseYFwv0SmO">
  <div class="row row-cols-1 g-3">
    <div class="col">
      <label class="mb-2">Are you sure you want to pay now?</label>
      <input type="hidden" name="invest_id" id="addtn_invest_id" value="">
      <input type="hidden" name="property_id" id="addtn_property_id" value="">
      <input type="hidden" name="invested_amount" id="addtn_invested_amount" value="">
    </div>
    <div class="col">
      <button type="submit" class="btn btn-primary mb-3">Yes</button>
      <a onclick="$('#pay_addtn_now').modal('hide');" class="btn btn-primary mb-3">No</a>
    </div>
  </div>
</form>

<form id="user_registration" novalidate="novalidate">
  <input type="hidden" name="_token" value="cnUcIgAoOCKnF65Z2M6BooWLEo6OOJseYFwv0SmO">
  <div class="row row-cols-1 g-3">
    <div class="col">
      <label class="mb-2">I want to register as</label> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <input type="radio" name="user_type" value="1"> <label for="Netflix">Buyer</label> &nbsp;&nbsp; <input type="radio" name="user_type" value="2"> <label
        for="Netflix">Seller</label> &nbsp;&nbsp; <input type="radio" name="user_type" value="3"> <label for="Netflix">Agent</label>
    </div>
    <div class="col-md-4 mb-20">
      <label class="mb-2">Your Name</label>
      <input type="text" class="form-control bg-light" name="name" maxlength="50" autocomplete="off" onkeydown="return /[a-z ]/i.test(event.key)">
    </div>
    <div class="col-md-4 mb-20">
      <label class="mb-2">Email Address</label>
      <input type="text" class="form-control bg-light" name="email" id="email" maxlength="50" autocomplete="off" placeholder="Verification code will be sent to this email">
    </div>
    <div class="col-md-4 mb-20">
      <label class="mb-2">Phone Number</label>
      <input type="text" class="form-control bg-light" name="phone_no" id="phone_no" autocomplete="off" placeholder="eg:- 8422959009" maxlength="10">
    </div>
    <div class="col-md-4 mb-20">
      <label class="mb-2">Password</label>
      <div class="password-wrapper">
        <input type="password" class="form-control bg-light" name="password" id="passwordFieldReg" value="" required="">
        <button type="button" class="toggle-password" id="togglePasswordReg">
          <i class="fa fa-eye" aria-hidden="true"></i>
        </button>
      </div>
      <label for="passwordFieldReg" class="error"></label>
    </div>
    <div class="col-md-4 mb-20">
      <label class="mb-2">Confirm Password</label>
      <div class="password-wrapper">
        <input type="password" class="form-control bg-light" name="confirm_password" id="passwordFieldRegConfirm" value="" required="">
        <button type="button" class="toggle-password" id="togglePasswordRegConfirm">
          <i class="fa fa-eye" aria-hidden="true"></i>
        </button>
      </div>
      <label for="passwordFieldRegConfirm" class="error"></label>
    </div>
    <div class="col-md-4 mb-20">
      <label class="mb-2">Enter Promo Code</label>
      <input type="text" class="form-control bg-light" name="promo_code" placeholder="PROS123">
    </div>
    <div class="col">
      <div class="custom-check-box-2">
        <input type="checkbox" name="terms" id="defaultCheck1">
        <label for="defaultCheck1">Accept Terms and Conditions</label>
      </div>
    </div>
    <div class="col">
      <button type="submit" id="register" class="btn btn-primary mb-3">Register</button>
      <a href="https://stage-test.prosperty.in/terms-and-conditions" class="btn btn-secondary mb-3">Terms and conditions</a>
    </div>
    <a href="https://stage-test.prosperty.in/sign-in" class="text-dark d-table py-1"><u>I already have account. LOGIN</u></a>
  </div>
</form>

Text Content

 * India
 * Goa
 * Mazal Waddo

HOLIDAY HOMES

10 / 12 LEFT

Beach/River/Water


OHANA

Mazal Waddo, Asagao, Goa

Investment
starts with


₹ 99,97,000

 * 5500 BuA
 * Rented
 * 8.2% Yield
 * 6% IRR
   
   

View Details Info


 * PROCESS
   
   * HOW IT WORKS
     
     
     Whether you are an investor, seller, or an agent, Prosperty has exciting
     offers and possibilities for you.
     
     More
     
     --------------------------------------------------------------------------------
     
     PROSPERTY PROCESS
     
     Know the process of property selection, recommendation and onboarding
     members that makes us standout in this arena. More
     
     
     
     PROPERTY MANAGEMENT
     
     All listed properties are under active professional management by Prosperty
     including maintenance to rent collection. More
     
     --------------------------------------------------------------------------------
     
     PROSPERTY REWARDS
     
     Recommend us for cashback and rewards upon successful onboarding and more
     on investment. More
     
     RESALE
     
     Easy, simple, fast resale of your co-ownership through Prosperty. More
     
     --------------------------------------------------------------------------------
     
     BOOK TO STAY
     
     Our smart and automated system makes scheduling easy and equitable for
     every owner.
     
     More
     
     
     
     CERTIFIED PROPERTIES
     
     Offered properties are in our top recommendation list after thorough
     assessments for design, compliance and potential. More
 * PROPERTIES
   
   * COMMERCIAL PROPERTIES WITH RENTAL YIELDS
     
     Discover lucrative co-ownership opportunities for commercial properties.
     Every property title is searched, legally inspected, due diligence
     conducted to ensure secure investments. Benefit from the rental income,
     growth potential, and strategic locational advantages.
     
     
     
     View properties
     
       Mumbai     |     Bangalore     |    Pune     |     London    
     
     
     
     RESIDENTIAL PROPERTIES WITH
     RENTAL INCOME
     
     
     
     
     Explore curated residential properties tailored for investors.
     Our meticulous research, due diligence, strategic selection, and locational
     advantage ensure potential appreciation. Quick rental incomes start as soon
     as your co-ownership is established. View properties
     
       Goa     |   Karjat     |     London
     
     
     
     DESTINATION HOLIDAY HOMES
     
     Co-own exciting holiday properties in exotic locations.
     These are fully furnished and professionally maintained for luxurious
     stays. Pre-ownership studies like title search, due diligence, rental
     income potential, and strategic locational advantages make them attractive
     investments and personal holiday destinations.
     View properties
     
     
     
       Goa     |     Lonavala     |     Alibaug     |    Kausali
     
     
 * SELL
   
   * SELL YOUR PROPERTY WITH EASE
     
     Do you have a property to sell? Use Prosperty’s services to list your
     property by sharing details in our specified format. Our team ensures a
     seamless process, conducting due diligence, physical verification and
     valuation through trusted partners.
     
     Experience a swift closure as our property sourcing team expertly
     structures and finalizes the transaction, turning your property into a
     valuable investment for potential investors.
     
     Register as seller
     
     LIST YOUR PROPERTY
     
     Sellers, please apply in our prescribed format for online submission. Our
     streamlined process ensures a hassle-free experience
     
     --------------------------------------------------------------------------------
     
     DUE DILIGENCE
     
     Our rigorous due diligence filters admissible and compliant properties,
     providing confidence and transparency in every transaction for the seller
     and future investors.
     
     PHYSICAL VERIFICATION
     
     Our meticulous inspection process involves detailed scrutiny, well-defined
     parameters, and standardized assessments, ensuring the authenticity and
     quality of submitted properties.
     
     --------------------------------------------------------------------------------
     
     VALUATION AND CLOSURE
     
     The valuation of property is based on current market prices, potential,
     demand, projections, physical properties and a host of intersecting data,
     backed by experience and judgement.
     
     Our robust process ensures thorough verification, blending tech and human
     assessments for airtight due diligence. Swift closures follow, making the
     transaction journey efficient.
     
     
     
     List your property
 * SHORTLIST
   
   * SHORTLIST PROPERTIES
     
     Select your preferred properties, and our investment experts will guide you
     to make choices aligned with your goals. We will help you make a
     comfortable choice
     
     
     
     View properties
     
     
     
     COMPARE PROPERTIES FOR GOOD
     DECISION MAKING
     
     Prosperty empowers Fractional Property investors with the ability to
     compare properties within and across asset classes, facilitating confident
     decision-making for optimal investments.
     
     START YOUR INVESTMENT
     
     As against big-ticket real estate investments it offers much easier reach,
     distinct flexibility, less exposure and more diversification. The comfort
     of participating in a group, guided by experts and data, adds a lot of
     faith to the process.
   
   
 * ABOUT
   
   * ABOUT US
     
     Prosperty, a cutting-edge online platform, revolutionizes the way investors
     engage with real estate. Our mission is to democratize access to
     high-quality, Grade A commercial properties, residential properties and
     luxury destination homes. More
     
     AGENTS / SALES CHANNEL PARTNERS
     
     Exciting opportunity for Property agents with great commissions,
     transparency, and collaboration. Join a community that values
     professionalism and offers invaluable marketing support for your success.
     More
     
     --------------------------------------------------------------------------------
     
     LOCAL SUPPORT
     
     We provide local support with personal meetings, site inspection and
     complete investment process. More
     
     
     
     BLOGS
     
     Check out our blogs and get to know latest on real estate investing trends.
     More
     
     --------------------------------------------------------------------------------
     
     MARKETING TOOLS
     
     We’ve made it easy to share the message of co-ownership with your clients.
     
     Use this suite of customizable assets that can be co-branded with your logo
     to get started. More
     
     FREQUENTLY ASKED QUESTION
     
     Get to know all your queries answered.
     
     We have tried to answer all related topics where you might need help. More

 * PROCESS
   
   * HOW IT WORKS
     
     
     Whether you are an Investor, Seller or an agent Prosperty has exciting
     offers and possibilities for you.
     
     More
     
     --------------------------------------------------------------------------------
     
     PROSPERTY PROCESS
     
     Know the process of property selection, recommendation and onboarding
     members that makes us standout in this arena. More
     
     
     
     PROPERTY MANAGEMENT
     
     All listed properties are under active professional management by Prosperty
     including maintenance to rent collection. More
     
     --------------------------------------------------------------------------------
     
     PROSPERTY REWARDS
     
     Recommend us for cashback and rewards upon successful onboarding and more
     on investment. More
     
     RESALE
     
     Easy, simple, fast resale of your co-ownership through Prosperty. More
     
     --------------------------------------------------------------------------------
     
     BOOK TO STAY
     
     Our smart and automated system makes scheduling easy and equitable for
     every owner.
     
     More
     
     
     
     CERTIFIED PROPERTIES
     
     Offered properties are in our top recommendation list after thorough
     assessments for design, compliance and potential. More
 * PROPERTIES
   
   * COMMERCIAL PROPERTIES WITH RENTAL YIELDS
     
     Discover lucrative co-ownership opportunities for commercial properties.
     Every property title is searched, legally inspected, due diligence
     conducted to ensure secure investments. Benefit from the rental income,
     growth potential, and strategic locational advantages.
     
     
     
     View properties
     
       Mumbai     |     Bangalore     |    Pune     |     London    
     
     
     
     RESIDENTIAL PROPERTIES WITH
     RENTAL INCOME
     
     
     
     
     Explore curated residential properties tailored for investors.
     Our meticulous research, due diligence, strategic selection, and locational
     advantage ensure potential appreciation. Quick rental incomes start as soon
     as your co-ownership is established. View properties
     
       Goa     |   Karjat     |     London
     
     
     
     DESTINATION HOLIDAY HOMES
     
     Co-own exciting holiday properties in exotic locations.
     These are fully furnished and professionally maintained for luxurious
     stays. Pre-ownership studies like title search, due diligence, rental
     income potential, and strategic locational advantages make them attractive
     investments and personal holiday destinations.
     View properties
     
     
     
       Goa     |     Lonavala     |     Alibaug     |    Kausali
     
     
 * SELL
   
   * SELL YOUR PROPERTY WITH EASE
     
     Do you have a property to sell? Use Prosperty’s services to list your
     property by sharing details in our specified format. Our team ensures a
     seamless process, conducting due diligence, physical verification and
     valuation through trusted partners.
     
     Experience a swift closure as our property sourcing team expertly
     structures and finalizes the transaction, turning your property into a
     valuable investment for potential investors.
     
     Register as seller
     
     LIST YOUR PROPERTY
     
     Sellers, please apply in our prescribed format for online submission. Our
     streamlined process ensures a hassle-free experience
     
     --------------------------------------------------------------------------------
     
     DUE DILIGENCE
     
     Our rigorous due diligence filters admissible and compliant properties,
     providing confidence and transparency in every transaction for the seller
     and future investors.
     
     PHYSICAL VERIFICATION
     
     Our meticulous inspection process involves detailed scrutiny, well-defined
     parameters, and standardized assessments, ensuring the authenticity and
     quality of submitted properties.
     
     --------------------------------------------------------------------------------
     
     VALUATION AND CLOSURE
     
     The valuation of property is based on current market prices, potential,
     demand, projections, physical properties and a host of intersecting data,
     backed by experience and judgement.
     
     Our robust process ensures thorough verification, blending tech and human
     assessments for airtight due diligence. Swift closures follow, making the
     transaction journey efficient.
     
     
     
     List your property
 * SHORTLIST
   
   * SHORTLIST PROPERTIES
     
     Select your preferred properties, and our investment experts will guide you
     to make choices aligned with your goals. We will help you make a
     comfortable choice
     
     
     
     View properties
     
     
     
     COMPARE PROPERTIES FOR GOOD
     DECISION MAKING
     
     Prosperty empowers Fractional Property investors with the ability to
     compare properties within and across asset classes, facilitating confident
     decision-making for optimal investments.
     
     START YOUR INVESTMENT
     
     As against big-ticket real estate investments it offers much easier reach,
     distinct flexibility, less exposure and more diversification. The comfort
     of participating in a group, guided by experts and data, adds a lot of
     faith to the process.
   
 * ABOUT
   
   * ABOUT US
     
     Prosperty, a cutting-edge online platform, revolutionizes the way investors
     engage with real estate. Our mission is to democratize access to
     high-quality, Grade A commercial properties, residential properties and
     luxury destination homes. More
     
     AGENTS / SALES CHANNEL PARTNERS
     
     Exciting opportunity for Property agents with great commissions,
     transparency, and collaboration. Join a community that values
     professionalism and offers invaluable marketing support for your success.
     More
     
     --------------------------------------------------------------------------------
     
     LOCAL SUPPORT
     
     We provide local support with personal meetings, site inspection and
     complete investment process. More
     
     
     
     BLOGS
     
     Check out our blogs and get to know latest on real estate investing trends.
     More
     
     --------------------------------------------------------------------------------
     
     MARKETING TOOLS
     
     We’ve made it easy to share the message of co-ownership with your clients.
     
     Use this suite of customizable assets that can be co-branded with your logo
     to get started. More
     
     FREQUENTLY ASKED QUESTION
     
     Get to know all your queries answered.
     
     We have tried to answer all related topics where you might need help. More

   PROCESS
   
   HOW IT WORKS
   
   
   Whether you are an Investor, Seller or an agent Prosperty has exciting offers
   and possibilities for you.
   
   More
   
   --------------------------------------------------------------------------------
   
   PROSPERTY PROCESS
   
   
   Know the process of property selection, recommendation and onboarding members
   that makes us standout in this arena.
   
   More
   
   --------------------------------------------------------------------------------
   
   PROSPERTY REWARDS
   
   Recommend us for cashback and rewards upon successful onboarding and more on
   investment. More
   
   --------------------------------------------------------------------------------
   
   PROPERTY MANAGEMENT
   
   All listed properties are under active professional management by Prosperty
   including maintenance to rent collection. More
   
   --------------------------------------------------------------------------------
   
   RESALE
   
   Easy, simple, fast resale of your co-ownership through Prosperty. More
   
   --------------------------------------------------------------------------------
   
   BOOK TO STAY
   
   Our smart and automated system makes scheduling easy and equitable for every
   owner.
   
   More
   
   --------------------------------------------------------------------------------
   
   CERTIFIED PROPERTIES
   
   Offered properties are in our top recommendation list after thorough
   assessments for design, compliance and potential. More

   PROPERTIES
   
   COMMERCIAL PROPERTIES WITH RENTAL YIELDS
   
   Discover lucrative co-ownership opportunities for commercial properties.
   Every property title is searched, legally inspected, due diligence conducted
   to ensure secure investments. Benefit from the rental income, growth
   potential, and strategic locational advantages.
   
   
   
     Mumbai     |     Bangalore     |     Pune     |    London
   
   
   
   RESIDENTIAL PROPERTIES WITH
   RENTAL INCOME
   
   
   
   
   Explore curated residential properties tailored for investors.
   Our meticulous research, due diligence, strategic selection, and locational
   advantage ensure potential appreciation. Quick rental incomes start as soon
   as your co-ownership is established. View properties
   
     Goa     |   Karjat     |     London
   
   
   
   DESTINATION HOLIDAY HOMES
   
   Co-own exciting holiday properties in exotic locations.
   These are fully furnished and professionally maintained for luxurious stays.
   Pre-ownership studies like title search, due diligence, rental income
   potential, and strategic locational advantages make them attractive
   investments and personal holiday destinations.
   View properties
   
   
   
     Goa     |     Lonavala     |     Alibaug     |    Kausali
   
   

   SELL
   
   SELL YOUR PROPERTY WITH EASE
   
   Do you have a property to sell? Use Prosperty’s services to list your
   property by sharing details in our specified format. Our team ensures a
   seamless process, conducting due diligence, physical verification and
   valuation through trusted partners.
   
   Experience a swift closure as our property sourcing team expertly structures
   and finalizes the transaction, turning your property into a valuable
   investment for potential investors.
   
   Register as seller
   
   
   LIST YOUR PROPERTY
   
   Sellers, please apply in our prescribed format for online submission. Our
   streamlined process ensures a hassle-free experience
   
   --------------------------------------------------------------------------------
   
   DUE DILIGENCE
   
   Our rigorous due diligence filters admissible and compliant properties,
   providing confidence and transparency in every transaction for the seller and
   future investors.
   
   PHYSICAL VERIFICATION
   
   Our meticulous inspection process involves detailed scrutiny, well-defined
   parameters, and standardized assessments, ensuring the authenticity and
   quality of submitted properties.
   
   --------------------------------------------------------------------------------
   
   VALUATION AND CLOSURE
   
   The valuation of property is based on current market prices, potential,
   demand, projections, physical properties and a host of intersecting data,
   backed by experience and judgement.
   
   Our robust process ensures thorough verification, blending tech and human
   assessments for airtight due diligence. Swift closures follow, making the
   transaction journey efficient.
   
   
   
   List your property

   SHORTLIST
   
   SHORTLIST PROPERTIES
   
   Select your preferred properties, and our investment experts will guide you
   to make choices aligned with your goals. We will help you make a comfortable
   choice
   
   
   
   View properties
   
   
   
   COMPARE PROPERTIES FOR GOOD
   DECISION MAKING
   
   Prosperty empowers Fractional Property investors with the ability to compare
   properties within and across asset classes, facilitating confident
   decision-making for optimal investments.
   
   START YOUR INVESTMENT
   
   As against big-ticket real estate investments it offers much easier reach,
   distinct flexibility, less exposure and more diversification. The comfort of
   participating in a group, guided by experts and data, adds a lot of faith to
   the process.

   CURRENCY
   
   LIST YOUR PROPERTY
   
   Share details of your property in our specified format.
   
   Our team will go through it and get in touch with you within 7 days.
   
   --------------------------------------------------------------------------------
   
   
   DUE DILIGENCE
   
   Your listed property will go through our due-diligence process. Once it is
   passed and short-listed, it is ready for physical inspection.
   
   PHUSICAL VERIFICATION
   
   Once property is shortlisted, property inspection will be done by our expert
   or by our partner.
   
   --------------------------------------------------------------------------------
   
   
   VALUATION
   
   Our valuation partner will be doing the valuation of the property and share
   valuation report.
   
   CLOSURE
   
   Our property sourcing team structure the transaction acquire the property.
   
   
   
   List your property

   ABOUT
   
   ABOUT US
   
   Prosperty, a cutting-edge online platform, revolutionizes the way investors
   engage with real estate. Our mission is to democratize access to
   high-quality, Grade A commercial properties, residential properties and
   luxury destination homes. More
   
   
   --------------------------------------------------------------------------------
   
   AGENTS / SALES CHANNEL PARTNERS
   
   Exciting opportunity for Property agents with great commissions,
   transparency, and collaboration. Join a community that values professionalism
   and offers invaluable marketing support for your success. More
   
   --------------------------------------------------------------------------------
   
   LOCAL SUPPORT
   
   We provide local support with personal meetings, site inspection and complete
   investment process. More
   
   
   --------------------------------------------------------------------------------
   
   BLOGS
   
   Check out our blogs and get to know latest on real estate investing trends.
   More
   
   --------------------------------------------------------------------------------
   
   MARKETING TOOLS
   
   We’ve made it easy to share the message of co-ownership with your clients.
   
   Use this suite of customizable assets that can be co-branded with your logo
   to get started. More
   
   --------------------------------------------------------------------------------
   
   FREQUENTLY ASKED QUESTION
   
   Get to know all your queries answered.
   
   We have tried to answer all related topics where you might need help. More

LOGIN     REGISTER    
 * India
 * Mumbai
 * BKC

COMMERCIAL

28 % FUNDED

A grade property


TRADE CENTER

BKC, Central Mumbai, Mumbai

Investment
starts with


₹ 25,00,000

 * 5350 BuA
 * Rented
 * 9.2% Yield
 * 16.2% IRR
   
   
   

View Details Info


 * India
 * Goa
 * Siolim

RESIDENTIAL

6.20 % FUNDED

Villa


HAMPTON VILLA

Siolim, Siolim, Goa

Investment
starts with


₹ 10,00,000

 * 2862 BuA
 * Rented
 * 8.5% Yield
 * 18% IRR
   
   

View Details Info








YOUR PATH TO WEALTH, ASSURED RETURNS AND HASSLE-FREE INVESTMENT

CONSISTENT INCOME

We conduct comprehensive market research to identify prime commercial and
residential investments, targeting areas with high rental demand and growth
potential. Our analysis of trends and economic indicators guides us to
properties offering robust appreciation and reliable monthly rental income.

REAL ESTATE DIVERSIFICATION

Our market research shapes a strategic investment approach, focusing on a
variety of asset classes including commercial rent-yielding properties,
residential income-generating units, and holiday homes. This strategy accounts
for factors such as anticipated rental income, potential for capital growth, and
risk reduction, ensuring a well-rounded and diversified real estate portfolio.

LOW RISK INVESTMENT

We ensure transparency and continuous dialogue with our investors, offering
comprehensive details on properties, investment conditions, expected returns,
and risks involved. This empowers our investors to make well-informed decisions,
minimizing uncertainty and enhancing the security of their investments.

PROSPERTY. THE GLOBAL ASSURANCE PLATFORM WITH WORLD-CLASS PROCESSES

Prosperty is set to revolutionize fractional real estate, making investment
accessible to all. Setting new standards, it will ensure safety and simplicity
in fractional ownership. Prosperty’s digital platform empowers both new-age and
legacy investors and buyers, democratizing real estate participation.

+ Read More



INVESTMENT OPPORTUNITIES

COMMERCIAL PROPERTIES

Explore All

 * India
 * Mumbai
 * BKC

 * 5350 BuA
 * Rented
 * 9.2% Yield
 * 16.2% IRR

TRADE CENTER

BKC, Central Mumbai, Mumbai

Investment starts with


₹ 25,00,000

28 % FUNDED

More Details
 * UK
 * London
 * The Urban Building

 * 9426 BuA
 * Rented
 * 6.8% Yield
 * 13.2% IRR

UNITY BUSINESS CENTER

The Urban Building, Slough, London

Investment window closed

FUNDED

More Details
 * UK
 * London
 * 3-9 Albert St

 * 1500 BuA
 * Rented
 * 7% Yield
 * 13.4% IRR

HOLA CAFE

3-9 Albert St, Slough, London

Investment window closed

FUNDED

More Details

CITY CENTRIC HIGH YIELD RESIDENTIAL PROPERTIES

Explore All

 * India
 * Navi Mumbai
 * Karjat

 * 3000 BuA
 * Rented
 * 8% Yield
 * 17% IRR

TWILIGHT VILLA

Karjat, Near Radisson Blu, Navi Mumbai

Investment starts with


₹ 2,50,000

26 % FUNDED

More Details
 * India
 * Goa
 * Siolim

 * 2862 BuA
 * Rented
 * 8.5% Yield
 * 18% IRR

HAMPTON VILLA

Siolim, Siolim, Goa

Investment starts with


₹ 10,00,000

6.2 % FUNDED

More Details
 * UK
 * London
 * Bromley High Street

 * 539 BuA
 * Rented
 * 6.5% Yield
 * 14.8% IRR

BROMLEY HIGH STREET

Bromley High Street, Bromley, London

Investment window closed

FUNDED

More Details

DESTINATION HOLIDAY HOMES

Explore All

 * India
 * Goa
 * Beach/River/Water

 * 5500 BuA
 * 12 Owners
 * 10/12 Left

OHANA

Mazal Waddo, Asagao, Goa

Investment starts with


₹ 99,97,000

4447 SQFT LAND

More Details
 * India
 * Goa
 * Beach/River/Water

 * 4200 BuA
 * 12 Owners
 * 10/12 Left

TROPICAL CANOPY VILLA

Porvorim, Sangolda, Goa

Investment starts with


₹ 58,28,750

4500 SQFT LAND

More Details
 * India
 * Lonavala
 * Moutain/Hills

 * 14000 BuA
 * 12 Owners
 * Funded

VILLA VARA

Next to Jain Society, Tungali, Lonavala

Investment window closed

18000 SQFT LAND

More Details


PROSPERTY ADVANTAGE

WE OFFER A UNIQUE OPPORTUNITY FOR REAL ESTATE INVESTORS TO HAVE HIGH INCOME
POTENTIAL AND MAXIMUM RETURNS.

SOURCING THE BEST PROPERTIES

Our rigorous research and experienced team, along with our network, help in
shortlisting the right properties.

+ Read More

TRANSPARENCY

Our investment process is completely data and tech driven and comes with
detailed reporting at every stage of investment.

+ Read More

ON GOING ASSET MANAGEMENT

We continue to actively manage and monitor all assets. This includes lease
management.

+ Read More

COMPLETELY DIGITAL PLATFORM

All investments are completely online. Learn, Search, Invest, Earn and Exit -
all are accessible on our website and mobile app.

+ Read More

BANKING PARTNER

STRUCTURING ADVISOR

LEGAL ADVISOR

VALUATION PARTNER

LEGAL PARTNER

TECHNICAL PARTNER

‹›



IF YOU HAVE A PROPERTY TO SELL,

CONTACT US


ARE YOU LOOKING TO SELL YOUR PROPERTY?

Register Now

Prosperty is a contemporary real estate investment platform that provides a
seamless fractional ownership model, allowing you to access high-yielding
properties and exclusive holiday homes with ease.





CONTACT US

   
 * A 418 Floor 4 PLOT-CS 286, Aurus Chambers, Shivram Seth Amrutward Road Worli,
   Delisle Road, Mumbai - 400013, Maharashtra
   INDIA
 * +91 842 295 9009
 * info@prosperty.in




QUICK LINKS

 * How it works
 * Commercial Properties
 * Residential Properties
 * Destination Holiday Homes
 * Property management
 * Agents / Channel Sales Partners
   
 * Blogs

SUPPORT

 * Contact us
 * About us
 * Our partners
 * Frequently Ask Question
 * Marketing tools


To access all our website contant Register
© 2023 Prosperty All right reserved
 * Terms & Conditions
 * |
 * Privacy & Policy
 * |
 * Site Map

Go Top
×

SEND EMAIL TO AGENT

Send Message

USER LOGIN

×
Email Address
Password
Login
Forgot Password or Username Don't have account? Click here.

PAY NOW

×
Are you sure you want to pay now?
Wallet Amount
Reward Amount
Yes No

AVAILABLE BALANCE



REWARDS BALANCE



PAY NOW

×
Are you sure you want to pay now?
Yes No

REGISTRATION

×
I want to register as       Buyer    Seller    Agent
Your Name
Email Address
Phone Number
Password

Confirm Password

Enter Promo Code
Accept Terms and Conditions
Register Terms and conditions
I already have account. LOGIN

×

   

         
london Commercial Featured 8.5% Yield 54% Funded
INR ( Minimum Investment ) Investment Window Open


HIGHLIGHTS

 * 
 * 4.5 Km from city center
 * One of the prime property of London


PRICING DETAILS

Purchase price INR 2 Fit-out cost INR20 Stamp duty INR09th October 2027
Brokerage INR5 Years Legal fees INR5 Years Reserves INR Maint / Property Tax INR
1000 Acquisition cost INR5 Years Prosperty fee INR5 Years TOTAL VALUE INR5 Years


FUNDING TIMELINE

Investing closing date 00 SPV formation 20 Title deed distribution 09th October
2027 First rental payment 5 Years

 * View More

×

   

         

$ ( Minimum Investment ) Investment Window Open


HIGHLIGHTS

 * 
 * 4.5 Km from city center
 * One of the prime property of London


PRICING DETAILS

Purchase Price INR 1000 Fit-out Cost INR 1000 Stamp Duty INR 1000 Brokerage INR
1000 Legal Fees INR 1000 Reserves INR 1000 Maint / Property Tax INR 1000
Acquisition cost INR 1000 Prosperty fee INR 1000 TOTAL VALUE INR 1000


FUNDING TIMELINE

Investing closing date INR 1000 SPV formation INR 1000 Title deed distribution
INR 1000

 * Invest Now

Test Mode