Skip to content

Commit ca93f31

Browse files
committed
docs(accumulator): the overview points at the page that says how to buy
Four pages describe the Accumulator -- the queues, the contracts, the address derivation, the ABI -- and none of them links to the one thing a reader arrives wanting: how to exchange eccUSDC for SHELL. That guide exists and is published, on docs.ackinacki.com; it was simply unreachable from here. The link goes at the top, before the architecture, with one line saying which is which: these pages are how the system is built, that one is how it is used.
1 parent 54ee613 commit ca93f31

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

docs/accumulator-contract-system/overview.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
Shell Accumulator is an on-chain exchange system on the GOSH network that lets users trade **ECC SHELL** for **eccUSDC** at a fixed rate of **100 SHELL = 1 eccUSDC**.
44

5+
{% hint style="info" %}
6+
Buying SHELL, step by step:
7+
[Exchange eccUSDC for SHELL via Accumulator](https://docs.ackinacki.com/for-users/buy-sell-shell/buying-shell/exchange-eccusdc-for-shell-via-accumulator).
8+
9+
The pages below describe how the system is built; that one is how you use it.
10+
{% endhint %}
11+
512
## What it does
613

714
Sellers deposit SHELL into fixed-size lots (denominated in 1, 10, 100, or 1000 eccUSDC). Buyers deposit eccUSDC and receive SHELL — first matched against existing seller lots in FIFO order, then minted if no sellers are available. When a buyer's eccUSDC matches a seller's lot, the seller can claim their eccUSDC payout.

0 commit comments

Comments
 (0)