# Oasis Ethereum ParaTime

- [Getting started](https://docs.secondstate.io/oasis-network-ethereum-runtime/getting-started.md): Deploy Ethereum smart contracts and DApps using tools you already use
- [Tutorial: publish a decentralized social media post](https://docs.secondstate.io/oasis-network-ethereum-runtime/tutorial-oasistweet.md): Complete this tutorial and share your own message on social media. People have to pay you to comment on your post -- no spam!
- [Tutorial: mint and trade your own ERC-20 tokens](https://docs.secondstate.io/oasis-network-ethereum-runtime/tutorial-erc20.md): Deploy an ERC-20 contract and trade the tokens on Uniswap on Oasis Ethereum ParaTime!
- [Tutorial: mint and transfer your own ERC-721(NFT) tokens](https://docs.secondstate.io/oasis-network-ethereum-runtime/tutorial-mint-and-transfer-your-own-erc-721-nft-tokens.md)
- [Ethereum flavored WebAssembly (Ewasm)](https://docs.secondstate.io/oasis-network-ethereum-runtime/ethereum-flavored-webassembly-ewasm.md): Ewasm is the next generation Ethereum virtual machine.


---

# Agent Instructions: 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:

```
GET https://docs.secondstate.io/oasis-network-ethereum-runtime.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
