> For the complete documentation index, see [llms.txt](https://docs.definitive.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.definitive.fi/users/guides/centralized-exchange-onboarding/from-coinbase.md).

# From Coinbase

Suppose you possess funds within your centralized exchange, such as Coinbase, and want to utilize Definitive. In that case, we will show you how to send those funds to a non-custodial wallet and deposit them into the Definitive platform.

1. On the Coinbase homepage, click on "Send & Receive" to send your funds to another address.

<figure><img src="/files/eMRJSLZbANrA9tCcf0WE" alt=""><figcaption></figcaption></figure>

2. In the popup box:

* Select which token you want to send
* Enter the amount of the token
* Select which network if it is an asset that can be part of multiple chains, mainly stablecoins
* Enter the address of your non-custodial wallet
* Preview send

<figure><img src="/files/YGb7d6PJHzaBvkLxSSeZ" alt=""><figcaption></figcaption></figure>

3. You have the choice to send the token to a non-custodial wallet or to a custodian like another exchange or institution. Select non-custodial wallet.

<figure><img src="/files/hIZ1rg4DtN72uDsFT4Hh" alt=""><figcaption></figcaption></figure>

4. You have now sent the token to your wallet. Wait for the transaction to be confirmed and finalized.

<figure><img src="/files/payLLOT5ChN2WufkG74W" alt=""><figcaption></figcaption></figure>

5. Congrats, you can now use Definitive's [Advance Trading](/getting-started.md) or [Yield Strategies](/users/guides/yield.md) by depositng into the platform. Check out out those guides to start!

<figure><img src="/files/fVvBhKrbF22yBcgDyIs4" alt=""><figcaption></figcaption></figure>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.definitive.fi/users/guides/centralized-exchange-onboarding/from-coinbase.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
