# Tutorials \[WIP]

### Learn by example

{% hint style="success" %}
*Ready and set? Get inspiration from the following examples to up your game and create your own flows.*
{% endhint %}

### :arrow\_right: Make fiat payments on the blockchain

Pay your network, employees, or suppliers with fiat. All it takes is [a bank transfer](/api/funding/deposit-wire.md).

### :arrow\_left: Receive fiat payments from the blockchain

[Withdraw your earnings](/api/funding/withdrawing.md) straight into your bank account, or keep your customers' funds.

### :money\_with\_wings: Use your Ethereum-compatible wallet to send fiat on the PM blockchain

[Operate straight](/blockchain-1/transacting.md) in the blockchain, interacting with your ERC-20 compatible wallet.

### :rocket: Launch a Smart Service

[Deploy a smart contract](/blockchain-1/transacting.md#more-transactions) just like you would in any Ethereum-based network.


---

# 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://developers.publicmint.io/tutorials.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.
