> For the complete documentation index, see [llms.txt](https://doge-labs.gitbook.io/doginals/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doge-labs.gitbook.io/doginals/the-basics/what-you-need-to-know.md).

# What You Need to Know

## A Quick Look at Dogecoin

Dogecoin (DOGE) launched in December 2013 by two software engineers who wanted to create a payment system via a sarcastic, (mostly) value-less meme coin.&#x20;

Although DOGE started as a joke on cryptocurrency, it being based on the Scrpyt algorithm allows for an easy and quick transaction process compared to other conventional blockchains.

This in and of itself is one of Dogecoin's ultimate strengths.&#x20;

While Bitcoin's Ordinals inscription costs skyrocketed to well over $100 each, Dogecoin - even with greater volume - doesn't cost more than a handful of cents.

<figure><img src="/files/yIqaQEC9pyWHuOYz0KtH" alt=""><figcaption></figcaption></figure>

And this difference shows.&#x20;

As of August 8th, 2023, Doginals have out inscribed Bitcoin Ordinals, Litecoin Ordinals, Ethscriptions, and Bitcoin Stamps - ***combined***.

<figure><img src="/files/winxiTDpl4hdKwHee5Cy" alt=""><figcaption></figcaption></figure>

***

## The X-Factor

It's undeniable: Elon Musk has become a rallying point around Dogecoin, both as an asset and as a meme. This (dare we say) X-factor leaves an intangible upside to the Dogecoin ecosystem.

Tesla accepts Dogecoin for payments. Twitter (now 'X') already once had it's logo changed to the Doge face. Elon went on SNL and shilled Dogecoin to the American populace.

One of the most popular, powerful person in the world is in Doge's corner - and like him or hate him - a single decision can provide massive upwards interest, price movement, and adoption.&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://doge-labs.gitbook.io/doginals/the-basics/what-you-need-to-know.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
