> For the complete documentation index, see [llms.txt](https://docs.hubbleprotocol.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hubbleprotocol.io/faq/usdh-stablecoin/acquire-usdh.md).

# Acquire USDH

USDH can be acquired in two ways: Borrowing and Exchanging.

### Borrowing USDH

#### Borrowing on Hubble

USDH can be borrowed (minted) by depositing your crypto assets on Hubble Protocol, and taking a USDH loan in return. Your loan will remain active until your USDH debt is repaid, or your position is liquidated.&#x20;

While your loan is active, you can manage your position by repaying USDH debt or borrowing more USDH, as well as by depositing additional collateral or withdrawing a portion of collateral.

#### Borrowing platforms

USDH can be borrowed from other borrowing platforms like Solend and Port Finance.

We advise users to take precautions with regards to smart contract risk beyond Hubble itself, as Hubble Protocol has no control over external smart contracts.

<details>

<summary>Where to Borrow USDH</summary>

[**Solend**](https://solend.fi/)

Deposit/Borrow USDH and various other assets

[**Port**](https://port.finance/)

Deposit/Borrow USDH and various other assets

</details>

### Exchanging for USDH

USDH has strong liquidity across the Solana ecosystem, and can be easily acquired via Decentralized Exchanges.

<details>

<summary>Where to Exchange for USDH</summary>

[**Jupiter**](https://jup.ag/)

The most widely used aggregator on Solana.

[**Raydium**](https://raydium.io/)

Automated Market Maker (AMM) Decentralized Exchange (DEX)

[**Orca**](https://www.orca.so/)

AMM DEX / Concentrated Liquidity Market Maker (CLMM)

[**Saber**](https://saber.so/)

Stable pair DEX

[**Mercurial**](https://www.mercurial.finance/)

Stable pair DEX

[**Crema**](https://www.crema.finance/)

CLMM

</details>


---

# 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.hubbleprotocol.io/faq/usdh-stablecoin/acquire-usdh.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.
