Skip to content

02 · Spot Practice: Next Level

The basics article covered "what spot is and how to place orders"; this article answers "how it is actually done in practice". From funding, order placement techniques, and position management to the combination of spot and yield products — everything is grounded in concrete workflows and numeric examples. The futures player's classic mistake is "liquidation"; the spot player's mistakes are usually "bought too high" and "couldn't hold" — this article helps you cure both.


1. Funding in Practice

Deposits and withdrawals are the first and last step of all trading. The basics article covered the flow once; here we add per-market practical details and comparisons.

1. A-Share Bank-Broker Transfer

ItemEssentials
HoursTrading days 9:00-16:00 (some brokers start at 8:30 and support night-time scheduling)
LimitsPer-transaction/daily limits set by the bank, commonly 500,000-5,000,000 CNY; raise the cap in advance if needed
ArrivalAvailable immediately after transfer; proceeds from stocks sold today can only be transferred out on T+1
FeesFree
  • Common misconception cleared up: the bank-broker transfer itself arrives instantly, T+0 (bank → broker is immediate); what is truly "T+1" is the funds available after selling stocks — proceeds from a same-day sale can be reused to buy the same day, but can only be withdrawn to your bank card the next trading day.
  • In practice: before a large deposit, transfer 100 CNY first to verify the card-account mapping; confirm the bank account is bound correctly before moving the big money.

2. Crypto Exchange Fiat Funding (P2P Channels)

StepHow it worksRisk point
P2P buyThe platform matches you with a seller; you pay the seller, the platform escrows the seller's coins and releases them once payment is confirmedSeller fraud, bank card frozen
P2P sellYou list coins for sale; the buyer pays into your bank cardReceiving tainted funds gets your card judicially frozen
Quick buyPlatform-operated or partner merchants; slightly pricier but more standardizedUse with caution when merchant credentials are unclear
  • Iron rule of risk control: use only the big platforms' official P2P, never off-platform private transfers; keep chat and transfer receipts after receiving payment, in case the buyer files a malicious report.
  • Common reason for a frozen bank card: receiving fraud-related funds. The remedy is to keep evidence and cooperate on unfreezing — never settle it privately by "going after whoever froze it".

3. On-chain Deposit (Withdrawal) Network Choice Compared

Withdrawing from an exchange to an on-chain wallet, or depositing from a wallet back to an exchange, both require choosing a network. Wrong network = coins vanish into thin air (or you spend Gas recovering them) — the number one operational accident for beginners.

NetworkTypical coinsArrival timeFee (typical)Characteristics
TRC20USDT, USDCAbout 1 minuteAround 1 USDTFast, cheap; first choice for small amounts
ERC20ETH, USDT (ETH)Minutes to 10 minutesSeveral to tens of USDT (moves with Gas)Slow, expensive; only for DeFi scenarios
BEP20BSC-ecosystem coinsAbout 1 minuteAbout 0.2-1 USDTFast and cheap, but only works on the BSC chain
BTC nativeBTC10-60 minutesPriced per byte in satoshisSlow and expensive when the network is congested
  • Iron rule: the address's network must exactly match the deposit network. A TRC20 address can only receive TRC20; enter it under ERC20 and the coins are lost.

💀 Wrong network = coins vanish into thin air

The address's network must exactly match the deposit network — a TRC20 address can only receive TRC20; enter it under ERC20 and the coins are lost. Addresses on the same chain type (e.g. BSC and ETH) look nearly identical; always double-check the "selected network" label when copying.

  • Addresses on the same chain type (e.g. BSC and ETH) look nearly identical; always double-check the "selected network" label when copying an address.

4. Withdrawal Testing (Small-Amount Test Flow)

Anyone transferring coins to a new address for the first time (especially your own or someone else's cold wallet) should follow this flow:

text
Step 1: send the minimum amount (e.g. 5 USDT) to the target address
Step 2: confirm arrival on-chain (TXID lookup), and check the first 6 and last 4 characters of the address
Step 3: once it arrives, send a small amount back from that address to verify the private key/wallet works
Step 4: only after everything checks out, transfer the large amount
  • The test usually costs less than 1 dollar (TRC20) and saves you from losing tens of thousands — extraordinary value for money.
  • On-chain confirmations: TRC20 generally arrives with 1-2 confirmations; for BTC, wait for at least 1 before doing anything.

2. Order Placement Techniques

1. Advanced use of limit orders: rest them near support/resistance for passive fills

A limit order does not chase an "immediate fill"; it uses price pullbacks/bounces to collect inventory:

  • Rest buys near support: e.g. BTC has strong support at 60000 — rest a limit buy 0.5% below 60000 (say 59700); a pullback passively fills you, saving the spread and getting cheaper coins.
  • Rest sells near resistance: e.g. a coin bouncing toward 200 faces heavy sell pressure — rest a limit sell around 200 and let the price run into it for an automatic exit.
  • Key: the resting price must leave room to trigger (a buffer band around support/resistance); do not park it exactly at a round number (see the stop-loss/take-profit placement below).

2. Maker / Taker Fee Savings Strategy

RoleMeaningTypical fee
Maker (resting side)You rest a limit order and provide liquidity0.02%-0.1% (lower on most platforms)
Taker (taking side)You execute at the book's current price, consuming liquidity0.05%-0.15% (higher on most platforms)
  • Core fact: resting a limit order (Maker) is cheaper than taking (Taker) — the gap is often about 2x.
  • In practice: rest limits for every order that isn't urgent; for deep books like BTC/ETH, an order placed slightly off the market still fills most of the time.
  • Stack VIP tiers / platform-token fee deductions, and the cumulative savings over time are substantial.

3. Iceberg Orders and Order Splitting: how large buys avoid impact cost

One huge order sweeping the book instantly eats through it and pushes the price up — this is impact cost/slippage. Numeric example:

  • Buying 100,000 USD of BTC in one market order: suppose the top 5 levels of the book only total 20,000 USD of depth; the remaining 80,000 USD eats into deeper, more expensive levels, and the actual average fill may be 0.3%-0.5% above the quoted price — an extra 300-500 USD.
  • Split into 10 limit orders of 10,000 USD each: each order only consumes the top few levels, the average price stays near the quote, and slippage can be pressed under 0.05% (about 50 USD).
MethodSlippage (100,000 USD BTC buy example)Extra cost
One large market order0.3%-0.5%300-500 USD
10 split limit ordersAbout 0.05%About 50 USD
Iceberg order (built into the platform)Platform splits automatically, close to manual splittingDepends on platform fees
  • Iceberg orders: the platform generates small orders from your total size and rests them one by one, with only a small slice ever visible on the book — ideal for large buyers/sellers who do not want to reveal intent.
  • Manual splitting: the same idea of breaking a big order into small ones, optionally with time spacing (e.g. one order per hour) to avoid concentrating at one price level.
  • Rules follow each platform's latest fee schedule; impact costs are small for deep major coins, while altcoins routinely see 1%+ slippage — splitting matters even more there.

4. Where to Place Stop-Loss and Take-Profit Orders

Wrong practiceProblemRight practice
Stop at a round number (e.g. 100, 5000)Round numbers are where the crowd densely places orders; a fake breakout sweeps your stop and price bouncesPlace it 1%-2% below the round number (e.g. 49500)
Stop inside a dense trading zoneOrdinary chop triggers it; you get whipsawed back and forthPlace it below the dense zone, leaving room for noise
Take-profit also parked at round numbersPrice often misses the round number by a hair and rolls overPlace it slightly below the round number (e.g. want to sell at 200, rest at 198)
  • Stop/take-profit price = technical level ± buffer band (1%-2%); avoid "precise parking" that gets your stop swept.
  • Where the platform supports linked stop/take-profit (OCO), bind both orders to the position — whichever side hits first closes it automatically, eliminating "running naked after take-profit triggers".

3. Position Management

1. Does spot need stops: the long-term vs short-term split

PerspectivePositionReasoning
Long-term investorNo stop (or only a thesis stop)You hold the "business/asset" itself; short-term volatility is the cost; stopping out often means selling the bottom
Short-term swingMust stopThe entry thesis is based on price; when the thesis breaks, admit it and leave
Middle groundUse a "thesis stop"If fundamentals deteriorate (fraud, team exit scam), leave immediately; if it is mere price noise, hold on
  • One line: the short term protects principal with price stops, the long term protects principal with thesis stops. The difference is what counts as the trigger.

2. The cost of "dead-holding" spot: opportunity cost

Spot cannot liquidate you, but the opportunity cost of dead-holding will slowly "blow up" your returns. Numeric example:

  • You buy 100,000 CNY of an asset at 100, and it grinds down to 30 over the next 2 years. You choose to "play dead" and do nothing.
  • The same 100,000 CNY in a 5% annualized savings product would be worth about 110,300 after 2 years (100000 × 1.05²).
  • Even if the price recovers to 60 after 2 years (a 60% recovery), your total is still only 60,000 — the same money, 2 years apart, is about 50,000 CNY short; that is the opportunity cost of trapped capital.
  • One level deeper: if during those 2 years you kept DCA-ing into a quality broad index/major coins, you would be lowering your cost while the principal keeps rolling, and recovery would come much faster.

Dead-holding is not the same as holding. Holding is a conscious judgment (the thesis is intact); dead-holding is avoiding judgment (refusing to admit you bought too high). They look identical on paper and end worlds apart.

3. Scaling In and Pyramid Adding

  • Scaling in (tranches): split the planned purchase amount into 2-4 tranches and enter on a price ladder. E.g. plan to buy 100,000, in three tranches: 60,000, 30,000, 10,000 — the deeper it falls, the more you buy.
  • Pyramid adding: add more as it falls, but each layer's amount shrinks (not equal, and certainly not growing).
  • Numeric example: BTC bought in tranches starting from 40000, total plan 100,000:
TrancheTrigger priceInvestmentNotes
1st4000050,000Judged to be in the value zone; deploy 50% of the position first
2nd35000 (-12.5%)30,000One level deeper; add 30%
3rd30000 (-14.3%)20,000Extreme zone; add only 20%
ReserveAny bounce0Keep half your bullets in case there is lower to go
  • The pyramid's merit: halfway down the fall you are not fully invested with nothing to do; if the real bottom arrives, you still have bullets to catch it.

🏔 Pyramid iron rule: add as it falls, but shrink each layer's amount

Pyramid adding: add more as it falls, but with each layer's amount shrinking — not equal amounts, and certainly not growing. Halfway down the fall you are not fully invested staring helplessly; if the real bottom arrives, you still have bullets to catch it.

4. Spot position caps and "keep half your bullets"

  • Per-stock/coin cap: aggressive ≤ 20% per name, conservative ≤ 10%, leaving room for "being wrong".
  • Cash/savings ratio: keep 20%-50% in "bullets" (cash or cash-like products) for scaling in on drops and for life emergencies.
  • The psychology of "half your bullets": the reserve gives you an active choice during a crash instead of passive dead-holding — a completely different state of mind.
  • Position management is risk management at heart: in spot, the loss cap is set by your position size, not by "whether you can be liquidated".

4. Combining Spot with Yield Products

1. Spot position + stablecoin savings (interest basics)

  • Park idle, non-trading funds in stablecoin savings/flexible products to earn interest. Common annualized reference: 3%-8% on USDT/USDC flexible savings (subject to the platform's latest rates, and rates move with the market).
  • Portfolio meaning: the spot position swings, the savings position underwrites, and the whole portfolio earns a "base yield".
  • Reality check: stablecoin savings is not risk-free — the platform can misappropriate funds, exit scam, or face a redemption run. Use only major platforms, and never put all your bullets in.

2. Grid trading, advanced: what to do outside the grid range

A grid buys low and sells high inside a set range, but once price escapes the range the grid "loses the net". Common handling:

ScenarioHandling
Price breaks below the grid floorStop buying and wait; if you judge it a short-term dip, you may manually lay a new grid outside the range
Price breaks above the grid ceilingAfter the grid has sold everything, further rallies are "missed"; consider shifting the grid up or keeping a base position
Sustained one-sided trendThe grid as a whole underperforms "buy and hold"; in a one-sided market, shut the grid off and switch to a trend strategy
  • Grids suit oscillating markets; one-sided trends are the grid's structural weakness — outside the range, the point is "don't fight it; adjust the grid bounds in time".

3. Adjusting a spot DCA: rebalance out the overvalued part

  • DCA is not buy-only. Periodically (e.g. quarterly) review holdings, sell the overvalued, overweight portion, and redeploy the funds.
  • Rebalancing example (1,000,000 CNY portfolio, 500,000 each in BTC and ETH):
Time pointBTCETHAction
Start500,000500,00050/50 baseline
Six months later700,000400,000BTC up 40%: sell 100,000 BTC, buy 100,000 ETH
Result600,000500,000Back to roughly 55/45, excess locked in
  • The essence of rebalancing: automated "sell high, buy low" — sell what rose most, top up what fell most; the discipline prevents "too attached to sell after a rally, too scared to buy after a drop".
  • Mind rebalancing friction costs (fees, taxes); 1-2 times a year is enough — no need to overtrade.

5. Spot Tools

A quick reference of practical spot features on major platforms (broker apps, CEX):

FeatureDescriptionUse case
Limit orderRest at a specified price; fills when price arrivesAll planned buys and sells
Stop-loss orderMarket sell once price breaks the triggerPosition risk control
Take-profit orderAuto-sell at the target priceLocking in profit
Linked stop/take-profit (OCO)Bind stop + take-profit to one position; first to trigger winsHolders who cannot watch the market
Conditional orderExecute when custom conditions (price, indicator) triggerBreakout chasing, pullback buying
Trailing stopStop price follows price upward, locking profitProtecting unrealized gains in a trend
Price alertsApp push when a price level hitsWant to decide manually without watching
Auto-DCAAutomatic buys on a fixed scheduleDisciplined DCA execution
  • Practical advice: set the stop/take-profit/alerts at the same moment you open the position — do not go hunting for the button after you are already underwater; decision quality is worst when emotions run high.
  • Platforms name things slightly differently (e.g. "take-profit-stop-loss", "planned order", "conditional order"); the functions are the same — follow what the platform currently supports.

6. Spot Trading Review Essentials

Spot has no liquidation; look back at your losses and they almost always fall into two errors:

1. Error one: bought too high

  • Symptoms: chasing tops (FOMO), emotional all-in, no scaling in.
  • Review questions:
    • How far was the entry price from the then-current support/value zone?
    • Was the buy thesis "it went up" or "it is worth this price"?
    • Did you scale in as planned, or did you slam it all in on impulse?
  • Fix: go back to the order placement techniques in Section 2 and the scaling-in in Section 3, and intercept the "too expensive" error upstream.

2. Error two: couldn't hold

  • Symptoms: bailing after a small gain (take-profit too early), panicking after a small dip (stop too early), or the opposite — playing dead forever.
  • Review questions:
    • When you sold, was the original buy thesis still intact?
    • Was the sale driven by "thesis broken" or by "emotional fear"?
    • If it rallied hard after you sold — was that a miss to regret, or exactly your take-profit target?
  • Fix: write down "why I bought, under what circumstances I sell" for every purchase; pin the decision criteria down and emotions have nowhere to sneak in.

3. Spot review checklist (run after every trade)

text
□ Did I write the buy reason? What was the price/valuation range at the time?
□ Did I scale in or all-in? Did the position exceed the per-name cap?
□ Are the stop/take-profit/alerts set? Are the levels sensible?
□ When I sold, was it a thesis trigger or an emotion trigger?
□ If I could redo it, which step would I change? What is the concrete action?

The biggest difference from futures: spot traders rarely die of "liquidation" — most die of "bought too high" and "couldn't hold". Focus your reviews on those two.


7. Risk Warning

⚠️ Risk Warning

  1. Funding risk: P2P trades can deliver tainted funds that freeze your bank card; a wrong network or a miscopied address on-chain loses funds permanently.
  2. Fee and rule changes: fees, P2P limits, withdrawal network costs, and stablecoin savings rates all change; defer to each platform's latest rules.
  3. Stablecoin savings risk: the yield is not risk-free interest — platform misappropriation, runs, and exit scams all happen; stick to major platforms and cap the amount.
  4. Opportunity cost risk: spot does not liquidate you but "kills with a dull knife" — the compounding loss on trapped capital is especially brutal in long grinds down.
  5. Tool dependence risk: triggered stops and take-profits still fill at market; in extreme moves the fill can be far worse than the trigger, and alert pushes can be delayed.

The essence of advanced spot practice is "spending every unit of money in the open": fund only through verified channels, rest orders only at levels with a reason, always leave room in your position. Whenever any step is uncertain, test small first, then go big.


Further Reading

  • 01-Spot Trading Basics: the underlying theory of this article — order types, fee structures, indirect shorting.
  • 02-Spot Trading Strategies: DCA, grid, swing and other strategies; the portfolio section here is their execution layer.
  • 03-Crypto Spot Deep Dive: wallets, stablecoins, funding channels, and crypto-specific risks; mandatory reading before funding operations.

Further Reading

For study and research only — not investment advice. Markets are risky.