Learn how it all actually works
Six short lessons that take you from "what is a chain" to confidently moving value both ways between Solana and Robinhood Chain. No jargon left unexplained.
01Two chains, one app
3 minSolana and Robinhood Chain are two separate networks that speak different languages. Hoodetta puts both of them behind one screen.
- Solana
- Where your SOL lives. Addresses look like a long mix of letters and numbers and are case-sensitive. Phantom is the wallet most people use here.
- Robinhood Chain
- An EVM network — the same family as Ethereum. Addresses start with 0x, the gas asset is ETH, and wallets like MetaMask, Rabby or OKX can hold it.
- Why they can't talk directly
- A Solana transaction cannot move a token on an EVM chain. Something in the middle has to take your asset on one side and release the matching asset on the other. That middle piece is the bridge.
02Your two wallets
3 minYou need an address on each side. Hoodetta gives you both without asking you to write down a new seed phrase.
- The Solana side
- That's simply your Phantom (or OKX) account. Nothing new is created and Hoodetta never sees your keys.
- The Robinhood Chain side
- The first time you connect, you sign one message. That signature is turned into a private key that only exists in your browser, and it always produces the same address for the same wallet.
- Bring your own instead
- Already have an EVM wallet? Connect MetaMask, Rabby, OKX or Phantom's EVM account and Hoodetta will use that address instead of the derived one.
- Export any time
- The Portfolio page can reveal the private key of the derived wallet so you can import it into any EVM wallet. Anyone with that key owns the funds — treat it like cash.
03What a quote really is
2 minBefore anything moves, the app asks a routing service what you would receive for what you're paying.
- Price
- The live market rate for the pair, refreshed while the screen is open. Big amounts can move the price against you — that's slippage.
- Fees
- Two kinds: network fees paid to each chain for including your transaction, and a small routing fee for the party fronting the asset on the other side.
- Time
- Most routes settle in seconds. Slower ones wait for more confirmations on the origin chain before releasing on the destination.
04How the bridge moves value
4 minNothing is teleported. Your asset is deposited on one chain and an equivalent asset is released to you on the other.
- 1. Deposit
- You sign a single transaction that sends your asset to the route's deposit address on the chain you're paying from.
- 2. Detection
- The router watches that chain. Once your deposit has enough confirmations, the order is marked as funded.
- 3. Release
- A matching amount is sent to your address on the destination chain. You get a second transaction hash — the app links to both explorers.
- 4. Both directions
- The same three steps run in reverse. Paying with ETH on Robinhood Chain to receive SOL is the identical flow with the chains flipped.
05Buying and selling a token
3 minA token purchase is a bridge plus a swap, bundled into one order so you only approve what's needed.
- Buying
- Pay SOL or ETH, and the route ends in the token you picked, delivered to your address on its own chain.
- Selling
- Same route backwards. On EVM chains a sale usually needs two signatures: one approval that lets the router move that token, then the sale itself.
- Approvals
- An approval is permission, not a payment. It still costs a little gas and it is worth granting only to contracts you intend to trade with.
06Staying safe
3 minMost losses in crypto are not hacks — they are a person clicking the wrong thing.
- Read before you sign
- Your wallet shows the amount and the destination. If they don't match what the screen promised, reject it.
- Never share a key
- No support person, giveaway or airdrop ever needs your private key or recovery phrase. Anyone asking is stealing.
- Check the token address
- Anyone can name a token anything. Paste the contract address from a source you trust rather than picking by name.
- Start small
- Send a tiny first amount through a new route, confirm it lands, then send the rest.
Glossary
- Gas
- The fee a network charges to include your transaction. Paid in SOL on Solana and in ETH on Robinhood Chain.
- Slippage
- The gap between the price you were quoted and the price you actually get, usually caused by the market moving.
- Approval
- A permission you grant a contract to move a specific token on your behalf. Costs gas, moves nothing by itself.
- Contract address
- The unique on-chain ID of a token. The only reliable way to tell two same-named tokens apart.
- Explorer
- A public website that shows every transaction on a chain, so you can verify what happened yourself.
- Derived wallet
- An address generated from a signature you make with an existing wallet, so no new seed phrase is needed.
