stakevrun / frontend

Non-custodial Ethereum staking service
https://vrün.com
GNU General Public License v3.0
1 stars 0 forks source link

Create pricing page #346

Closed xrchz closed 1 month ago

xrchz commented 2 months ago

Add a page to the website that details how we charge for running validators.

How we charge should be (probably isn't yet) written up in the docs repo, but a rough summary now:

The initial prices per day are probably in the ballpark of 0.3 USDC and 0.00005 ETH, but these need to be confirmed/decided...

bpietroniro commented 2 months ago

Are you interested in having a "calculate your fees and/or revenue" section on the pricing page? Something akin to https://www.rainforestpay.com/pricing/ in terms of UI

bpietroniro commented 2 months ago

I think the pricing page is (minimally) ready for content, modeled after the FAQ page. I didn't find any content in docs.

(Styling updates forthcoming, but I assume many of those will apply site-wide and are not a major priority right now)

One lingering question—there's some code in the FAQ page (which I copied to Pricing) involving setting state with the user's account and a chain ID. Wondering whether we need this on these essentially static pages, but I'm maybe overlooking its purpose

xrchz commented 2 months ago

I think the static pages should not require the account and chain ID, and removing those requirements from them is probably good if possible. I haven't looked in detail if there's something on those pages that actually requires the account and chain id to be known.

xrchz commented 2 months ago

Are you interested in having a "calculate your fees and/or revenue" section on the pricing page? Something akin to https://www.rainforestpay.com/pricing/ in terms of UI

This could be cool! As a P1 or P2 issue (i.e. not required for launch).

xrchz commented 2 months ago

Did you make a pull request or commit with the minimal content pricing page already? (Maybe mention this issue there if so)