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
@@ -12,6 +14,7 @@ Zones are private blockchains anchored to [Tempo](https://github.com/tempoxyz/te
12
14
13
15
You can get started today by [deploying a zone](#getting-started) on Tempo testnet, reading the [full zone documentation](docs/ZONES.md), or exploring the [Zone specs](https://docs.tempo.xyz/protocol).
14
16
17
+
<br>
15
18
16
19
## What Makes Zones Interesting
17
20
@@ -25,13 +28,14 @@ You can get started today by [deploying a zone](#getting-started) on Tempo testn
25
28
26
29
-**Fast withdrawals.** The zone processes transactions every 250ms and submits batches of withdrawals to Tempo, where blocks are produced every ~500ms. Once batches are accepted and the attached proof is validated, withdrawals are processed and funds are released from escrow.
@@ -63,7 +67,7 @@ just send-deposit-encrypted 1000000 # to your own address
63
67
just send-deposit-encrypted 1000000 <recipient-address># to a specific address
64
68
```
65
69
66
-
## Withdrawing from Zone to Tempo
70
+
###Withdrawing from Zone to Tempo
67
71
68
72
```bash
69
73
@@ -75,7 +79,7 @@ just send-withdrawal 1000000 <recipient-address> # withdraw to a specific addre
75
79
The sequencer includes the withdrawal in the next batch submission to L1 and processes it automatically.
76
80
77
81
78
-
## Querying the Private RPC
82
+
###Querying the Private RPC
79
83
80
84
Zone balances are private by default. Every RPC request must include a signed authorization token that proves you control the querying account.
81
85
@@ -94,6 +98,7 @@ just check-balance-private my-zone <token-address>
94
98
95
99
See [docs/ZONES.md](docs/ZONES.md) for the full guide on deposits, withdrawals, private RPC, router demos, TIP-403 policy flows, and command references.
0 commit comments