+ Earn{" "} + + {formatRate({ rate: shortApr?.apr ?? 0n })} + {" "} + if {yieldSource.shortName}{" "} + remains constant at{" "} + + {vaultRate?.netVaultRate + ? formatRate({ rate: vaultRate.netVaultRate }) + : null} + +
+Open a Long and hold it to maturity.
- When you open a Long in Hyperdrive, you're buying tokens at a - discount. These tokens are redeemable at maturity for their full - value, giving you a fixed return. + When you open a fixed rate position in Hyperdrive, you're buying + tokens at a discount. These tokens are redeemable at maturity for + their full value, giving you a fixed return.
- Opening Longs has an immediate impact on the market. If more people - open Longs, the fixed rate goes down. If they close Longs, the fixed - rate goes up. + Opening a fixed rate position has an immediate impact on the market. + If more people buy the fixed rate, the fixed rate goes down. If they + close their position, the fixed rate goes up.
- Users can also take speculative Long positions where they bet on the
- short-term movement of rates. Read our docs to learn more about{" "}
+ Users can also take speculative fixed rate positions where they bet on
+ the short-term movement of rates. Read our docs to learn more about{" "}
,
- label: "Long",
+ label: "Fixed Rates",
onClick: () => {
navigate({
search: (prev) => ({ ...prev, position: "longs" }),
diff --git a/apps/hyperdrive-trading/src/ui/portfolio/longs/OpenLongsTable/OpenLongsTableDesktop.tsx b/apps/hyperdrive-trading/src/ui/portfolio/longs/OpenLongsTable/OpenLongsTableDesktop.tsx
index 175f41532..5954a206a 100644
--- a/apps/hyperdrive-trading/src/ui/portfolio/longs/OpenLongsTable/OpenLongsTableDesktop.tsx
+++ b/apps/hyperdrive-trading/src/ui/portfolio/longs/OpenLongsTable/OpenLongsTableDesktop.tsx
@@ -332,15 +332,15 @@ function getColumns({
);
},
}),
- columnHelper.accessor("assetId", {
+ columnHelper.display({
id: "go-to-market",
- cell: ({ row, getValue }) => {
+ cell: ({ row }) => {
return (