> For the complete documentation index, see [llms.txt](https://docs.battle.fyi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.battle.fyi/weapons-and-sabotage/attacks.md).

# Attack Weapons

Attack weapons target a specific trader and disrupt their gameplay. There's a 45-second cooldown between attacks.

| Weapon       | Cost   | Duration | Effect                                                            |
| ------------ | ------ | -------- | ----------------------------------------------------------------- |
| GLITCH       | 50 CR  | 10s      | Flash crash visual interference on the target's screen            |
| REVEAL       | 100 CR | 2 min    | Exposes all of the target's positions to everyone                 |
| HEADLINE     | 150 CR | 8s       | Fake breaking news headline shakes the target's confidence        |
| BLACKOUT     | 200 CR | 90s      | Exchange outage freezes the target's trading for 90 seconds       |
| TRADING HALT | 250 CR | 60s      | Regulatory halt locks the target to a single asset for 60 seconds |
| LEVERAGE CAP | 300 CR | Instant  | Margin call that liquidates 10% of the target's balance           |
| FORCE        | 500 CR | Instant  | Auto-liquidation triggers a random trade on the target's account  |

## GLITCH (50 CR)

The cheapest option. Causes visual interference on the target's screen for 10 seconds. Won't ruin anyone's game, but can mess up their timing during a critical moment. Good for harassment, bad for serious damage.

## REVEAL (100 CR)

Exposes all of the target's open positions to everyone in the lobby for 2 minutes. Useful for seeing what the leader is doing and counter-trading. Pairs well with INSIDER on yourself.

## HEADLINE (150 CR)

A fake breaking news headline appears on the target's screen. Designed to cause a panic reaction. Experienced traders will ignore it, but newer players often close positions they shouldn't.

## BLACKOUT (200 CR)

The most disruptive timed attack. Freezes all trading for the target for 90 seconds. They can't open, close, or modify any positions. If the market moves against them during a blackout, they just have to watch.

## TRADING HALT (250 CR)

Locks the target to a single asset for 60 seconds. If they're diversified across BTC, ETH, and SOL, this removes their ability to manage all but one position. Can force bad exits.

## LEVERAGE CAP (300 CR)

Instant 10% balance liquidation. No duration, no counter. The target loses 10% of their current balance immediately. This is pure damage.

## FORCE (500 CR)

The nuclear option. Triggers a random trade on the target's account. Could open a massive leveraged position in the wrong direction. Expensive but potentially game-ending.


---

# 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:

```
GET https://docs.battle.fyi/weapons-and-sabotage/attacks.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
