> For the complete documentation index, see [llms.txt](https://docs.metaverse-ico.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.metaverse-ico.net/whitepaper/attack-vectors-and-security/eclipse-attack.md).

# Eclipse Attack

**Eclipse attack** is an attack method used in architectures where the network shares the workload with the nodes.

The purpose of this attack is to inactivate a particular node connection by providing more workload than its capacity and to seize the node connections.

For example, if a node has 8 connections and these connections accept up to 128 transactions, the attacker creates an overload of connections by sending more than 128 transactions to the focused node. As this overload will cause problems in the communication of all 8 connections with each other, the attacker exploits the vulnerability of the connections and takes control of the chain structure view.

Thanks to MetaAnthill, any artificial and natural traffic that can be experienced in the MetaChain network is suspended.

![](https://docs.metatime.com/whitepaper/~gitbook/image?url=https%3A%2F%2F989455816-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FAIzmobbGXH6E0WrRNrgp%252Fuploads%252FsQMOq2H3Cyx99WXfigoI%252Feclipse.png%3Falt%3Dmedia%26token%3D9ff79905-67d6-4a1e-be9f-2a83217fada7\&width=768\&dpr=3\&quality=100\&sign=4d0f57a7a309928a7920b0891cbc7538\&sv=3)

If (n+k) transactions arrive in the network above the node capacity, it suspends (n+k) transactions in packages in the form of n\*(Node Capacity), so as not to exceed the node capacity.

Thus, neither the large number of transactions executed by the attacker nor the large number of transactions occurring naturally can cause an overcapacity load on the nodes.

![](https://docs.metatime.com/whitepaper/~gitbook/image?url=https%3A%2F%2F989455816-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FAIzmobbGXH6E0WrRNrgp%252Fuploads%252FMg1g858DaJejqd7wnqcY%252Fdipnot.png%3Falt%3Dmedia%26token%3D17ebe656-6885-4b97-a74f-d79a5ec9f3f8\&width=768\&dpr=3\&quality=100\&sign=aa4de4fe235f4038de396689fd2abc1b\&sv=3)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.metaverse-ico.net/whitepaper/attack-vectors-and-security/eclipse-attack.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
