From 108eb9d24a2b4187e9426fa3116215ff51ca8526 Mon Sep 17 00:00:00 2001 From: Jotatavo <100889564+Jotatavo@users.noreply.github.com> Date: Mon, 27 Jul 2026 10:19:13 -0300 Subject: [PATCH 1/2] Revise withdrawal instructions for clarity Updated the withdrawal section to clarify the process and consequences of withdrawing funds, including the impact on seat and tenure. --- docs/Edge Subscriber Connection.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/Edge Subscriber Connection.md b/docs/Edge Subscriber Connection.md index 147f7da..bf70d0d 100644 --- a/docs/Edge Subscriber Connection.md +++ b/docs/Edge Subscriber Connection.md @@ -207,9 +207,9 @@ Output columns: `Device Code`, `Client IP`, `Tenure`, `Balance (USDC)`, `Est. Ep The "Est. Epochs Paid" column shows how many epochs your current balance covers at current pricing. If prices change, this estimate adjusts. -### Withdraw Funds +### Withdraw Seat & Escrow -Close your escrow and refund remaining USDC to your wallet: +This command releases your seat and closes the escrow in one step. You receive a prorated refund for the unused portion of the current epoch, plus any remaining escrow balance, returned to your wallet. You lose the seat and any accumulated tenure. ```bash doublezero-solana shreds withdraw \ @@ -219,7 +219,7 @@ doublezero-solana shreds withdraw \ You can identify the device by either `--device ` or `--device-code `, same as other commands. -To send the refund to a different token account: +To send the USDC refund to a different token account: ```bash doublezero-solana shreds withdraw \ @@ -228,7 +228,7 @@ doublezero-solana shreds withdraw \ --refund-token-account ``` -!!! warning "Withdrawing means you lose your seat and accumulated tenure." +!!! warning "This cannot be undone. After withdraw, your seat is gone and tenure resets. Only run this when you intend to leave the device." --- From 67deaeae2c58c08ebe04197a2259a5906aa2b8e5 Mon Sep 17 00:00:00 2001 From: Jotatavo <100889564+Jotatavo@users.noreply.github.com> Date: Tue, 28 Jul 2026 14:26:03 -0300 Subject: [PATCH 2/2] Update Withdraw Seat & Escrow section wording Clarified warning message and adjusted wording in the Withdraw Seat & Escrow section. --- docs/Edge Subscriber Connection.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Edge Subscriber Connection.md b/docs/Edge Subscriber Connection.md index bf70d0d..2999c2d 100644 --- a/docs/Edge Subscriber Connection.md +++ b/docs/Edge Subscriber Connection.md @@ -209,7 +209,7 @@ The "Est. Epochs Paid" column shows how many epochs your current balance covers ### Withdraw Seat & Escrow -This command releases your seat and closes the escrow in one step. You receive a prorated refund for the unused portion of the current epoch, plus any remaining escrow balance, returned to your wallet. You lose the seat and any accumulated tenure. +This command releases your seat and closes the escrow. You receive a prorated refund for the unused portion of the current epoch, plus any remaining escrow balance, returned to your wallet. You lose the seat and any accumulated tenure. ```bash doublezero-solana shreds withdraw \ @@ -228,7 +228,7 @@ doublezero-solana shreds withdraw \ --refund-token-account ``` -!!! warning "This cannot be undone. After withdraw, your seat is gone and tenure resets. Only run this when you intend to leave the device." +!!! warning "This cannot be undone. After withdraw, your seat is gone and tenure resets." ---