# Non-atomic Tx in Sway

**URL:** https://forum.fuel.network/t/non-atomic-tx-in-sway/2549
**Category:** Sway
**Created:** [May 5, 2023, 5:42pm UTC](https://forum.fuel.network/t/non-atomic-tx-in-sway/2549 "2023-05-05T17:42:28Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![fsociety](https://sea2.discourse-cdn.com/flex022/user_avatar/forum.fuel.network/fsociety/32/508_2.png) [@fsociety](https://forum.fuel.network/u/fsociety)
#### Post date: [May 5, 2023, 5:42pm UTC](https://forum.fuel.network/t/non-atomic-tx-in-sway/2549/1 "2023-05-05T17:42:28Z")

</div>

Is it possible to do a non-atomic tx with [low\_level\_call](https://github.com/FuelLabs/sway/blob/master/sway-lib-std/src/low_level_call.sw) in Sway?

---

<div class="post-metadata">

### Author: ![furnic](https://avatars.discourse-cdn.com/v4/letter/f/97f17d/32.png) [@furnic](https://forum.fuel.network/u/furnic)
#### Post date: [May 5, 2023, 5:48pm UTC](https://forum.fuel.network/t/non-atomic-tx-in-sway/2549/2 "2023-05-05T17:48:04Z")

</div>

Could you give an example or some more detail about what you want to achieve?

---

<div class="post-metadata">

### Author: ![fsociety](https://sea2.discourse-cdn.com/flex022/user_avatar/forum.fuel.network/fsociety/32/508_2.png) [@fsociety](https://forum.fuel.network/u/fsociety)
#### Post date: [May 5, 2023, 6:12pm UTC](https://forum.fuel.network/t/non-atomic-tx-in-sway/2549/3 "2023-05-05T18:12:59Z")

</div>

I want to do a non-atomic bulk txs. Let’s say I will execute 5 txs at once. In the atomic case, if just one of them reverts, the others revert also. But I want to handle the reverted one so that the other 4 calls can be executed

---

<div class="post-metadata">

### Author: ![fsociety](https://sea2.discourse-cdn.com/flex022/user_avatar/forum.fuel.network/fsociety/32/508_2.png) [@fsociety](https://forum.fuel.network/u/fsociety)
#### Post date: [May 9, 2023, 10:48pm UTC](https://forum.fuel.network/t/non-atomic-tx-in-sway/2549/4 "2023-05-09T22:48:24Z")

</div>

Anything about this? @furnic

---

<div class="post-metadata">

### Author: ![furnic](https://avatars.discourse-cdn.com/v4/letter/f/97f17d/32.png) [@furnic](https://forum.fuel.network/u/furnic)
#### Post date: [May 12, 2023, 12:35pm UTC](https://forum.fuel.network/t/non-atomic-tx-in-sway/2549/5 "2023-05-12T12:35:06Z")

</div>

This is not currently possible in Sway.
