# Setting up a Corporate UR Account

## Introduction

{% hint style="info" %}
Find out more about UR [here](https://docs.ur.app/concepts/what-is-ur).
{% endhint %}

This is the first step for partners who wish to allow your users to natively transfer funds to and from your platform (i.e. custodial balance) and their UR fiat balance. Refer to [transfer-assets-to-partner-platform](https://docs.ur.app/concepts/transfer-assets-to-partner-platform "mention") for detailed breakdown of the flow.

{% stepper %}
{% step %}
**Complete KYC/KYB Verification**

Reach out to our BD representatives to get this started.
{% endstep %}

{% step %}
**Provide EVM Wallet Address where Partner's UR NFT will be stored**

This address will be where your Partner UR NFT (i.e. corporate UR identity) will be stored.

Considerations

1. Depending on the scale of funds expected, it is recommended for the Partner to choose an appropriate wallet for this setup. We typically see Partners using [Safe{Wallet}](https://safe.global/), or MPC solutions such as Fireblocks.
2. EOA wallets are not ideal for integrations as they lack flexible access management. Smart contract wallets offer better scalability by allowing signer updates and permission changes without disrupting operations.
3. The wallet must be capable of performing transactions programmatically to ensure a seamless UX for your users.
   {% endstep %}

{% step %}
**Account Opening Completed**

You will be informed of your corporate UR ID. This will be used to manage fund flows between your users, and will be used to map user relationships afterwards.
{% endstep %}
{% endstepper %}


---

# 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.ur.app/getting-started/overview.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.
