> For the complete documentation index, see [llms.txt](https://docs.ur.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ur.app/getting-started/overview.md).

# Corporate account setup

## Introduction

{% hint style="info" %}
Find out more about UR [here](/welcome/what-is-ur.md).
{% endhint %}

As a partner, you need a Corporate UR Account to manage fund flows between your platform and funds held by UR on behalf of your users. This involves completing KYB verification and providing an EVM wallet address for your Corporate [URID](/concepts/urid.md).

Once users grant your platform write access, you can pull funds directly from their UR account into your platform — enabling use cases like instant trading top-ups, in-app purchases, or any flow where users authorize your platform to move funds on their behalf.

See [Transfer Assets to Partner Platform](/money-movement/transfer-assets-to-partner-platform.md) for the detailed flow.

{% stepper %}
{% step %}

#### Complete KYB verification

Contact **<support@ur.app>** or your dedicated integration channel to kick off the process. The UR team will guide you through corporate verification requirements.
{% endstep %}

{% step %}

#### Provide an EVM wallet address for your Corporate URID

This wallet address will hold your Corporate [URID](/concepts/urid.md) — the on-chain NFT that represents your corporate identity on Mantle Network.

**Our recommendations for holding your Corporate URID:**

* Use a multi-signature wallet like [Safe](https://safe.global/), or an MPC solution like Fireblocks. These support signer rotation and granular permissions without disrupting live operations.
* Avoid plain EOA wallets for production integrations; they lack flexible access management and don't scale well as your team grows.
* Your wallet must be able to sign and submit transactions programmatically, since fund transfers will be triggered via your backend.
* If you need further guidance, contact your dedicated integration channel.
  {% endstep %}

{% step %}

#### Receive your Corporate URID

Once verification is complete, you'll receive your Corporate URID. This identity anchors all fund flows between your platform and your users' UR accounts.
{% endstep %}
{% endstepper %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.
