package pages import "git.ekzyis.com/ekzyis/delphi.market/server/router/pages/components" /** * TODO: explain how delphi.market works: * - how to create a market * - why you need to pay for a market * - how the outcome of a market is determined (oracle model) * - how (avg) price is calculated (LMSR) * - what shares are and how much they are worth * - risks: censorship, custodial model etc. * - future plans */ templ About() { @components.Head() @components.Nav()
@components.Figlet("random", "about")

📈 Prediction market?

Here is an animated corgi that explains everything you need to know about prediction markets in 7 minutes:

👨‍💻 FOSS?

Yes! The code is available on Github or Gitea under the MIT License.

💬 Contact?

If you have feedback, questions, bugs, ideas or anything else, feel free to reach out to me:

@components.Footer() }