Skip to content

Commit ed39577

Browse files
author
itsbobbyz
committed
linter
1 parent d892506 commit ed39577

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

docs/_temp/05-points.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ title: Stash points
44
sidebar_position: 5
55
---
66

7-
87
# Stash points
98

109
Your participation now earns Stash points, a new rewards system that tracks your contributions across the Sprinter ecosystem.

docs/docs/02-Stash/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Sprinter Stash enables capital-efficient crosschain execution by removing the ne
3434

3535
1. **Liquidity Providers deposit USDC on Base from any chain into the protocol’s liquidity hub** - Receiving spUSDC-LP tokens in return. Liquidity is then managed across the pools on supported chains.
3636
2. **Solvers access liquidity instantly, without collateral** – Solvers are executing their fills through Stash. After a fill is completed via credit, Stash receives the deposited funds on the source chain repaying the credit and keeping profits for LPs and solvers. Stash works as a closed credit system where the MPC validates all intents to be filled and ensure credit will be repayed.
37-
3. **LPs earn dynamic rewards** – Yield is optimized through a combination of base yield from supply in lending protocols, such as Aave, and yield from solver borrow fees. LPs are also eligible to earn staking rewards in the form of SPRNT emissions, with higher multipliers for longer locks in addition to bonus incentives for earlybirds.
37+
3. **LPs earn dynamic rewards** – Yield is optimized through a combination of base yield from supply in lending protocols, such as Aave, and yield from solver borrow fees. LPs are also eligible to earn staking rewards in the form of SPRNT emissions, with higher multipliers for longer locks in addition to bonus incentives for earlybirds.
3838
4. Once **fills are completed**, Stash receives funds on the source chain, repays the credit, and distributes profits to LPs and solvers.
3939

4040
By bringing together **liquidity providers and solvers** Sprinter Stash creates a more efficient and scalable solver environment for the entire DeFi ecosystem. Stash launches with supported:

docs/docusaurus.config.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ const config: Config = {
88
tagline: "The Fast Lane For Crosschain",
99
favicon: "img/sprinter.ico",
1010

11-
url: "https://docs.sprinter.tech/",
12-
baseUrl: "https://api.sprinter.tech",
11+
url: "https://docs.sprinter.buildwithsygma.com/",
12+
baseUrl: "/",
1313

1414
organizationName: "Sprinter",
1515
projectName: "sprinter-ts",
@@ -68,7 +68,7 @@ const config: Config = {
6868
position: "left",
6969
},
7070
{
71-
href: "https://api.sprinter.buildwithsygma.com/swagger/index.html",
71+
href: "https://api.sprinter.tech/swagger/index.html",
7272
label: "Swagger",
7373
position: "right",
7474
},
@@ -202,7 +202,7 @@ const config: Config = {
202202
groupPathsBy: "tag",
203203
},
204204
} satisfies OpenApiPlugin.Options,
205-
205+
},
206206
},
207207
],
208208
],

docs/src/api/stash-openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ definitions:
281281
server.BorrowCost:
282282
description: Borrow cost structure with a big.Int represented as string
283283
properties:
284-
borrowAmount:
284+
borrowAmount:
285285
type: string
286286
borrowCost:
287287
type: string

0 commit comments

Comments
 (0)