> For the complete documentation index, see [llms.txt](https://acinonyx-1.gitbook.io/dragonfly/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://acinonyx-1.gitbook.io/dragonfly/how-to-use-dragonfly/how-to-find-raydium-timestamp.md).

# How to find Raydium Timestamp

### With every launch on Radium, the dev can set a timestamp to open the pool We can find this exact time in the Add Liquidity transaction

First find the add liquidity tx on birdeye or raydium

For example this one\
\
<https://solscan.io/tx/2A6ESZQ51vpKp2WAXUj8UWoUAUn4N9AGLaWtWcUGCjetk5cT8RA7knXYTrRPkhaFUS3tiDEPAUBScPrft6r9p8kS>

Scroll all the way down and you you gonna find the instruction #5

\#5 Unknown program instruction

> Program log: initialize2: InitializeInstruction2 { nonce: 254, open\_time: **1702840380**, init\_pc\_amount: 3000000000, init\_coin\_amount: 1000000000000 }

You can check the open\_time: 1702840380\
\
This is a unit timestamp, used in general in the programmer language\
\
you can converto the real time here\
\
epochconverter.com<br>
