Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/Edge Subscriber Connection.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. 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 \
Expand All @@ -219,7 +219,7 @@ doublezero-solana shreds withdraw \

You can identify the device by either `--device <PUBKEY>` or `--device-code <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 \
Expand All @@ -228,7 +228,7 @@ doublezero-solana shreds withdraw \
--refund-token-account <PUBKEY>
```

!!! warning "Withdrawing means you lose your seat and accumulated tenure."
!!! warning "This cannot be undone. After withdraw, your seat is gone and tenure resets."

---

Expand Down