# Security Model

Security in ABC Stack is based on two primary mechanisms:

1. **Data Availability**: Celestia's data availability sampling ensures that all transaction data is provably available to the network.
2. **State Validation**: Full nodes independently validate all state transitions according to the chain's rules.

This model provides strong security guarantees while enabling high performance and sovereignty. Unlike traditional L2s that rely on fraud proofs and challenge periods, ABC Stack's security is immediate and doesn't require trust in external validators or settlement layers.


---

# 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.abundance.xyz/abc-stack-architecture/security-model.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.
