# Implementation and usability considerations

The 1Money Network uses the same elliptic curve signature scheme and account addresses as Ethereum, ensuring a familiar user experience.

{% hint style="info" %}
**Transaction fees:** The 1Money Network simplifies transactions by using the asset being transacted (eg, a stablecoin) for both payments and transaction fees. This eliminates the need for users to hold multiple tokens to support a payment (ie, a native gas token in addition to the stablecoin they are transferring). Transaction fees are fixed and predictable, ensuring transparency and fairness. With the 1Money Network, there's no risk of MEV attacks, priority fees or surge pricing.&#x20;
{% endhint %}

### Bridging​ <a href="#bridging" id="bridging"></a>

The 1Money Network will be offering multiple secure, trust minimized options for cross chain interoperability with ample liquidity.&#x20;

### Sharding <a href="#sharding" id="sharding"></a>

The 1Money Network's broadcast-based protocol leverages horizontal node-level sharding to enable parallel transaction processing. With this design, 1Money Network can achieve significant throughput and scalability (at 250,000 TPS) to meet the needs of the industry, with significant room for growth.

### Post-quantum security <a href="#post-quantum-security" id="post-quantum-security"></a>

The 1Money Network prioritizes long-term security, including post-quantum security.  The network is designed to be adaptable to future cryptographic advancements. By incorporating an optional field for specifying signature schemes, the network can seamlessly transition to post-quantum secure signatures as they become widely adopted. This forward-thinking approach ensures the network's resilience against emerging threats.


---

# 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://developer.1moneynetwork.com/core-concepts/implementation-and-usability-considerations.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.
