Skip to content

Commit a82c91b

Browse files
authored
Fix: In Progress (#78)
* fix: update * fix: update * fix: update * fix: update
1 parent 8f2c7ab commit a82c91b

File tree

6 files changed

+16
-25
lines changed

6 files changed

+16
-25
lines changed

content/docs/clients/rust.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Rust
33
description: Guide to using the Rust clients for Jito Restaking and Vault operations
44
---
55

6-
Powered by [Codama], there are Rust clients code `jito-restaking-client` and `jito-vault-client`.
6+
Powered by [Codama](https://github.com/codama-idl/codama), there are Rust clients code `jito-restaking-client` and `jito-vault-client`.
77

88
Install like below:
99

@@ -13,8 +13,6 @@ jito-restaking-client = { git = "https://github.com/jito-foundation/restaking.gi
1313
jito-vault-client = { git = "https://github.com/jito-foundation/restaking.git", branch = "master" }
1414
```
1515

16-
[Codama]: https://github.com/codama-idl/codama
17-
1816

1917
## Jito Restaking Client
2018

content/docs/clients/typescript.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ title: TypeScript
33
description: Documentation for the TypeScript client library for Jito Restaking
44
---
55

6-
Powered by [Codama], there are Rust clients code `jito-restaking-client` and `jito-vault-client`.
7-
86
Install like below:
97

108
```bash

content/docs/jito-tip-router/official-accounts.mdx

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ description: Official Accounts for Jito Tip Router
55

66
### Program ID
77

8-
| Account | Address | Connection |
9-
| --------------------- | ------------------------------------------------- | ----------- |
10-
| Tip Router Program ID | RouterBmuRBkPUbgEDMtdvTZ75GBdSREZR5uGUxxxpb | |
8+
| Account | Address |
9+
| --------------------- | ------------------------------------------------- |
10+
| Tip Router Program ID | RouterBmuRBkPUbgEDMtdvTZ75GBdSREZR5uGUxxxpb |
1111

1212
### Tip Router NCN
1313

14-
| Account | Address | Connection |
15-
| --------------------- | ------------------------------------------------- | ----------- |
16-
| Tip Router NCN | RouterBmuRBkPUbgEDMtdvTZ75GBdSREZR5uGUxxxpb | |
14+
| Account | Address |
15+
| --------------------- | ------------------------------------------------- |
16+
| Tip Router NCN | RouterBmuRBkPUbgEDMtdvTZ75GBdSREZR5uGUxxxpb |
1717

1818
### Vaults
1919

@@ -30,10 +30,10 @@ description: Official Accounts for Jito Tip Router
3030

3131
### Operators
3232

33-
| Account | Address | Connection |
34-
| --------------------- | ------------------------------------------------- | ----------- |
35-
| | GZxp4e2Tm3Pw9GyAaxuF6odT3XkRM96jpZkp3nxhoK4Y | ncn-warming |
36-
| | 859tThorUu4uskw4yXSHkW9xqeCJmG5vm4KXhjWirLwL | ncn-warming |
37-
| | FzZ9EXmHv7ANCXijpALUBzCza6wYNprnsfaEHuoNx9sE | ncn-warming |
38-
| | LKFpfXtBkH5b7D9mo8dPcjCLZCZpmLQC9ELkbkyVdah | ncn-warming |
33+
| Address | Connection |
34+
| ------------------------------------------------- | ----------- |
35+
| GZxp4e2Tm3Pw9GyAaxuF6odT3XkRM96jpZkp3nxhoK4Y | ncn-warming |
36+
| 859tThorUu4uskw4yXSHkW9xqeCJmG5vm4KXhjWirLwL | ncn-warming |
37+
| FzZ9EXmHv7ANCXijpALUBzCza6wYNprnsfaEHuoNx9sE | ncn-warming |
38+
| LKFpfXtBkH5b7D9mo8dPcjCLZCZpmLQC9ELkbkyVdah | ncn-warming |
3939

content/docs/jito-tip-router/overview.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Following the [NCN design section], Jito Tip Router consists of:
6969

7070
![Overview](./images/overview.png)
7171

72-
[NCN design section]: /building-ncn/ncn-design.html#onchain-ncn-program
72+
[NCN design section]: ../ncn-design/overview#on-chain-ncn-program
7373

7474
### Pricing
7575

@@ -124,7 +124,8 @@ Each operator calculate the merkle tree to produce merkle root then cast vote wi
124124

125125
### Reward Payment
126126

127-
IN PROGRESS
127+
The Reward Payment module in the Jito Tip Router is responsible for distributing rewards generated from tips.
128+
It ensures efficient routing and allocation of rewards to all relevant parties, including base reward recipients, operators, and vaults.
128129

129130
## References
130131
- [JIP-8: Adopt TipRouter NCN (Protocol Development)](https://forum.jito.network/t/jip-8-adopt-tiprouter-ncn-protocol-development/413)

content/docs/ncn-design/on-chain-ncn/core-logic.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ title: Core Logic
33
description: Understanding the fundamental consensus mechanisms and operational design of Node Consensus Networks
44
---
55

6-
# Core Logic
7-
86
This is the essence of the NCN, where Node Operators post data on chain that proves they did their job, and the NCN can run actions based on those results.
97

108
## Keeper

content/docs/ncn-design/on-chain-ncn/reward-payments.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,4 @@ title: Rewards Payment
33
description: Overview of NCN reward distribution mechanisms and stake-weighted payment systems
44
---
55

6-
# Rewards Payment
7-
86
Based on the operators who successfully performed the last step, the NCN calculates payments for the Operators and their Vaults, and distributes payments pro-rata according to their stake weight.
9-
10-
IN PROGRESS

0 commit comments

Comments
 (0)