# Platform Technology

{% hint style="info" %}
Why use Flow Blockchain?
{% endhint %}

## More Secure Transactions

[Cadence](https://docs.onflow.org/cadence/) is a resource-oriented smart contract programming language on Flow that :

* Hackers are harder to attack a smart contract because the Cadence provides access controls and pre-post conditions for every function.
* You will never receive a spam token unwittingly without your authorization of those token contracts.

## Lower Gas Fees

* [The Multi-Node Architecture](https://www.onflow.org/post/flow-blockchain-multi-node-architecture-advantages) of Flow Blockchain makes the most of computing power and is easy to scale, so you can save [the gas fees](https://docs.onflow.org/concepts/variable-transaction-fees/) to buy yourself a cup of coffee.

## More solid NFTs

* The team behind Flow is [Dapper Labs](https://www.dapperlabs.com/). They established leading NFT projects, such as NBA Topshot and CryptoKitties, the first project craze that slowed down transactions on Ethereum. Therefore, they know how to make a blockchain fluent.
* An enthusiastic community on Flow. They concentrate on NFT contract standards to establish a more mature crypto ecosystem. After all, who wants to READ CODES to ensure their transactions' safety?

## Check the standard details about Flow

* The benefit that Mindtrix is adopting [MetadataViews](https://github.com/onflow/flow/blob/5fc3a47f269e95141fd3b9b4046eeffc51dbf474/flips/20210916-nft-metadata.md).
* The future transaction experience of [Interaction Templates](https://github.com/onflow/flow/blob/5fc3a47f269e95141fd3b9b4046eeffc51dbf474/flips/20220503-interaction-templates.md).

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


---

# 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.mindtrix.xyz/mind/technology.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.
