You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
6. Polygon registers the CDK chain on the uLxLy bridge.
70
-
71
-
7. Chain owners then need to add POL and ETH tokens to the sequencer on the CDK chain.
72
-
73
-
## Step 2: Polygon configuration
17
+
Please check our [get started](../../get-started/quickstart-validium.md) section for guidance, quickstarts, and deployment tutorials for more information.
74
18
75
19
!!! important
76
-
- These steps are done by Polygon.
77
-
78
-
Once registered, Polygon creates a permissionless node that points to the corresponding L2 full node.
79
-
80
-
We then add your details to our AggLayer configuration file [`../agglayer/docker/data/agglayer.toml`](https://github.com/0xPolygon/agglayer/blob/main/docker/data/agglayer/agglayer.toml); specifically these configurations:
81
-
82
-
* `[FullNodeRPCs]` points to the corresponding L2 full node.
83
-
* `[L1]` points to the corresponding L1 chain.
84
-
* The `[DB]` section has the managed database details.
20
+
- If you want to register your chain on the uLXLY bridge, follow the [instructions here](../register-configure-ulxly.md).
21
+
- However, you may only be interested in integrating the AggLayer with your chain, in which case you do not have to register for the uLXLY bridge.
85
22
86
-
## Step 3: External CDK chain configuration
23
+
## Configure your chain to use the AggLayer
87
24
88
-
The last step is to update your node configuration to map to the Polygon Agglayer.
25
+
To access the Polygon AggLayer, you need to update your node configuration.
89
26
90
27
Open the `config.toml` file and include the following:
This document describes how to register and configure your CDK chain to use the Polygon uXLXY bridge.
2
+
3
+
## Prerequisites
4
+
5
+
You should have already deployed a CDK chain stack which has integrated the bridge service.
6
+
7
+
Please check our [get started](../get-started/quickstart-validium.md) section for guidance, quickstarts, and deployment tutorials for more information.
8
+
9
+
## Step 1: Attach a chain to the uLXLY bridge
10
+
11
+
1. If your CDK chain is not yet registered with Polygon, [make a request to register your chain](https://discord.gg/XvpHAxZ).
6. Polygon registers the CDK chain on the uLxLy bridge.
66
+
67
+
7. Chain owners then need to add POL and ETH tokens to the sequencer on the CDK chain.
68
+
69
+
## Step 2: Polygon configuration
70
+
71
+
!!! important
72
+
- These steps are done by Polygon.
73
+
74
+
Once registered, Polygon creates a permissionless node that points to the corresponding L2 full node.
75
+
76
+
We then add your details to our AggLayer configuration file [`../agglayer/docker/data/agglayer.toml`](https://github.com/0xPolygon/agglayer/blob/main/docker/data/agglayer/agglayer.toml); specifically these configurations:
77
+
78
+
* `[FullNodeRPCs]` points to the corresponding L2 full node.
79
+
* `[L1]` points to the corresponding L1 chain.
80
+
* The `[DB]` section has the managed database details.
0 commit comments