---
title: "An Introduction to Force Inclusion"
url: https://daily.dev/posts/an-introduction-to-force-inclusion-ijhykleqw
source_url: https://blog.developerdao.com/an-introduction-to-force-inclusion
type: article
source: "Developer DAO"
author: "Dhaiwat Pandya"
published: 2025-10-21T15:03:01.938Z
updated: 2025-10-22T12:00:09.483Z
tags: ["blockchain", "web3", "ethereum", "smart-contracts"]
reading_time: 7
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# An Introduction to Force Inclusion

**[Developer DAO](https://daily.dev/sources/developerdao)** · [@dhaiwat10](https://daily.dev/dhaiwat10) · 7 min read · 0 upvotes · 0 comments

## Summary

Force inclusion is a critical security feature in Ethereum Layer 2 networks that allows users to bypass centralized sequencers and submit transactions directly to L1 smart contracts. When an L2 sequencer censors or refuses to process a transaction, users can deposit their transaction to the OptimismPortal contract on Ethereum mainnet, ensuring it gets included on the L2 regardless of sequencer cooperation. The article demonstrates this process with a practical example using Base mainnet, showing how to send ETH through L1 contracts using ethers.js, requiring only a funded wallet on both layers and approximately 13 minutes for finalization.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://blog.developerdao.com/an-introduction-to-force-inclusion>

## Similar posts on daily.dev

- [How L1 and L2s can Build the strongest possible Ethereum](https://daily.dev/posts/how-l1-and-l2s-can-build-the-strongest-possible-ethereum-yxzq7l3bm) · Ethereum · 0 upvotes · 0 comments
- [Making Ethereum Feel Like One Chain Again](https://daily.dev/posts/making-ethereum-feel-like-one-chain-again-m1extlpxx) · Ethereum · 5 upvotes · 0 comments
- [Ethereum Isn’t “Killing” L2s — It Needs Them More Than Ever](https://daily.dev/posts/ethereum-isn-t-killing-l2s-it-needs-them-more-than-ever-rkc3req7c) · Coins Bench · 0 upvotes · 0 comments

---

Tags: [#blockchain](https://daily.dev/tags/blockchain), [#web3](https://daily.dev/tags/web3), [#ethereum](https://daily.dev/tags/ethereum), [#smart-contracts](https://daily.dev/tags/smart-contracts)

[View this post on daily.dev](https://daily.dev/posts/an-introduction-to-force-inclusion-ijhykleqw)
