๐ Terms from this lesson
Crypto / cryptocurrency โ money on the internet that no single bank controls. Bitcoin, Ether, USDT are the most famous.
Blockchain โ a large public ledger. All transactions are recorded forever, visible to everyone, and no one can "delete" them.
DeFi (Decentralized Finance) โ financial services without a bank. Loans, swaps, insurance โ through programs, not banks.
CEX โ Centralized Exchange. An exchange like Binance, Coinbase. Similar to a bank: it holds your money.
DEX โ Decentralized Exchange. An exchange without an owner: a program on the blockchain. Your money stays with you.
Wallet โ your address in crypto. Like an account number + its key. The most important thing in DeFi.
Gas (gas) โ blockchain fee for each transaction. You pay the network to have the transaction recorded in the ledger.
โ Before this lesson
- โCrypto = investments like stocksโ
- You don't understand why you need a wallet if you have Binance
- You think DeFi is for geeks
โ
After this lesson
- You understand the difference between a bank and DeFi
- You know why you need your own wallet
- You see where you can earn on price differences
Analogy โ Bank vs. DeFi
Imagine two systems.
Bank (old world): You go, open an account. The bank holds your money. If you want to send money to a friend, the bank confirms it, takes a fee, and makes a record. If you want a loan, the bank decides whether to give it or not. On weekends, the bank is closed.
DeFi (new world): You create a wallet through an app. The money is yours. If you want to send money, you send it yourself, no one confirms it (the program confirms it). If you want a loan, the program gives it against collateral, without a questionnaire. It works 24/7, the same way all over the world.
๐ฆ Bank (CEX = like a bank)
- Money is with the bank / exchange
- Regulation, KYC, limits
- Works during business hours
- Fees for transfers
- Can block you
๐ DeFi
- Money is in your wallet
- No KYC, no limits
- Works 24/7
- Only gas fees
- No one can block you
CEX vs DEX โ Where to trade
There are 2 types of exchanges in crypto:
- CEX (Binance, Coinbase) โ like a bank. They hold your money. Convenient for beginners. But there's KYC, limits, and they can block you.
- DEX (Uniswap, Curve) โ a program on the blockchain. You hold your money. No KYC. Accessible from any country.
Arbitrage works between both โ but it's specifically between DEXs that there are many inefficiencies you can catch with a bot.
Wallet โ Your Passport
In DeFi, there's no "login / password". There's a wallet โ your address and a secret key. If you lose the key, you lose access forever. If someone finds out your key, they steal everything.
The most popular wallet is MetaMask. It's a browser extension. In Module 2, we'll install it and set up our first one.
โ ๏ธ The main rule โ never give your seed phrase to anyone
A seed phrase is the 12 words you see when creating a wallet. It's your password. No support team will ever ask for it. If they ask, it's a scammer.
Gas โ Why Transactions Aren't Free
Every transaction on the blockchain = an entry in a large public ledger. This ledger is maintained by computers around the world. For their work, they take a fee โ this is "gas".
On Ethereum, gas can range from $0.50 to $50 per transaction. This is too expensive for arbitrage strategies. That's why modern arbitrage happens on L2 networks โ Arbitrum, Optimism, Base โ where gas is $0.01-$1. We'll cover this in detail in Module 4.
Why Learn DeFi Specifically
- Country-independent. Works from anywhere.
- 24/7 market. Opportunities arise even at night.
- All data is public. Anyone can view transactions, prices, and volumes. Ideal for AI agents.
- Low barrier to entry. You don't need $100K to start. You can do arbitrage on L2 with $100.
- Before โ you needed a Solidity and blockchain expert. Now โ Claude Code writes the code for you.
๐๏ธ Real GuardLabs Example
We run the NEXUS Paper Bot โ a paper-trading bot on Binance Futures. You can see its trades live at nexus-bot.pro/proof/paper/ (FREE). This is CEX arbitrage, but the logic is the same as in DeFi: we catch market inefficiencies.
If you want a complete DFY trading bot โ NEXUS Bot DFY $499-$1499 via Whop.
guardlabs.online โ DFY bot โ
๐ฏ Key Takeaway from This Lesson
DeFi = finance without a bank. Your money is in your wallet. CEX (Binance) is convenient, DEX (Uniswap) is free. Wallet (MetaMask) is your pass. Gas = network fee. In the next lesson โ what arbitrage is and why bots win.