# Enhanced Security

SRC-101 decouples Name Assets from a strict binding with UTXOs, preventing asset loss due to normal UTXO spending or phishing attacks from UTXO transfers. In SRC-101, when asset was minted, it will be binded with sender address of that mint transaction.&#x20;

<figure><img src="/files/DRzF82dGiwKRLfFv8ybv" alt=""><figcaption><p>SRC-101 transfer workflow</p></figcaption></figure>

Thus, wherever UTXO goes later, it will not have any impact on the balance of SRC-101 tokens. All user operation of bit name servce need verification from last owner's signature. SRC-101 also makes the deploy transaction UTXO hash as an unique identity, so it's much more determinate and easier to be tracked.

<figure><img src="/files/N0obPPTAbbTyZIMAYJ2D" alt=""><figcaption><p>SRC101 VS BRC20 and RUNES</p></figcaption></figure>


---

# 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://bitname.gitbook.io/bitname/src-101/enhanced-security.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.
