Write the reason you're deleting this FAQ
Every business out there will at one point think of bringing on an investor because they don't have the funds to push their businesses to the highest potential. We all know what bootstrapping is, but this isn't always an option for some companies because they can't seem to break through that ceiling based on what they are already making and what they have to pay themselves, this is where a venture capitalist will come in and help out.
It's a good thing to know that less than 1% of companies within the US have obtained Venture Capitalist money so I wouldn't get your hopes up too much. There are things you need to have in place prior to even contacting them.
I was actually talking with a friend who works for one of these types of companies and I asked him a few questions on how I could get on their radar in order to obtain a decent amount of funding, and below are the responses I got from him, but in my own words 
1. The character of every business owner involved
My friend said that they look at the people running the business and not just the stats the business is showing. They want to know what kind of people are running the business so they can assess if there are any loose cannons or dead weight within the upper management, which would need to be cut out prior to them investing. He said that you could have the best plan in the world, but if there is someone who is unpredictable within upper management, it's too risky because they could screw everything up. They also don't like lazy people because they are seen as dead weight and not worth the investment.
2. Skill sets of the business owners
You won't be able to just have anyone come in and be the CFO or head of marketing. They will need to have specific skill sets in order to fulfill their role adequately. A CFO that only has experience working the cash register at McDonald's is never a good investment because it looks like you just hired a friend or someone off of the street. You can't just hire someone to fill a spot because you want to have an investor open up their wallets, you need a solid foundation, and that starts with the leaders of the company.
3. Cutting Edge Idea
99.9% of new start ups are the idea of something else. A venture capitalist doesn't want you to pitch them a new social media platform, a video sharing website, or an etsy shop. They want to see what YOUR idea is and not your spin on someone elses idea. If they were in the game to do this, they would just invest into the originators idea and add their own spins to it because it would cost much less money to do so.
Remember, roughly 1% of companies in the US are getting VC money. You will definitely need to stand out from the thousands of applicants spamming VC's in order to get someone to contact you back.
4. Everyone needs to benefit
It's difficult to judge how successful a startup is going to be in the beginning because there are no statistics. The ones that usually do amazing things are the ones that are filling a void and also helping everyone out at the same time. Think of Uber, they allow common drivers to make money taking people to places just like a cab would, and they're cheaper because there's not much of an overhead fee. It's easier to get a ride because of Uber, it's easier to communicated due to snapchat and Facebook, it's easier to find a cheap place for the weekend because of airbnb. You need to be unique and offer something no one else is while also helping people out.
5. Long term profits
All of the VC's in the world want to know that your business idea won't be just some fad that fizzles out and dies after a few years. They want to see sustainable growth for the long haul. A VC won't invest in you if they don't think that your business will be around for the long haul and bringing them 3 or 4 times their investment after that. A VC understands that they can't just cash out when they want because it could cripple the business, so they will stick around for a while and help you grow.
If your idea doesn't show long term growth, I can guarantee that you won't be getting any of that VC money.
6. Financial Gain
We all know that people invest simply to make money, it's the same with VC's, they treat it like a business and not a charity. It would be nice if someone were to give me millions and I didn't have to pay them back lmao
VC's think of when they will begin to be profitable from their investments. They are a business partner and want to have their hands in how the business is ran, usually, unless you're a super technical programming company and the VC just knows you're going to make money lol.
None of the investments a VC will make are going to have over night profits, and they understand this very well. They're in it for the long haul and massive profits, just like you are.
In Conclusion:
If you don't have a very unique idea, you likely won't be talking with many VC's. You need to show amazing growth potential while also helping out people along the way. Venture Capitalists know what to look for when investing into a company, and now you do too 
Remember to follow me!
https://www.seoclerks.com/user/Razzy
Thanks!
Razzy
Are you sure you want to delete this post?
Are you sure you want to delete this post?
Are you sure you want to delete this post?
Are you sure you want to delete this post?
Are you sure you want to delete this post?
| Match | Count | SQL | Script |
| SELECT * FROM `questions` as q JOIN categories_faq as c ON q.catid=c.CATID WHERE (q.status=1 OR (q.status=2 AND userid='') ) AND q.quesid='23272' | 1 | SELECT q.*, c.seo as CatSEO, c.name as CatName, c.parentid
FROM `questions` as q
JOIN categories_faq as c ON q.catid=c.CATID
WHERE (q.status=1 OR
(q.status=2 AND userid='')
)
AND q.quesid='23272' | /opt/clerks-staging/docroot/viewfaq.php 496 () () |
| SELECT * FROM seoclerks.members WHERE USERID='19821' | 1 | SELECT * FROM seoclerks.members WHERE USERID='19821' | /opt/clerks-staging/docroot/include/functions/includes/member.php 445 GetAllUserDetails() () |
| SELECT * FROM seoclerks.members WHERE USERID=19821 | 1 | SELECT googleplus_profile FROM seoclerks.members WHERE USERID=19821 | /opt/clerks-staging/docroot/include/functions/main.php 16914 GetGooglePlusProfileFromId() () |
| SELECT * FROM ratings_faq as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=23272 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faq as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=23272
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM answers a, seoclerks.members b WHERE a.quesid='23272' AND a.userid=b.USERID and b.status='1' AND a.status=1 ORDER BY a.combined_votes DESC, a.date_answered asc | 1 | SELECT a.answer, a.USERID, a.upvotes, a.downvotes, a.ansid, a.parentid, a.combined_votes, a.date_answered,
b.username, b.userlevel, b.profilepicture FROM answers a, seoclerks.members b
WHERE a.quesid='23272' AND a.userid=b.USERID and b.status='1' AND a.status=1
ORDER BY a.combined_votes DESC, a.date_answered asc | /opt/clerks-staging/docroot/viewfaq.php 1245 () () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=121314 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=121314
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=172044 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=172044
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=121361 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=121361
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=121464 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=121464
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=121475 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=121475
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=144839 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=144839
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| UPDATE questions SET total_views = total_views + 1 WHERE quesid='23272' | 1 | UPDATE questions SET total_views = total_views + 1 WHERE quesid='23272' | /opt/clerks-staging/docroot/include/functions/main.php 1765 update_Faqviewcount() () |
| SELECT * FROM questions WHERE quesid!='23272' AND status='1' AND (question like '%6 venture capitalist investing%' OR question like '%venture%' OR question like '%capitalist%' OR question like '%investing%') -- ORDER BY RAND() LIMIT 15 | 1 | SELECT quesid, question, seo, userid
FROM questions
WHERE quesid!='23272' AND status='1'
AND (question like '%6 venture capitalist investing%' OR question like '%venture%' OR question like '%capitalist%' OR question like '%investing%')
-- ORDER BY RAND()
LIMIT 15 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() () |
| SELECT * FROM seoclerks.members WHERE USERID='596028' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='596028' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='6160' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='6160' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='19821' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='19821' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='603916' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='603916' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM members_ledger WHERE script='/opt/clerks-staging/docroot/viewfaq.php' AND querystring LIKE '%id=23272%' AND added>=UNIX_TIMESTAMP(NOW())-1200 GROUP BY USERID | 1 | SELECT USERID, username FROM members_ledger
WHERE script='/opt/clerks-staging/docroot/viewfaq.php'
AND querystring LIKE '%id=23272%'
AND added>=UNIX_TIMESTAMP(NOW())-1200
GROUP BY USERID
| /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() () |
| SELECT * FROM categories | 1 | SELECT * FROM categories | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() parseRedundantQueriesCache() |
| select * from categories_software order by name asc | 1 | select * from categories_software order by name asc | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_GetSoftwareCategories() |
| select * from categories_wanttobuy order by name asc | 1 | select * from categories_wanttobuy order by name asc | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_wantcategories() |
| select * from categories_wanttotrade order by name asc | 1 | select * from categories_wanttotrade order by name asc | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_tradecategories() |
| SELECT * FROM seoclerks.members WHERE USERID='134.png' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='134.png' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='600657.jpg' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='600657.jpg' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='591586.jpg' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='591586.jpg' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='597315.jpg' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='597315.jpg' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| select * from categories_faq order by name asc | 1 | select * from categories_faq order by name asc | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_GetFaqCategories() |
| count(*) | sql1 | error_msg |
|---|
| Load | Count | SQL | Max | Min |
Cristian
Are you sure you want to delete this post?