# Secured Assets

Secure Assets allow L1 tokens to be deposited to THORChain, creating a new native asset, which can be transferred between accounts and integrated with CosmWasm smart contracts using standard Cosmos SDK messages. They also replace [Trade Assets](/technical-documentation/thorchain-finance/trade-assets.md).

{% hint style="info" %}
See the [Dev Docs ](https://dev.thorchain.org/concepts/secured-assets.html)for a more detailed description.\
Also see [Technology](/technical-documentation/technology.md) for generic Cosmos information. What notation will they have?
{% endhint %}

### Asset Notation

The [delimiter](/thornodes/frequently-asked-questions/asset-types.md) for Secured Assets is a dash '-'.\
E.g. `ETH.ETH` is L1. `ETH-ETH` will be a secured asset.

While ETH.tc is pictured, that may change to `ETH-ETH`.

## How will Secured Assets Move Between Base and App Layer?

Secured assets are x/bank tokens on the App Layer (Rujira) representing claim to the native asset on base layer (THORChain).

The native asset is secured to and from the app layer with the following flow:

### Mint and Burn Secured Assets

Example shows the mint and burn process for BTC

<figure><img src="/files/og5Tzv3e6l4Xxod7NNbR" alt=""><figcaption></figcaption></figure>

### Swapping Secured Assets

Examples below explain how a user:

1. Swap a Secured Asset (SA)—BTC—to another Secured Asset—ETH
2. Swap a Secured Asset—BTC—to a base asset—ETH

<figure><img src="/files/bSr5wEV5jMSPScM29HZG" alt=""><figcaption></figcaption></figure>

3. Secured Asset Swapping, swapping the L1 under the hood

<figure><img src="/files/j4kc74yBSJ84tg0NmUpP" alt=""><figcaption></figcaption></figure>

Find more information about [Secured Assets](https://docs.rujira.network/developers/secured-assets) in the Rujira Docs or in the [Dev Docs](https://dev.thorchain.org/concepts/secured-assets.html).


---

# 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.thorchain.org/technical-documentation/thorchain-finance/secured-assets.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.
