# Special Deployments

## Confidential Attacks

Some chains may support unique features not available on other EVM chains. For example, [Oasis Sapphire](https://oasisprotocol.org/sapphire) offers confidential transactions, which allow players to submit information on-chain in a decentralized way that remains hidden from other players. However, smart contracts can still execute logic based on this confidential state.

A Dragobits deployment is underway to utilize this distinctive feature. The mechanics are as follows: Upon joining a battle, a player can submit one of three special attacks along with their Dragobit. This special attack, or “**Confidential Attack**”, will remain hidden from other players. When a player attacks a Dragobit, they must also select a special attack.


---

# Agent Instructions: 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.dragobits.com/game/arena/special-deployments.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.
