# FAQ: Transactions & Operations

<details>

<summary>Where can I locate my Safe address if I've forgotten it?</summary>

Go to the **Accounts** section in your Coinshift app. Here, you'll see a list of all accounts associated with your organisation. Identify and select the account you're looking for to view its address.

</details>

<details>

<summary>How can I receive assets in my Safe?</summary>

Follow the below steps to receive assets in your Safe on the Coinshift app. You can also follow this [article](/business/getting-started/setting-up-a-new-organisation/add-accounts-safes-wallets-etc./create-a-new-safe/transfer-assets-to-your-safe.md) to know the detailed steps.

* **Access Accounts-** Log into your Coinshift account and navigate to the **Accounts** section
* **Identify Safe address-** Once you are in the Accounts section, you can see the list of all accounts inside an organisation. Copy the desired Safe address by using the copy icon
* **Provide or share the address-** If you want someone else to send assets to your Safe, provide them with this address. If you're transferring assets from another wallet or platform, use this address as the receiving address
* **Confirm the transfer-** Once the assets are sent to your Safe address, wait for the necessary blockchain confirmations. The time might vary depending on the asset type and network conditions
* **Check your balance-** After a successful transfer, the assets will be reflected in your Safe's balance.

</details>

<details>

<summary>How to add a custom token to the portfolio?</summary>

Please refer to the [Add Tokens To Your Portfolio](/business/coinshift-walkthrough/portfolio-management/token-portfolio-tracking-erc-20/add-additional-tokens.md) section for a detailed guide on incorporating custom tokens into your Coinshift portfolio.

</details>

<details>

<summary>Is the transfer of NFTs supported on Coinshift?</summary>

Currently, Coinshift does not facilitate direct transfers of NFTs. You can, however, view and monitor your NFT assets through the Portfolio section of the app. This feature allows for effective tracking and management of NFT holdings, though direct transfer capabilities are not yet available.

</details>

<details>

<summary>How do we determine the fiat value of assets?</summary>

Coinshift utilises Coingecko to access real-time market data for cryptocurrencies. This data is employed to calculate the fiat value of the tokens in your portfolio.

</details>

<details>

<summary>How do I add Signers/Non-signers?</summary>

Signers and non-signers (or "Members") serve different roles within a Safe. Signers possess the authority to approve transactions, while Members hold non-functional power. Consequently, the procedures for adding these two user types are distinct.

To add Signers, navigate to the **Accounts** section. For Members, access the **Members** section under the **Settings** tab. For step-by-step guidance on incorporating [Signers](/business/coinshift-walkthrough/account-management/add-signers.md) and [Members](/business/coinshift-walkthrough/member-management/add-member.md) into your Safe, please consult our underlined guide.

</details>

<details>

<summary>One of our Safe Signers has departed from the Organisation. How can I remove or replace their address from the Safe?</summary>

If you are an authorised Safe Signer, simply navigate to the **Accounts** section within your Organisation. Here, you can manage all associated accounts and their Signers. To remove the departing Signer, use the [Remove Signer](/business/coinshift-walkthrough/account-management/remove-signers.md) option next to the desired Signer address. Alternatively, if you wish to replace the outgoing Signer with a new member, you can utilise the [Swap Signer](/business/coinshift-walkthrough/account-management/swap-signers.md) option to update the address accordingly.

</details>

<details>

<summary>How do I remove a Safe I no longer use?</summary>

You can remove a Safe from your organisation by using the **Remove Safe** option. Read the[ link ](/business/coinshift-walkthrough/account-management/remove-account.md)to learn more about how you can remove a Safe.

</details>

<details>

<summary>Is it necessary to approve/discard the proposal in order (in case there are more than one)?</summary>

Proposals are off-chain, allowing you to approve or discard them in any sequence you see fit.

</details>

<details>

<summary>How to execute pending transactions?</summary>

It is essential to execute transactions sequentially. Attempting to process them out of order may cause your transactions stuck.&#x20;

If you suspect this issue is affecting your pending transactions, please consult the **Queue** tab, located under the **Transactions** section. To resolve the problem, initiate the execution of transactions with lower nonce values.

</details>

<details>

<summary>I want to transfer different sets of tokens to different users. Is it possible to do this in Coinshift?</summary>

Yes, absolutely! Coinshift's [Add Batch](/business/coinshift-walkthrough/fund-management/mass-payout/mass-payout-multiple-tokens.md) feature lets you send various sets of tokens to different users all in a single transaction. This means you can efficiently manage payments to multiple recipients in different assets, without needing to initiate multiple transactions for multiple users.

</details>

<details>

<summary>How can an on-chain transaction be rejected?</summary>

Signers have the authority to reject an on-chain transaction provided it has not yet attained consensus.

Please refer to the [On-chain Transaction Rejection](/business/coinshift-walkthrough/transaction-management/on-chain-transaction-rejection.md) section for a detailed guide.

</details>

{% hint style="info" %}
*Please contact* [*customer support*](https://discord.com/invite/coinshift) *if you have questions about Coinshift that remain unanswered after reading this documentation or are in need of tech support. We will reply to your inquiry as soon as possible.*
{% endhint %}


---

# 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.coinshift.xyz/business/faqs/faq-transactions-and-operations.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.
