Skip to content

Commit c7f95ef

Browse files
committed
add alt text, links and warning format
1 parent da21bea commit c7f95ef

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

apps/developer-hub/content/docs/express-relay/contract-addresses.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@ import CopyAddress from "../../../src/components/CopyAddress";
2424
</Tab>
2525
<Tab value="testing">
2626

27-
> ⚠️ **Warning**
28-
> To simulate real performance conditions and activity, the staging/testing environment for Solana is on the mainnet-beta network. This environment is not for production use and should only be used for testing.
27+
<Callout variant="warning">
28+
To simulate real performance conditions and activity, the staging/testing environment for Solana is on the mainnet-beta network. This environment is not for production use and should only be used for testing.
29+
</Callout>
2930

3031
**Auction Server endpoint:** <CopyAddress address="https://per-staging.dourolabs.app/" />
3132

@@ -40,7 +41,7 @@ import CopyAddress from "../../../src/components/CopyAddress";
4041
| Limo Global Order Config | <CopyAddress address="TeStcUQMmECYEtdeXo9cXpktQWaGe4bhJ7zxAUMzB2X" url="https://solscan.io/account/TeStcUQMmECYEtdeXo9cXpktQWaGe4bhJ7zxAUMzB2X" /> |
4142
| Testing Frontend | <CopyAddress address="https://limo.kamino-webapp.pages.dev/swap" url="https://limo.kamino-webapp.pages.dev/swap" /> |
4243

43-
### This list contains the addresses of the commonly used assets present in opportunities on development-solana:
44+
** This list contains the addresses of the commonly used assets present in opportunities on development-solana:
4445

4546
| Asset | Address |
4647
| ----- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |

apps/developer-hub/content/docs/express-relay/how-express-relay-works/auction.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: >-
55
---
66

77
The auction in Express Relay is held off-chain at the auction server.
8-
Bids arrive at the auction server and compete against other bids, vying for the same [permission key](./permissioning.mdx).
8+
Bids arrive at the auction server and compete against other bids, vying for the same [permission key](permissioning).
99
A relayer selected by governance serves as the auctioneer and determines the auction in line with the criterion of maximizing the revenue shared back to the protocol that generated this opportunity. That means the auctioneer is expected to forward on-chain the subset of bids that maximizes the revenue back to the protocol.
1010

1111
Thus, the Express Relay auction is analogous to a sealed-bid auction, i.e., participants in the auction will not have the contents of their bid disclosed publicly unless they win the auction and are forwarded on-chain.

apps/developer-hub/content/docs/express-relay/how-express-relay-works/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ For example, borrow-lending protocols provide bonuses to searchers for liquidati
1010
Searchers compete for these bonuses by tipping the chain's miners or validators.
1111
The validators capture most of the value of the liquidation bonus via these tips, so the liquidation bonus is in essence a transfer of wealth from the protocol's users to the validators in the form of tips.
1212

13-
Express Relay solves the problem of MEV by providing protocol developers with an [auction](./how-express-relay-works/auction.mdx) primitive that they can use to prioritize access to valuable protocol operations.
13+
Express Relay solves the problem of MEV by providing protocol developers with an [auction](./how-express-relay-works/auction) primitive that they can use to prioritize access to valuable protocol operations.
1414
Developers specify a set of operations in their protocol that must be accessed through Express Relay.
1515
Searchers then participate in an off-chain auction to access these operations.
1616
Their bids in the auction are used to determine the order in which their transactions will be executed.
1717
The winners' transactions are forwarded to the Express Relay smart contract. As part of the transaction, searchers must pay their specified bid.
1818
The auction profits are then split between the integrated protocol and other participants in Express Relay.
1919

20-
![](./../images/before_express.jpg)
21-
![](./../images/after_express.jpg)
20+
![Before Express Relay](./../images/before_express.jpg)
21+
![After Express Relay](./../images/after_express.jpg)
2222

2323
The diagram above shows how Express Relay changes the MEV landscape for a liquidation.
2424
In the status quo (above), Searchers tip miners to guarantee that their liquidation transaction lands on-chain and that their transaction directly interacts with the protocol, exposing the liquidation opportunity.

0 commit comments

Comments
 (0)