> For the complete documentation index, see [llms.txt](https://docs.strata.markets/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.strata.markets/markets/hastra-prime/jrprime.md).

# jrPRIME

Junior PRIME is a liquid, yield-bearing derivative of Hastra PRIME that provides leveraged upside to the yield generated from Figure’s HELOC-backed lending facility. It acts as first-loss capital underwriting underlying credit and counterparty risks, and in return earns a risk premium from the Senior tranche.

<details>

<summary>Mint</summary>

jrPRIME can be minted by depositing PRIME/wYLDS/USDC. The amount of jrPRIME received is determined by the jrPRIME/USD exchange rate minus any applicable Hastra minting fees.

At the current stage of protocol implementation:

* PRIME, wYLDS and USDC can be used to mint jrPRIME through the Strata UI.
* Minting fees on Strata are currently waived.
* jrPRIME can also be acquired on secondary markets using any asset on DEXs.

</details>

<details>

<summary>Redeem</summary>

When jrPRIME is redeemed, the user receives PRIME/wYLDS/USDC based on the jrPRIME/USD exchange rate, minus any applicable redemption fees.

At the current stage of protocol implementation:

* jrPRIME can be redeemed for PRIME, wYLDS and USDC through the Strata UI.
* 0–15 bps redemption fee is applied depending on the srPRIME coverage level. The applicable fee is displayed on the UI prior to confirmation.
* jrPRIME can be redeemed for PRIME after a cooldown period that ranges from zero up to two weeks, depending on the srPRIME coverage level. The applicable cooldown is displayed on the UI prior to confirmation. During this cooldown period, jrPRIME holders remain exposed to jrPRIME performance. Once the cooldown ends, PRIME can be claimed or redeemed for USDC/wYLDS in the Portfolio section.
* jrPRIME can also be redeemed for wYLDS/USDC, subject to the jrPRIME cooldown plus an additional cooldown, consistent with Hastra’s PRIME redemption period. wYLDS/USDC can then be claimed in the Portfolio section.
* jrPRIME redemption is temporarily paused when the srPRIME coverage ratio falls below the min. threshold.
* jrPRIME can also be traded for other assets on DEXs.

</details>

{% hint style="success" %}
The jrPRIME [Dashboard](https://app.strata.markets/market/PRIME?action=buy\&tranche=jrPRIME) on the Strata app displays the current jrPRIME/USDC exchange rate, APY, overperformance, and market cap, along with full historical data. All metrics are updated in real time, giving users a clear and accurate view of jrPRIME's performance at any moment.
{% endhint %}


---

# 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.strata.markets/markets/hastra-prime/jrprime.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.
