# What is a round used in transaction object while sending a transaction object to sign?

**URL:** https://forum.algorand.co/t/what-is-a-round-used-in-transaction-object-while-sending-a-transaction-object-to-sign/959
**Category:** General
**Created:** [September 4, 2019, 7:34am UTC](https://forum.algorand.co/t/what-is-a-round-used-in-transaction-object-while-sending-a-transaction-object-to-sign/959 "2019-09-04T07:34:10Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![rdrk](https://avatars.discourse-cdn.com/v4/letter/r/dfb087/32.png) [@rdrk](https://forum.algorand.co/u/rdrk)
#### Post date: [September 4, 2019, 7:34am UTC](https://forum.algorand.co/t/what-is-a-round-used-in-transaction-object-while-sending-a-transaction-object-to-sign/959/1 "2019-09-04T07:34:10Z")

</div>

![RoundsQuery](https://us1.discourse-cdn.com/flex016/uploads/algorand/original/1X/fcf8e4aad30ef70baec0fee0145ef5a6e6ddc7e0.png)  
What does rounds concept means in Algorand?

---

<div class="post-metadata">

### Author: ![tsachi](https://sea2.discourse-cdn.com/flex016/user_avatar/forum.algorand.co/tsachi/32/29_2.png) [@tsachi](https://forum.algorand.co/u/tsachi)
#### Post date: [September 4, 2019, 12:41pm UTC](https://forum.algorand.co/t/what-is-a-round-used-in-transaction-object-while-sending-a-transaction-object-to-sign/959/2 "2019-09-04T12:41:56Z")

</div>

Round number is the block number. Blocks started from zero and increments by 1.  
When generating a transaction, you can control which rounds would be able to accept it.  
Note that a node would typically reject a transaction that has first round which is too far into the future. ( to avoid storage overflow )
