// Adds dimensions UUID, Author and Topic into GA4
Wednesday, December 17, 2025
27.2 C
Singapore

[Discussion] Do not fundraise for the sake of fundraising. Get shit done

But is that correct? Isn’t it important to start raising cash when you don’t really need it? Or, is it better to get shit done?

vc fundraise startups

“Don’t fundraise for the sake for fundraising. Get your shit done”.

The ideal behind this sentiment is that Founders are spending all of their time running around the city trying to get cash from investors with no rhyme or reason.

Entrepreneurs are seemingly raising cash because they are “supposed to” and don’t have a clear, concise plan for what they plan to do with the money. That’s the way the industry works right?

But, is this a fair criticism? Are we not told to begin raising money before the company really needs it? What’s worse, constantly raising money? Or focussing to hard on “getting your shit done” and looking up one day to realise the run rate is two months?

Also Read: Malaysia Digital Hub launches, enables startups to get up close and personal with digital economy global markets

See also  Singapore luxury e-commerce platform Reebonz eyeing US$150M funding for regional expansion

e27 community, what do you think? What would you do?

The post [Discussion] Do not fundraise for the sake of fundraising. Get shit done appeared first on e27.

Source: e27
vc fundraise startups

- Advertisement -

Hot this week

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });
// //