Skip to content

Commit adf0cea

Browse files
authored
Merge pull request #40 from Geo-Web-Project/develop
Update doc references to new claim & minimum for sale price
2 parents bd9c0c2 + efc7481 commit adf0cea

4 files changed

Lines changed: 21 additions & 11 deletions

File tree

docs/003-getting-started/001-quickstart.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ description: >-
1515
- Privacy Tip: Consider using a fresh address for any land claims associated with your place of residence.
1616
2. Connect your wallet to the Optimism network
1717
- [Add it to your wallet via Chainlist.org (ChainID = 10)](https://chainlist.org/?search=Optimism)
18-
3. At least 0.008 ETH per parcel to cover transaction payments & gas
19-
- Each parcel registration is a fixed 0.005 ETHx + [an annual PCO Network Fee stream](../concepts/partial-common-ownership)
18+
3. At least 0.002 ETH per parcel to cover transaction payments & gas
19+
- Each parcel registration is a fixed 0.001 ETHx + [an annual PCO Network Fee stream](../concepts/partial-common-ownership)
2020
- You can bridge ETH to Optimism via the [official bridge](https://app.optimism.io/bridge/deposit) (or [one of several 3rd parties](https://www.optimism.io/apps/bridges))
2121
- You can also [send ETH to your address on Optimism directly sent from several centralized exchanges](https://help.optimism.io/hc/en-us/articles/10800854161563-Centralized-exchanges-that-support-Optimism)
2222
4. Navigate to the [**Geo Web Cadastre**](https://geoweb.land/) with a modern browser and [begin transacting](./claim)!
@@ -30,7 +30,7 @@ description: >-
3030
- Connect your wallet to the OP Sepolia Testnet
3131
- [Add it to your wallet via Chainlist.org (ChainID = 11155420)](https://chainlist.org/?search=op+sepolia&testnets=true)
3232
- At least 0.01 ETH per parcel to cover transaction payments & gas
33-
- Each parcel registration is a fixed 0.005 ETHx + [an annual PCO Network Fee stream](../concepts/partial-common-ownership)
33+
- Each parcel registration is a fixed 0.001 ETHx + [an annual PCO Network Fee stream](../concepts/partial-common-ownership)
3434
- You can bridge Sepolia ETH to OP Sepolia via the [official bridge](https://app.optimism.io/bridge/deposit)
3535
- [Testnet faucets are available](https://community.optimism.io/docs/useful-tools/faucets/) but constrained. [Join our Discord](https://discord.gg/sbqWRGhb) & message the team if you need more testnet funds.
3636
- Navigate to the [**Geo Web Testnet Cadastre**](https://testnet.geoweb.network/) with a modern browser and [begin transacting](./claim)!

docs/003-getting-started/002-claim.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description: Step-by-step instructions for making Geo Web parcel claims
1010
:::
1111

1212
:::info
13-
**Reminder: All parcel claims require an upfront payment of 0.005 ETHx**. Your ongoing fee stream is variable based on your `For Sale Price`. [All funds go to supporting public goods!](../concepts/network-funds)
13+
**Reminder: All parcel claims require an upfront payment of 0.001 ETHx**. Your ongoing fee stream is variable based on your `For Sale Price`. [All funds go to supporting public goods!](../concepts/network-funds)
1414
:::
1515

1616
Geo Web land parcels can be claimed around the globe via the [Cadastre (https://geoweb.land)](https://geoweb.land/) user interface. 
@@ -29,11 +29,11 @@ So once you have all the [quick start requirements](./quickstart) covered, follo
2929

3030
<figure><img src="/assets/Claim Start (1).png" alt="View of the start of a parcel claim on the Geo Web near the Eiffel tower."/><figcaption><p>Starting a parcel claim. Pending parcel claims show as yellow rectangles in the Geo Web Coordinate grid.</p></figcaption></figure>
3131

32-
4\. **Enter your `For Sale Price` (in ETHx) for the parcel**. This value should represent the price that you would be willing to sell this parcel for (it can be adjusted later). It must be greater than or equal to the flat claim fee of 0.005 ETHx:
32+
4\. **Enter your `For Sale Price` (in ETHx) for the parcel**. This value should represent the price that you would be willing to sell this parcel for (it can be adjusted later). It must be greater than or equal to the flat claim fee of 0.001 ETHx:
3333

34-
<figure><img src="/assets/Min Claim Price.png" alt="Entering the For Sale Price during a fair launch claim on the Geo Web--the value entered must be greater than the current auction bid."/><figcaption><p>All claims require a 0.005 ETHx registration payment. We don't let price your parcel for less than that!</p></figcaption></figure>
34+
<figure><img src="/assets/Min Claim Price.png" alt="Entering the For Sale Price during a fair launch claim on the Geo Web--the value entered must be greater than the current auction bid."/><figcaption><p>All claims require a 0.001 ETHx registration payment. We don't let price your parcel for less than that!</p></figcaption></figure>
3535

36-
5\. The ongoing `Network Fee` you are required to pay is proportional to the `For Sale Price` that you enter. This is a key requirement of [partial common ownership](../concepts/partial-common-ownership). You'll pay these `Network Fees` by opening and maintaining a per-second ETHx stream to the Geo Web treasury. **The **_**Transaction Summary**_** shows the details of the three payment components required to make your claim: the fixed claim payment (0.005 ETHx), an ongoing payment stream, & a** [**stream buffer**](https://help.superfluid.finance/en/articles/5744874-how-do-stream-buffers-work-in-superfluid)**.**&#x20;
36+
5\. The ongoing `Network Fee` you are required to pay is proportional to the `For Sale Price` that you enter. This is a key requirement of [partial common ownership](../concepts/partial-common-ownership). You'll pay these `Network Fees` by opening and maintaining a per-second ETHx stream to the Geo Web treasury. **The **_**Transaction Summary**_** shows the details of the three payment components required to make your claim: the fixed claim payment (0.001 ETHx), an ongoing payment stream, & a** [**stream buffer**](https://help.superfluid.finance/en/articles/5744874-how-do-stream-buffers-work-in-superfluid)**.**&#x20;
3737

3838
<figure><img src="/assets/Transaction Summary.png" alt=""/><figcaption><p>Network Fees are proportional to entered For Sale Price and are paid via an ETHx steam. They are collected in addition to the one-time claim payment.</p></figcaption></figure>
3939

docs/004-concepts/006-fair-launch.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,23 @@ The Geo Web fair launch auction ended on January 14th, 2023. The following artic
1414

1515
**Network:** Optimism ([EVM ChainID 10](https://chainlist.org/?search=Optimism))
1616
**Claim Interface:** Geo Web Cadastre ([https://geoweb.land](https://geoweb.land) or [https://cadastre.eth.limo](https://cadastre.eth.limo))
17+
1718
**Auction Type:** Dutch auction (linearly decreasing)
19+
1820
**Start Time (claims allowed):** Thursday, December 15th, 2022, 17:00 UTC
21+
1922
**End Time (minimum claim price reached):** Saturday, January 14th, 2023, 17:00 UTC
23+
2024
**Starting Price** 100 ETHx ([Superfluid wrapped ETH for streaming](https://docs.superfluid.finance/superfluid/developers/super-tokens/super-tokens/types-of-super-tokens/native-asset-super-tokens))
21-
**Ending Price:** .005 ETHx (less than the price of a standard domain name)
25+
26+
**Ending Price:** .005 ETHx (The claim fee & minimum for sale price have subsequently been lowered to .001 ETHx)
27+
2228
**Land Available:** The whole Earth—user-defined parcels must be rectangular, not overlap an existing parcel, and be less than or equal to 3,000 [Geo Web coordinates](../developers/core-contracts/registrydiamond/geowebparcelfacet/geo-web-coordinates).
29+
2330
**Market Structure:** Auction bid payments are made in addition to the [ongoing PCO market requirements](./partial-common-ownership).
31+
2432
**Payment Token**: If you don’t have ETH on Optimism yet, you can bridge funds via the [Optimism Bridge](https://app.optimism.io/bridge/deposit) or [alternatives](https://www.optimism.io/apps/bridges). You can also directly purchase ETH on Optimism via [Ramp](https://ramp.network/buy/?defaultAsset=OPTIMISM_ETH) (no affiliation, not an endorsement, DYOR).
33+
2534
**Test Before You Buy:** If you're not ready for the real thing just yet, you can explore the Geo Web testnet accessible at [https://testnet.geoweb.land/](https://testnet.geoweb.land/).
2635
:::
2736

docs/006-community-and-governance/005-network-parameters.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@ description: >-
99
The Geo Web [core contracts](../developers/core-contracts/) contain [numerous](https://github.com/Geo-Web-Project/core-contracts/blob/main/contracts/registry/facets/PCOLicenseClaimerFacet.sol) [parameters](https://github.com/Geo-Web-Project/core-contracts/blob/main/contracts/registry/facets/PCOLicenseParamsFacet.sol) that can be updated to adjust the dynamics of its [partial common ownership system](../concepts/partial-common-ownership). The founding team has set the initial values, but as the network evolves and external circumstances change, these values can be adjusted via governance available and appropriate for the time:
1010

1111
- Payment Token = ETHx
12-
- Minimum For Sale Price = .005 ETHx per parcel
12+
- Ongoing Claim Payment = .001 ETHx per parcel
13+
- Minimum For Sale Price = .001 ETHx per parcel
1314
- Network Fee Rate = For Sale Price \* 10% per year
1415
- Bid Rejection Penalty = Bid For Sale Price \* 10%
1516
- Bid Response Window = 7 Days
1617
- Reclaim (Foreclosure) Auction Length = 14 Days
1718
- PCO Market Beneficiary Address = [0x5aD276439E3772FDb6696B6cB61401902D4e8b72](https://optimistic.etherscan.io/address/0x5ad276439e3772fdb6696b6cb61401902d4e8b72)
18-
- Fair Launch Start/End Time = Thursday, December 15th, 2022, 17:00 UTC
19-
- Fair Launch Start/End Bid = Saturday, January 14th, 2023, 17:00 UTC
19+
- Fair Launch Start/End Time = Thursday, December 15th, 2022, 17:00 UTC to Saturday, January 14th, 2023, 17:00 UTC
20+
- Fair Launch Start/End Bid = 100 ETHx to .005 ETHx
2021
- Geo Web Grid Size
2122
- \# of longitudinal lines = 2^23
2223
- \# of latitudinal lines = 2^22

0 commit comments

Comments
 (0)