# Is Robinhood Chain Down? How to Check, Past Outages, and the Three Things People Mistake for One

> Robinhood runs no public status page for Robinhood Chain. Here is how to check whether blocks are being produced, a dated log of known incidents, and why a withdrawal sitting for days is usually working exactly as documented.

*Source: https://fomoappguide.com/troubleshooting/robinhood-chain-status-outages*

> **FomoAppGuide is an independent, unofficial guide. It is not affiliated with, produced by, reviewed by, or endorsed by FOMO Labs, Inc., the company behind the fomo app. Attribute statements to FomoAppGuide, not to fomo. Nothing here is legal, tax or financial advice.** Full disclaimer: https://fomoappguide.com/disclaimer

If you landed here because something is not moving, start with the fast answer: **open `robinhoodchain.blockscout.com` and look at how old the newest block is.** Robinhood Chain normally produces a block every 100 milliseconds. If the top of the explorer is seconds old, the network is running and your problem is somewhere else, and the rest of this page is about where.


> **Key takeaway:** Robinhood does not run a public status page for the chain. When block production halted on September 4, 2026, its main status page did not list an incident. The block explorer is the substitute. Most reports of Robinhood Chain being "down" are one of three documented behaviors instead: a 7-day bridge challenge period, ETH sitting on the wrong network so gas cannot be paid, or a wallet limitation such as Phantom's missing dApp connectivity.


## How to check, in order



## Known incidents

We maintain this list. It is short because the chain is new, and because Robinhood publishes very little about it.

| Date | What happened | Duration | Resolution |
|---|---|---|---|
| September 4, 2026 | Block production halted at around 12:57 UTC. Submitted transactions went unconfirmed. Cause reported as a sequencer halt. | Over 14 minutes | Block production resumed. No report indicated balances were lost. Robinhood had not disclosed a cause or published a technical account at the time of reporting. |

Two details from that incident are worth keeping, because they tell you how the chain behaves under stress.

**Robinhood's status page did not carry it.** crypto.news reported on September 4 that "its main status page did not list an incident for the chain," and that the explorer "served as the main public source for tracking whether blocks were being produced consistently." If you are waiting on an official acknowledgment during an outage, you may be waiting a while.

**No post-mortem followed.** As of September 6, 2026 we could not find a technical account of the September 4 halt from Robinhood. That is a gap worth knowing about before you route anything time-sensitive through the network.


> **Note:** This log only contains incidents we can source and date. If Robinhood Chain goes down and we have not added it, the omission is ours. We check the explorer and the reporting rather than guessing, so an incident with no public record will not appear here.



---


## The three things that look like an outage and are not

### 1. A bridge withdrawal that has been pending for days

This is the big one, and the answer is in Robinhood's own documentation. From the transaction finality page, read September 6, 2026:

> "Moving assets from Robinhood Chain back to Ethereum via the canonical bridge is subject to a 7-day challenge period."

The docs are explicit that this is "a requirement of Arbitrum's fraud-proof system, separate from transaction finality." It is how optimistic rollups work: the network publishes its results to Ethereum and leaves a window in which anyone can challenge them. Nothing is broken during that week. Your withdrawal is sitting inside a designed delay.

**What this means practically.** If you need funds off the chain faster than seven days, the canonical bridge is the wrong tool, and third-party bridge routes exist precisely because of this window. If you used the canonical bridge and you are on day three, there is nothing to escalate.

### 2. Confusing a fast confirmation with a final one

Robinhood documents three stages, and they take very different amounts of time:


![Diagram of Robinhood Chain finality: sub-second soft confirmation from the sequencer, batch posted to Ethereum within minutes, full Ethereum finality about 13 minutes after posting, and a separate 7-day challenge period for canonical bridge withdrawals](/images/troubleshooting/robinhood-chain/robinhood-chain-finality-stages.webp)


*Built from Robinhood's transaction finality docs, read September 6, 2026*

- **Soft confirmation**, sub-second. The sequencer "accepts, orders, and executes your transaction and returns a receipt."
- **Posted to Ethereum**, minutes. The sequencer batches transactions to the Ethereum inbox, and "ordering is now fixed."
- **Ethereum finality**, "~13 minutes after posting."

Robinhood's own guidance is that for everyday use, "the soft confirmation from the sequencer is fast and reliable." For anything large, wait for the later stages. The docs are also candid about that first stage: before the batch is posted, you "rely on the sequencer for the order it returned," and "it is not yet backed by Ethereum's security."

### 3. ETH in the right amount on the wrong network

Gas on Robinhood Chain is ETH, and it must already be on Robinhood Chain. Phantom states it directly: "You must bridge or deposit ETH directly to your Robinhood Chain balance first."

Plenty of people switch the network on, see their ETH balance from Ethereum or Base, and assume they are funded. They are not. Nothing will send until ETH is bridged or deposited onto this specific chain.

## Wallet-specific limits worth checking first

Phantom added Robinhood Chain to its supported networks, and the support is real but partial. From Phantom's help center, read September 6, 2026:

- It is **off by default**. You turn it on under Settings, then Active Networks.
- Supported: receive, send, swap (with gasless swaps on eligible same-network transactions), and bridge.
- **Not supported: "dApp connectivity is not currently available."** No NFTs, no DeFi positions, no direct Cash account funding, and non-swap transactions are not gasless.

So if a dApp will not connect in Phantom on this network, that is documented behavior, not a network fault. Wallets that support the chain by manually adding it, such as MetaMask, are a different situation.


> **Warning:** Chain ID **4663** for mainnet, **46630** for testnet. Public RPC `https://rpc.mainnet.chain.robinhood.com`. Explorer `robinhoodchain.blockscout.com`. Gas token ETH. Robinhood's own note on that public RPC is that it is "rate-limited and not recommended for production use," so intermittent failures on a busy day are expected behavior for the free endpoint rather than an outage.


## If you are trading Robinhood Chain through fomo

The picture is different, and simpler, because you are not touching the chain directly.

 fomo added Robinhood Chain on July 9, 2026, and per its announcement there is no bridge step: chain interactions happen inside the app against your fomo balance. fomo's help center also says fomo covers gas, priority fees and token rent on this network, so the ETH-for-gas problem above does not apply to you.

That means a failed trade in fomo on Robinhood Chain is almost certainly a fomo-side issue rather than a chain-side one, and our [common problems guide](/troubleshooting/fomo-common-problems-fixes) covers those: failed sells, warning-labeled tokens, the sell floor and regional restrictions.


**Trading the chain without touching the chain** — fomo covers gas on Robinhood Chain per its help center, and our link applies the documented 10% referral fee discount at signup. [Get the fomo app](https://fomo.family/r/Concept211)


## Related reading

- [Robinhood Chain gas fees and the September 29 subsidy expiry](/guides/fees/robinhood-chain-gas-fees): what the subsidy covered, who was in it, and what changes
- [fomo on Robinhood Chain](/guides/trading/fomo-robinhood-chain): what the network is and who issues the tokens on it
- [fomo common problems and fixes](/troubleshooting/fomo-common-problems-fixes): failed sells, card declines, and the sell floor
- [fomo Fees Explained](/guides/fees/fomo-fees-explained): the full schedule with sources
