# Metaprotocols

Metaprotocols are the identifiers used to route a command. Each metaprotocol has its own logic handling, and it allows a user to execute a diverse array of solutions. For example, the token metaprotocol exposes `transfer`, `transferFrom` and `approve` actions as modifiers. Application specific metaprotocols can have more advanced logic, such as the `tipping` metaprotocol which allows for actions like "swap and tip", where a single command executes 2 actions.

A Metaprotocol should be designed as an isolated protocol that executes a smart contract call to solve a specific user intent.


---

# 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.simulacrum.network/synthetic-blockchain/organization/commands/metaprotocols.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.
