# Points to Note

## Points to Note <a href="#points-to-note" id="points-to-note"></a>

The following are things you will want to keep in mind while using Klaytn Safe:

## Transaction Fees <a href="#transaction-fees" id="transaction-fees"></a>

Klaytn Safe transactions, whether asset transfers or contract interactions, incur a fee that will be paid by the signer that executes the transaction (usually the last signer to reach the required threshold of signatures).

## Safe Nonce <a href="#safe-nonce" id="safe-nonce"></a>

![](/files/r6hBUmYOmjaLZNmdlYoh)

For security reasons, transactions made with Safe need to be executed in order. To achieve this, a number called **nonce** is assigned to a transaction to ensure that each transaction can be executed once.

At any given time, only transactions with a nonce *last executed transaction +1* can be executed. Transactions with a higher nonce are queued for execution. So, whenever a transaction is completed, the next transaction in the queue is made available for execution, provided it has accumulated enough signatures.

## Chain-specific addresses <a href="#chain-specific-addresses" id="chain-specific-addresses"></a>

![](/files/JaE34ndUSNHlBwf6ccXk)

You can choose whether to prepend short chain names across Safes.

* Prepend addresses with chain prefix: You can prepend the chain name “baobab” to the address by clicking the first check box or otherwise.

![](/files/829Ls3mrHUDC5zmUSpzy)

* Copy addresses with chain prefix:

![](/files/xHMPRFvjTN8z9hkGOcJE)

When copying your safe address from your dashboard to paste in your wallet as seen above, you can either choose to add the chain name or not by clicking the checkbox. It is suggested that you leave it unchecked to avoid the error above.

![](/files/Vxn1e3jADajeBbvXG1wp)


---

# 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://archive-docs.klaytn.foundation/content/dapp/developer-tools/getting-started/klaytn-safe/points.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.
