These 10 steps are the blueprint to becoming rich.

1. Determine your long-term plan.

What do you want?
- own your own business
- grow your 9-5 career
- retire early

This is your BIG goal.
2. Determine your mid-term plan.

Where are you right now?
How do you transition to BIG goal?

A 9-5 job is the place to start.
- It requires the least capital.
- You learn how businesses run.
- You learn people skills.
- You gain stable income.
3. Research which careers pay well.

These sites provide salary data:
- https://t.co/nNbZG0QcxH
- https://t.co/jIXS1hVSsX
- https://t.co/qVEtELuNyL

Find something you have an interest in, even though it may not be your passion.
4. Research what qualifications are needed.

You may need:
- a degree
- a certificate
- specific knowledge
- experience in that field
5. Get qualified in the least expensive way.

- YouTube
- Scholarships
- Online courses
- Entry-level job
6. Don't expect to be the boss on day 1.

You'll most likely start at the bottom.
- an intern
- a contractor
- an entry-level employee

Grow your paycheck over time:
- work hard
- keep learning
- contribute value
- create relationships
7. Start your dream on the side.

- Carve out time each day
- Fund side-hustle with 9-5 salary
- Determine what actions get you there
8. Get your finances in order.

- Keep expenses low
- Save an emergency fund
- Pay off and avoid bad debt
- Turn your paychecks into capital
- Invest in appreciating assets
9. Stay on the path.

Results don't happen overnight.

It took me years of working to gain a decent income.

It took me years of investing to gain a great return.
10. Transition to long-term plan.

- when passive income hits goal
- when business income hits goal
- when side hustle income hits goal

It's time to quit the 9-5 and live your dream.
If you enjoyed this thread:

1. Follow me @millionairecori for more of these
2. RT the first tweet to share this thread with your audience
Check out this 4-minute video to increase the power of your paycheck.

https://t.co/zcWCKcnTGh

More from All

You May Also Like

Nano Course On Python For Trading
==========================
Module 1

Python makes it very easy to analyze and visualize time series data when you’re a beginner. It's easier when you don't have to install python on your PC (that's why it's a nano course, you'll learn python...

... on the go). You will not be required to install python in your PC but you will be using an amazing python editor, Google Colab Visit
https://t.co/EZt0agsdlV

This course is for anyone out there who is confused, frustrated, and just wants this python/finance thing to work!

In Module 1 of this Nano course, we will learn about :

# Using Google Colab
# Importing libraries
# Making a Random Time Series of Black Field Research Stock (fictional)

# Using Google Colab

Intro link is here on YT: https://t.co/MqMSDBaQri

Create a new Notebook at https://t.co/EZt0agsdlV and name it AnythingOfYourChoice.ipynb

You got your notebook ready and now the game is on!
You can add code in these cells and add as many cells as you want

# Importing Libraries

Imports are pretty standard, with a few exceptions.
For the most part, you can import your libraries by running the import.
Type this in the first cell you see. You need not worry about what each of these does, we will understand it later.