Skip to content

Commit 0253170

Browse files
GraphTally Update (#916)
* Init * Fix
1 parent 8411d42 commit 0253170

File tree

1 file changed

+8
-8
lines changed
  • website/src/pages/en/indexing

1 file changed

+8
-8
lines changed

website/src/pages/en/indexing/tap.mdx

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
---
2-
title: TAP Migration Guide
2+
title: GraphTally Guide
33
---
44

5-
Learn about The Graph’s new payment system, **Timeline Aggregation Protocol, TAP**. This system provides fast, efficient microtransactions with minimized trust.
5+
Learn about The Graph’s new payment system, **GraphTally** [(previously Timeline Aggregation Protocol)](https://docs.rs/tap_core/latest/tap_core/index.html). This system provides fast, efficient microtransactions with minimized trust.
66

77
## Overview
88

9-
[TAP](https://docs.rs/tap_core/latest/tap_core/index.html) is a drop-in replacement to the Scalar payment system currently in place. It provides the following key features:
9+
GraphTally is a drop-in replacement to the Scalar payment system currently in place. It provides the following key features:
1010

1111
- Efficiently handles micropayments.
1212
- Adds a layer of consolidations to onchain transactions and costs.
1313
- Allows Indexers control of receipts and payments, guaranteeing payment for queries.
1414
- It enables decentralized, trustless gateways and improves `indexer-service` performance for multiple senders.
1515

16-
## Specifics
16+
### Specifics
1717

18-
TAP allows a sender to make multiple payments to a receiver, **TAP Receipts**, which aggregates these payments into a single payment, a **Receipt Aggregate Voucher**, also known as a **RAV**. This aggregated payment can then be verified on the blockchain, reducing the number of transactions and simplifying the payment process.
18+
GraphTally allows a sender to make multiple payments to a receiver, **Receipts**, which aggregates these payments into a single payment, a **Receipt Aggregate Voucher**, also known as a **RAV**. This aggregated payment can then be verified on the blockchain, reducing the number of transactions and simplifying the payment process.
1919

2020
For each query, the gateway will send you a `signed receipt` that is stored on your database. Then, these queries will be aggregated by a `tap-agent` through a request. Afterwards, you’ll receive a RAV. You can update a RAV by sending it with newer receipts and this will generate a new RAV with an increased value.
2121

@@ -59,9 +59,9 @@ As long as you run `tap-agent` and `indexer-agent`, everything will be executed
5959
| Signers | `0xfF4B7A5EfD00Ff2EC3518D4F250A27e4c29A2211` | `0xFb142dE83E261e43a81e9ACEADd1c66A0DB121FE` |
6060
| Aggregator | `https://tap-aggregator.network.thegraph.com` | `https://tap-aggregator.testnet.thegraph.com` |
6161

62-
### Requirements
62+
### Prerequisites
6363

64-
In addition to the typical requirements to run an indexer, you’ll need a `tap-escrow-subgraph` endpoint to query TAP updates. You can use The Graph Network to query or host yourself on your `graph-node`.
64+
In addition to the typical requirements to run an indexer, you’ll need a `tap-escrow-subgraph` endpoint to query updates. You can use The Graph Network to query or host yourself on your `graph-node`.
6565

6666
- [Graph TAP Arbitrum Sepolia Subgraph (for The Graph testnet)](https://thegraph.com/explorer/subgraphs/7ubx365MiqBH5iUz6XWXWT8PTof5BVAyEzdb8m17RvbD)
6767
- [Graph TAP Arbitrum One Subgraph (for The Graph mainnet)](https://thegraph.com/explorer/subgraphs/4sukbNVTzGELnhdnpyPqsf1QqtzNHEYKKmJkgaT8z6M1)
@@ -79,7 +79,7 @@ The required software version can be found [here](https://github.com/graphprotoc
7979
1. **Indexer Agent**
8080

8181
- Follow the [same process](https://github.com/graphprotocol/indexer/pkgs/container/indexer-agent#graph-protocol-indexer-components).
82-
- Give the new argument `--tap-subgraph-endpoint` to activate the new TAP codepaths and enable redeeming of TAP RAVs.
82+
- Give the new argument `--tap-subgraph-endpoint` to activate the new GraphTally codepaths and enable redeeming of RAVs.
8383

8484
2. **Indexer Service**
8585

0 commit comments

Comments
 (0)