# 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](https://docs.thorchain.org/technical-documentation/thorchain-finance/trade-assets).

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

### Asset Notation

The [delimiter](https://docs.thorchain.org/thornodes/frequently-asked-questions/asset-types) 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="https://836872681-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Lkfu6B_aaimdwQoqPhW%2Fuploads%2F0P6pMBdqLQOOq4Q8cOKf%2Fimage.png?alt=media&#x26;token=52e4be26-2bb7-468f-8b69-d2ac1b1596fd" 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="https://836872681-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Lkfu6B_aaimdwQoqPhW%2Fuploads%2FVOuq6K3woC7EwQYnvDJ1%2Fimage.png?alt=media&#x26;token=837b77e8-1195-4963-be6b-8d717de053ac" alt=""><figcaption></figcaption></figure>

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

<figure><img src="https://836872681-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Lkfu6B_aaimdwQoqPhW%2Fuploads%2FJMX7AO9EpzmhvfLltVkp%2Fimage.png?alt=media&#x26;token=fbf844d8-ab62-4e28-a7f7-c378489b7cde" 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).
