# FAQs

📍 **Q: How does Fractal prevent against replaying transactions to BTC nodes?**

A: Fractal is not a Bitcoin fork and does not use Bitcoin's UTXO set. Therefore, any transaction within a Fractal block cannot be included on the Bitcoin chain. The main concern isn't transaction replay, but rather protecting against malicious websites attempting to use Bitcoin mainnet UTXOs to trick Fractal wallets into signing unauthorized transactions.

***

**📍 Q: OP\_CAT has been enabled in previous forks, but no significant new use cases emerged. Why would Fractal Bitcoin be different?**

A: Times have changed. Back then, all opcodes were available, and there was no space constraint, so developers had little motivation to explore "how far we can go with only OP\_CAT." Today, with the support of SegWit and Taproot in the current Bitcoin Core versions, scripts can be more controlled and isolated, allowing for the creation of more flexible business logic.

Soon, you'll see the first use case on Fractal: staking and voting mechanisms based on Bitcoin scripts and implemented with OP\_CAT. This solution avoids the limitations of time-locks (enabling free staking and unlocking) and works without relying on third-party oracles. It’s a technical feat that cannot be achieved on Bitcoin mainnet today, but with OP\_CAT, we can accomplish it easily. An unlocking transaction has a vsize of around 340 bytes.

🔗 [Check out the transaction example here](https://mempool-testnet.fractalbitcoin.io/zh/tx/947cb90ac33b2523977422cc373d948a51e93f035a2bc677856c932bc5ab1098)


---

# 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.fractalbitcoin.io/faqs.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.
