gauravlochab
commited on
Commit
·
06378ee
1
Parent(s):
99e3a22
chore:update the graphs
Browse files- app.py +4 -4
- debug_graph_data.csv +17 -0
- debug_roi_data.csv +17 -0
- optimus_apr_values.csv +18 -1
- optimus_roi_values.csv +48 -210
app.py
CHANGED
@@ -1173,7 +1173,7 @@ def create_combined_roi_time_series_graph(df):
|
|
1173 |
|
1174 |
# IMPORTANT: Filter data by hardcoded date range (June 6 to July 8, 2025)
|
1175 |
min_date = datetime(2025, 6, 6)
|
1176 |
-
max_date = datetime(2025, 7,
|
1177 |
logger.info(f"Filtering ROI data to date range: {min_date} to {max_date}")
|
1178 |
|
1179 |
# Count data points before filtering
|
@@ -1367,7 +1367,7 @@ def create_combined_roi_time_series_graph(df):
|
|
1367 |
|
1368 |
# Update x-axis with better formatting and hardcoded date range (June 6 to July 8)
|
1369 |
min_date = datetime(2025, 6, 6) # Hardcoded start date: June 6, 2025
|
1370 |
-
max_date = datetime(2025, 7,
|
1371 |
logger.info(f"ROI Graph - Hardcoded date range: min_date = {min_date}, max_date = {max_date}")
|
1372 |
fig.update_xaxes(
|
1373 |
showgrid=True,
|
@@ -1799,7 +1799,7 @@ def create_combined_time_series_graph(df):
|
|
1799 |
|
1800 |
# IMPORTANT: Filter data by hardcoded date range (June 6 to July 8, 2025)
|
1801 |
min_date = datetime(2025, 6, 6)
|
1802 |
-
max_date = datetime(2025, 7,
|
1803 |
logger.info(f"Filtering APR data to date range: {min_date} to {max_date}")
|
1804 |
|
1805 |
# Count data points before filtering
|
@@ -2146,7 +2146,7 @@ def create_combined_time_series_graph(df):
|
|
2146 |
|
2147 |
# Update x-axis with better formatting and hardcoded date range (June 6 to July 8)
|
2148 |
min_date = datetime(2025, 6, 6) # Hardcoded start date: June 6, 2025
|
2149 |
-
max_date = datetime(2025, 7,
|
2150 |
logger.info(f"APR Graph - Hardcoded date range: min_date = {min_date}, max_date = {max_date}")
|
2151 |
fig.update_xaxes(
|
2152 |
showgrid=True,
|
|
|
1173 |
|
1174 |
# IMPORTANT: Filter data by hardcoded date range (June 6 to July 8, 2025)
|
1175 |
min_date = datetime(2025, 6, 6)
|
1176 |
+
max_date = datetime(2025, 7, 10, 23, 59, 59) # Include all of July 8th
|
1177 |
logger.info(f"Filtering ROI data to date range: {min_date} to {max_date}")
|
1178 |
|
1179 |
# Count data points before filtering
|
|
|
1367 |
|
1368 |
# Update x-axis with better formatting and hardcoded date range (June 6 to July 8)
|
1369 |
min_date = datetime(2025, 6, 6) # Hardcoded start date: June 6, 2025
|
1370 |
+
max_date = datetime(2025, 7, 10) # Hardcoded end date: July 8, 2025
|
1371 |
logger.info(f"ROI Graph - Hardcoded date range: min_date = {min_date}, max_date = {max_date}")
|
1372 |
fig.update_xaxes(
|
1373 |
showgrid=True,
|
|
|
1799 |
|
1800 |
# IMPORTANT: Filter data by hardcoded date range (June 6 to July 8, 2025)
|
1801 |
min_date = datetime(2025, 6, 6)
|
1802 |
+
max_date = datetime(2025, 7, 10, 23, 59, 59) # Include all of July 8th
|
1803 |
logger.info(f"Filtering APR data to date range: {min_date} to {max_date}")
|
1804 |
|
1805 |
# Count data points before filtering
|
|
|
2146 |
|
2147 |
# Update x-axis with better formatting and hardcoded date range (June 6 to July 8)
|
2148 |
min_date = datetime(2025, 6, 6) # Hardcoded start date: June 6, 2025
|
2149 |
+
max_date = datetime(2025, 7, 10) # Hardcoded end date: July 8, 2025
|
2150 |
logger.info(f"APR Graph - Hardcoded date range: min_date = {min_date}, max_date = {max_date}")
|
2151 |
fig.update_xaxes(
|
2152 |
showgrid=True,
|
debug_graph_data.csv
CHANGED
@@ -397,3 +397,20 @@
|
|
397 |
395,46.39,38.44,2025-07-09 20:24:00,"{'portfolio': {'portfolio_value': 16.004250055862435, 'value_in_pools': 14.862615144340435, 'value_in_safe': 1.141634911522, 'initial_investment': 15.996881554740378, 'volume': 14.87478829532423, 'roi': 0.05, 'agent_hash': 'bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy', 'allocations': [{'chain': 'optimism', 'type': 'velodrome', 'id': '0x4F3da11c5caDf644ae023Dbad01008a934C993E2', 'assets': ['USDC', 'LUSD'], 'apr': 1.14, 'details': 'Velodrome Pool', 'ratio': 100.0, 'address': '0x07Aa2653a1119c7b4e328Be1102E6C3Dd0Bb0C81'}], 'portfolio_breakdown': [{'asset': 'USDC', 'address': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'balance': 7.466820127757848, 'price': 0.999802, 'value_usd': 7.465341697372551, 'ratio': 0.46646}, {'asset': 'LUSD', 'address': '0xc40F949F8a4e094D1b49a23ea9241D289B7b2819', 'balance': 8.538908358489882, 'price': 1.0, 'value_usd': 8.538908358489882, 'ratio': 0.53354}], 'address': '0x07Aa2653a1119c7b4e328Be1102E6C3Dd0Bb0C81', 'last_updated': 1752072664}, 'positons': [{'chain': 'optimism', 'pool_address': '0x4F3da11c5caDf644ae023Dbad01008a934C993E2', 'dex_type': 'velodrome', 'token0': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'token1': '0xc40F949F8a4e094D1b49a23ea9241D289B7b2819', 'token0_symbol': 'USDC', 'token1_symbol': 'LUSD', 'apr': 1.1446326242114686, 'pool_id': '0x4F3da11c5caDf644ae023Dbad01008a934C993E2', 'is_stable': True, 'is_cl_pool': False, 'amount0': 6858139, 'amount1': 8004030135896497008, 'enter_timestamp': 1751378625, 'status': 'open', 'enter_tx_hash': '0x1f7df731525a478a6126b0ad0007d4c4c8e7320651d8acb4f181900c698689fc', 'current_liquidity': 7430268322107}]}","{'initial_value': 15.996881554740378, 'final_value': 16.23502611832391, 'f_i_ratio': 0.0004606210964832602, 'first_investment_timestamp': 1751378625, 'time_ratio': 45.42682901560153}",1.49,171,False,0x07Aa2653a1119c7b4e328Be1102E6C3Dd0Bb0C81,helve-welfur78,APR,,bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy,14.8747883,balanced,
|
398 |
396,-3.62,-3.82,2025-07-09 21:48:59,"{'portfolio': {'portfolio_value': 29.756808041389355, 'value_in_pools': 3.0407035066213552, 'value_in_safe': 26.716104534768, 'initial_investment': 30.87536749850655, 'volume': 3.0417491735476907, 'roi': -3.62, 'agent_hash': 'bafybeia2kyreljqwdzhg27g6wv6uwjnoa4qdn5j4kz6jjkmfst4mkyzo3e', 'allocations': [{'chain': 'optimism', 'type': 'velodrome', 'id': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'assets': ['USDC', 'DOLA'], 'apr': 1.29, 'details': 'Velodrome Pool', 'ratio': 100.0, 'address': '0x70FAE90eb66b779FC368350a051D83dc6C7fF068'}], 'portfolio_breakdown': [{'asset': 'USDC', 'address': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'balance': 28.03695918626768, 'price': 0.999848, 'value_usd': 28.032697568471367, 'ratio': 0.94206}, {'asset': 'DOLA', 'address': '0x8aE125E8653821E851F12A49F7765db9a9ce7384', 'balance': 1.727371750783469, 'price': 0.998112, 'value_usd': 1.72411047291799, 'ratio': 0.05794}], 'address': '0x70FAE90eb66b779FC368350a051D83dc6C7fF068', 'last_updated': 1752072062}, 'positons': [{'chain': 'optimism', 'pool_address': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'dex_type': 'velodrome', 'token0': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'token1': '0x8aE125E8653821E851F12A49F7765db9a9ce7384', 'token0_symbol': 'USDC', 'token1_symbol': 'DOLA', 'apr': 1.2907884736104978, 'pool_id': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'is_stable': True, 'is_cl_pool': False, 'amount0': 1352538, 'amount1': 1691492194309012144, 'enter_timestamp': 1751406473, 'status': 'open', 'enter_tx_hash': '0xfc37df1a45d0276566ec626b7abde12d674b10bf07b0eb1ebd8fbc64b7e14c2e', 'current_liquidity': 1521956066056}]}","{'initial_value': 30.87536749850655, 'final_value': 29.75884595012442, 'f_i_ratio': -0.036228215167683375, 'first_investment_timestamp': 1751406473, 'time_ratio': 46.96589322226674}",-3.62,117,False,0x70FAE90eb66b779FC368350a051D83dc6C7fF068,furye-himkon89,APR,,bafybeia2kyreljqwdzhg27g6wv6uwjnoa4qdn5j4kz6jjkmfst4mkyzo3e,3.041749174,risky,"[""balancer_pools_search"", ""uniswap_pools_search"", ""velodrome_pools_search""]"
|
399 |
397,451.98,448.44,2025-07-09 22:59:17,"{'portfolio': {'portfolio_value': 35.41316183233304, 'value_in_pools': 32.20519499763039, 'value_in_safe': 3.2079668347026447, 'initial_investment': 35.31977903399317, 'volume': 45.04515215024694, 'roi': 0.26, 'agent_hash': 'bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy', 'allocations': [{'chain': 'optimism', 'type': 'velodrome', 'id': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'assets': ['USDC', 'DOLA'], 'apr': 1.29, 'details': 'Velodrome Pool', 'ratio': 100.0, 'address': '0xF38820f03313535A4024DCCBE2689aa7cc158f5C'}], 'portfolio_breakdown': [{'asset': 'USDC', 'address': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'balance': 13.947037748685878, 'price': 0.999904, 'value_usd': 13.945698833062004, 'ratio': 0.3938}, {'asset': 'DOLA', 'address': '0x8aE125E8653821E851F12A49F7765db9a9ce7384', 'balance': 21.507079038858414, 'price': 0.998158, 'value_usd': 21.46746299926884, 'ratio': 0.6062}, {'asset': 'ETH', 'address': '0x0000000000000000000000000000000000000000', 'balance': 8.4e-16, 'price': 2615.5, 'value_usd': 2.19702e-12, 'ratio': 0.0}, {'asset': 'LUSD', 'address': '0xc40F949F8a4e094D1b49a23ea9241D289B7b2819', 'balance': 1.146e-15, 'price': 1.001, 'value_usd': 1.147146e-15, 'ratio': 0.0}], 'address': '0xF38820f03313535A4024DCCBE2689aa7cc158f5C', 'last_updated': 1752081986}, 'positons': [{'chain': 'optimism', 'pool_address': '0x84Ce89B4f6F67E523A81A82f9f2F14D84B726F6B', 'dex_type': 'velodrome', 'token0': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'token1': '0x94b008aA00579c1307B0EF2c499aD98a8ce58e58', 'token0_symbol': 'USDC', 'token1_symbol': 'USDT', 'apr': 7.203504137155402, 'pool_id': '0x84Ce89B4f6F67E523A81A82f9f2F14D84B726F6B', 'is_stable': True, 'is_cl_pool': True, 'status': 'closed', 'enter_tx_hash': '0x014828b184e2301849636d82e67614b62b6a83d207ea906c8fbdbc4c94abf6fb', 'enter_timestamp': 1749344469, 'amount0': 9927081, 'amount1': 2922255, 'positions': [{'token_id': 2701571, 'liquidity': 83208800509, 'amount0': 9710239, 'amount1': 2771695, 'current_liquidity': 83208800509}, {'token_id': 2701572, 'liquidity': 822967616, 'amount0': 178339, 'amount1': 109677, 'current_liquidity': 822967616}, {'token_id': 2701573, 'liquidity': 144365258, 'amount0': 38503, 'amount1': 40883, 'current_liquidity': 144365258}], 'il_risk_score': -8.510250350090276e-12, 'sharpe_ratio': 1.0343385680307111, 'depth_score': 1162.849768076878, 'max_position_size': 10000000.0, 'last_metrics_update': 1751159186.298078, 'exit_tx_hash': '0xbfb170fda9e5614f008a6cd6cd589fb7b47c8d831a5d4a0b3e8e870c0451bc40', 'exit_timestamp': 1751159352}, {'chain': 'optimism', 'pool_address': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'dex_type': 'velodrome', 'token0': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'token1': '0x8aE125E8653821E851F12A49F7765db9a9ce7384', 'token0_symbol': 'USDC', 'token1_symbol': 'DOLA', 'apr': 1.2907413138010941, 'pool_id': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'is_stable': True, 'is_cl_pool': False, 'amount0': 13649004, 'amount1': 18593021233907056326, 'enter_timestamp': 1751159541, 'status': 'open', 'enter_tx_hash': '0x48c5280931b620ff55cb117c35ca44b6780ff8dcb0fdfca2ff04a0aea368af09', 'current_liquidity': 16118778992940}]}","{'initial_value': 35.31977903399317, 'final_value': 49.287010902741294, 'f_i_ratio': 0.0026439236284574452, 'first_investment_timestamp': 1749344469, 'time_ratio': 11.519207296019385}",39.55,123,False,0xF38820f03313535A4024DCCBE2689aa7cc158f5C,cordron-yelku44,APR,,bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy,45.04515215,balanced,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
397 |
395,46.39,38.44,2025-07-09 20:24:00,"{'portfolio': {'portfolio_value': 16.004250055862435, 'value_in_pools': 14.862615144340435, 'value_in_safe': 1.141634911522, 'initial_investment': 15.996881554740378, 'volume': 14.87478829532423, 'roi': 0.05, 'agent_hash': 'bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy', 'allocations': [{'chain': 'optimism', 'type': 'velodrome', 'id': '0x4F3da11c5caDf644ae023Dbad01008a934C993E2', 'assets': ['USDC', 'LUSD'], 'apr': 1.14, 'details': 'Velodrome Pool', 'ratio': 100.0, 'address': '0x07Aa2653a1119c7b4e328Be1102E6C3Dd0Bb0C81'}], 'portfolio_breakdown': [{'asset': 'USDC', 'address': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'balance': 7.466820127757848, 'price': 0.999802, 'value_usd': 7.465341697372551, 'ratio': 0.46646}, {'asset': 'LUSD', 'address': '0xc40F949F8a4e094D1b49a23ea9241D289B7b2819', 'balance': 8.538908358489882, 'price': 1.0, 'value_usd': 8.538908358489882, 'ratio': 0.53354}], 'address': '0x07Aa2653a1119c7b4e328Be1102E6C3Dd0Bb0C81', 'last_updated': 1752072664}, 'positons': [{'chain': 'optimism', 'pool_address': '0x4F3da11c5caDf644ae023Dbad01008a934C993E2', 'dex_type': 'velodrome', 'token0': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'token1': '0xc40F949F8a4e094D1b49a23ea9241D289B7b2819', 'token0_symbol': 'USDC', 'token1_symbol': 'LUSD', 'apr': 1.1446326242114686, 'pool_id': '0x4F3da11c5caDf644ae023Dbad01008a934C993E2', 'is_stable': True, 'is_cl_pool': False, 'amount0': 6858139, 'amount1': 8004030135896497008, 'enter_timestamp': 1751378625, 'status': 'open', 'enter_tx_hash': '0x1f7df731525a478a6126b0ad0007d4c4c8e7320651d8acb4f181900c698689fc', 'current_liquidity': 7430268322107}]}","{'initial_value': 15.996881554740378, 'final_value': 16.23502611832391, 'f_i_ratio': 0.0004606210964832602, 'first_investment_timestamp': 1751378625, 'time_ratio': 45.42682901560153}",1.49,171,False,0x07Aa2653a1119c7b4e328Be1102E6C3Dd0Bb0C81,helve-welfur78,APR,,bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy,14.8747883,balanced,
|
398 |
396,-3.62,-3.82,2025-07-09 21:48:59,"{'portfolio': {'portfolio_value': 29.756808041389355, 'value_in_pools': 3.0407035066213552, 'value_in_safe': 26.716104534768, 'initial_investment': 30.87536749850655, 'volume': 3.0417491735476907, 'roi': -3.62, 'agent_hash': 'bafybeia2kyreljqwdzhg27g6wv6uwjnoa4qdn5j4kz6jjkmfst4mkyzo3e', 'allocations': [{'chain': 'optimism', 'type': 'velodrome', 'id': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'assets': ['USDC', 'DOLA'], 'apr': 1.29, 'details': 'Velodrome Pool', 'ratio': 100.0, 'address': '0x70FAE90eb66b779FC368350a051D83dc6C7fF068'}], 'portfolio_breakdown': [{'asset': 'USDC', 'address': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'balance': 28.03695918626768, 'price': 0.999848, 'value_usd': 28.032697568471367, 'ratio': 0.94206}, {'asset': 'DOLA', 'address': '0x8aE125E8653821E851F12A49F7765db9a9ce7384', 'balance': 1.727371750783469, 'price': 0.998112, 'value_usd': 1.72411047291799, 'ratio': 0.05794}], 'address': '0x70FAE90eb66b779FC368350a051D83dc6C7fF068', 'last_updated': 1752072062}, 'positons': [{'chain': 'optimism', 'pool_address': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'dex_type': 'velodrome', 'token0': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'token1': '0x8aE125E8653821E851F12A49F7765db9a9ce7384', 'token0_symbol': 'USDC', 'token1_symbol': 'DOLA', 'apr': 1.2907884736104978, 'pool_id': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'is_stable': True, 'is_cl_pool': False, 'amount0': 1352538, 'amount1': 1691492194309012144, 'enter_timestamp': 1751406473, 'status': 'open', 'enter_tx_hash': '0xfc37df1a45d0276566ec626b7abde12d674b10bf07b0eb1ebd8fbc64b7e14c2e', 'current_liquidity': 1521956066056}]}","{'initial_value': 30.87536749850655, 'final_value': 29.75884595012442, 'f_i_ratio': -0.036228215167683375, 'first_investment_timestamp': 1751406473, 'time_ratio': 46.96589322226674}",-3.62,117,False,0x70FAE90eb66b779FC368350a051D83dc6C7fF068,furye-himkon89,APR,,bafybeia2kyreljqwdzhg27g6wv6uwjnoa4qdn5j4kz6jjkmfst4mkyzo3e,3.041749174,risky,"[""balancer_pools_search"", ""uniswap_pools_search"", ""velodrome_pools_search""]"
|
399 |
397,451.98,448.44,2025-07-09 22:59:17,"{'portfolio': {'portfolio_value': 35.41316183233304, 'value_in_pools': 32.20519499763039, 'value_in_safe': 3.2079668347026447, 'initial_investment': 35.31977903399317, 'volume': 45.04515215024694, 'roi': 0.26, 'agent_hash': 'bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy', 'allocations': [{'chain': 'optimism', 'type': 'velodrome', 'id': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'assets': ['USDC', 'DOLA'], 'apr': 1.29, 'details': 'Velodrome Pool', 'ratio': 100.0, 'address': '0xF38820f03313535A4024DCCBE2689aa7cc158f5C'}], 'portfolio_breakdown': [{'asset': 'USDC', 'address': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'balance': 13.947037748685878, 'price': 0.999904, 'value_usd': 13.945698833062004, 'ratio': 0.3938}, {'asset': 'DOLA', 'address': '0x8aE125E8653821E851F12A49F7765db9a9ce7384', 'balance': 21.507079038858414, 'price': 0.998158, 'value_usd': 21.46746299926884, 'ratio': 0.6062}, {'asset': 'ETH', 'address': '0x0000000000000000000000000000000000000000', 'balance': 8.4e-16, 'price': 2615.5, 'value_usd': 2.19702e-12, 'ratio': 0.0}, {'asset': 'LUSD', 'address': '0xc40F949F8a4e094D1b49a23ea9241D289B7b2819', 'balance': 1.146e-15, 'price': 1.001, 'value_usd': 1.147146e-15, 'ratio': 0.0}], 'address': '0xF38820f03313535A4024DCCBE2689aa7cc158f5C', 'last_updated': 1752081986}, 'positons': [{'chain': 'optimism', 'pool_address': '0x84Ce89B4f6F67E523A81A82f9f2F14D84B726F6B', 'dex_type': 'velodrome', 'token0': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'token1': '0x94b008aA00579c1307B0EF2c499aD98a8ce58e58', 'token0_symbol': 'USDC', 'token1_symbol': 'USDT', 'apr': 7.203504137155402, 'pool_id': '0x84Ce89B4f6F67E523A81A82f9f2F14D84B726F6B', 'is_stable': True, 'is_cl_pool': True, 'status': 'closed', 'enter_tx_hash': '0x014828b184e2301849636d82e67614b62b6a83d207ea906c8fbdbc4c94abf6fb', 'enter_timestamp': 1749344469, 'amount0': 9927081, 'amount1': 2922255, 'positions': [{'token_id': 2701571, 'liquidity': 83208800509, 'amount0': 9710239, 'amount1': 2771695, 'current_liquidity': 83208800509}, {'token_id': 2701572, 'liquidity': 822967616, 'amount0': 178339, 'amount1': 109677, 'current_liquidity': 822967616}, {'token_id': 2701573, 'liquidity': 144365258, 'amount0': 38503, 'amount1': 40883, 'current_liquidity': 144365258}], 'il_risk_score': -8.510250350090276e-12, 'sharpe_ratio': 1.0343385680307111, 'depth_score': 1162.849768076878, 'max_position_size': 10000000.0, 'last_metrics_update': 1751159186.298078, 'exit_tx_hash': '0xbfb170fda9e5614f008a6cd6cd589fb7b47c8d831a5d4a0b3e8e870c0451bc40', 'exit_timestamp': 1751159352}, {'chain': 'optimism', 'pool_address': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'dex_type': 'velodrome', 'token0': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'token1': '0x8aE125E8653821E851F12A49F7765db9a9ce7384', 'token0_symbol': 'USDC', 'token1_symbol': 'DOLA', 'apr': 1.2907413138010941, 'pool_id': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'is_stable': True, 'is_cl_pool': False, 'amount0': 13649004, 'amount1': 18593021233907056326, 'enter_timestamp': 1751159541, 'status': 'open', 'enter_tx_hash': '0x48c5280931b620ff55cb117c35ca44b6780ff8dcb0fdfca2ff04a0aea368af09', 'current_liquidity': 16118778992940}]}","{'initial_value': 35.31977903399317, 'final_value': 49.287010902741294, 'f_i_ratio': 0.0026439236284574452, 'first_investment_timestamp': 1749344469, 'time_ratio': 11.519207296019385}",39.55,123,False,0xF38820f03313535A4024DCCBE2689aa7cc158f5C,cordron-yelku44,APR,,bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy,45.04515215,balanced,
|
400 |
+
398,0.67,-9.47,2025-07-10 00:05:45,"{'portfolio': {'portfolio_value': 15.998064, 'value_in_pools': 0.0, 'value_in_safe': 15.998064, 'initial_investment': 15.99794701348985, 'volume': None, 'roi': 0.0, 'agent_hash': 'bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy', 'allocations': [], 'portfolio_breakdown': [{'asset': 'USDC', 'address': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'balance': 16.0, 'price': 0.999879, 'value_usd': 15.998064, 'ratio': 0.0}], 'address': '0x9E29a5601e56b90079E2BcC029A26fB3fCE60dB9', 'last_updated': 1752079611}, 'positons': []}","{'initial_value': 15.99794701348985, 'final_value': 15.999109834770087, 'f_i_ratio': 7.312595175612557e-06, 'first_investment_timestamp': 1752086144, 'time_ratio': 8760.0}",0.01,182,False,0x9E29a5601e56b90079E2BcC029A26fB3fCE60dB9,zapzi-milan20,APR,,bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy,,balanced,
|
401 |
+
399,519.24,508.72,2025-07-10 00:40:15,"{'portfolio': {'portfolio_value': 30.585557563451648, 'value_in_pools': 28.034194638480194, 'value_in_safe': 2.5513629249714564, 'initial_investment': 30.2963222595072, 'volume': 40.814503767337364, 'roi': 0.95, 'agent_hash': 'bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy', 'allocations': [{'chain': 'optimism', 'type': 'velodrome', 'id': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'assets': ['USDC', 'DOLA'], 'apr': 1.29, 'details': 'Velodrome Pool', 'ratio': 100.0, 'address': '0x8Ed5ae443fBb1a36E364ac154887f3150669702a'}], 'portfolio_breakdown': [{'asset': 'USDC', 'address': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'balance': 12.216756397437587, 'price': 0.999909, 'value_usd': 12.215644672605421, 'ratio': 0.399393}, {'asset': 'DOLA', 'address': '0x8aE125E8653821E851F12A49F7765db9a9ce7384', 'balance': 18.4122241820165, 'price': 0.997702, 'value_usd': 18.36991289084623, 'ratio': 0.600607}, {'asset': 'LUSD', 'address': '0xc40F949F8a4e094D1b49a23ea9241D289B7b2819', 'balance': 7.15e-16, 'price': 1.001, 'value_usd': 7.15715e-16, 'ratio': 0.0}], 'address': '0x8Ed5ae443fBb1a36E364ac154887f3150669702a', 'last_updated': 1752088018}, 'positons': [{'chain': 'optimism', 'pool_address': '0x2FA71491F8070FA644d97b4782dB5734854c0f6F', 'dex_type': 'velodrome', 'token0': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'token1': '0x7F5c764cBc14f9669B88837ca1490cCa17c31607', 'token0_symbol': 'USDC', 'token1_symbol': 'USDC.e', 'apr': 5.949749137116604, 'pool_id': '0x2FA71491F8070FA644d97b4782dB5734854c0f6F', 'is_stable': True, 'is_cl_pool': True, 'status': 'closed', 'enter_tx_hash': '0x965989b30376a87b48a0b7a8eb6aa3a27d3536f5a44819195e9cfbdbb9d50cce', 'enter_timestamp': 1749535827, 'amount0': 7197322, 'amount1': 5578609, 'positions': [{'token_id': 2726290, 'liquidity': 255535328664, 'amount0': 7197322, 'amount1': 5578609, 'current_liquidity': 255535328664}], 'il_risk_score': -4.072206051841395e-13, 'sharpe_ratio': 2.099770154866077, 'depth_score': 1036.9652330166891, 'max_position_size': 10000000.0, 'last_metrics_update': 1751350277.886024, 'exit_tx_hash': '0x9ae93371c59d1b4fb2eb1c9f005236635140a4b1a5a9979b78b3fbb9b7443b88', 'exit_timestamp': 1751351170}, {'chain': 'optimism', 'pool_address': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'dex_type': 'velodrome', 'token0': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'token1': '0x8aE125E8653821E851F12A49F7765db9a9ce7384', 'token0_symbol': 'USDC', 'token1_symbol': 'DOLA', 'apr': 1.2908064024200456, 'pool_id': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'is_stable': True, 'is_cl_pool': False, 'amount0': 12467455, 'amount1': 15603398850121910555, 'enter_timestamp': 1751351305, 'status': 'open', 'enter_tx_hash': '0xd81627b62b3cf4bef9c4e5d243fdb4f7a0393e596c940a3d79d847bfe94d4b2c', 'current_liquidity': 14034876077371}]}","{'initial_value': 30.2963222595072, 'final_value': 43.367153387184935, 'f_i_ratio': 0.009546878379064205, 'first_investment_timestamp': 1749535827, 'time_ratio': 12.3554876979053}",43.14,127,False,0x8Ed5ae443fBb1a36E364ac154887f3150669702a,lunel-luwus85,APR,,bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy,40.81450377,balanced,
|
402 |
+
400,122.27,112.86,2025-07-10 02:05:42,"{'portfolio': {'portfolio_value': 15.908052350567042, 'value_in_pools': 7.878864205145041, 'value_in_safe': 8.029188145422003, 'initial_investment': 15.995250741464774, 'volume': 7.878480281688953, 'roi': -0.55, 'agent_hash': 'bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy', 'allocations': [{'chain': 'optimism', 'type': 'uniswapV3', 'id': '0xbf16ef186e715668aa29cef57e2fd7f9d48adfe6', 'assets': ['USDC', 'DAI'], 'apr': 19247.9, 'details': 'Uniswap V3 Pool - USDC/DAI', 'ratio': 100.0, 'address': '0xe8c7Bbf632BFf7239e53dAB45086Ac14d6974baC', 'tick_ranges': [{'current_tick': 276325, 'tick_lower': -887272, 'tick_upper': 887272, 'token_id': 1001067, 'in_range': True}]}], 'portfolio_breakdown': [{'asset': 'USDC', 'address': '0x7F5c764cBc14f9669B88837ca1490cCa17c31607', 'balance': 4.000043, 'price': 0.9996, 'value_usd': 3.9984429828, 'ratio': 0.251347}, {'asset': 'DAI', 'address': '0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1', 'balance': 3.9417392784878187, 'price': 0.999393, 'value_usd': 3.9393466427457766, 'ratio': 0.247632}, {'asset': 'USDC', 'address': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'balance': 4.0, 'price': 0.999896, 'value_usd': 3.999584, 'ratio': 0.251419}, {'asset': 'DOLA', 'address': '0x8aE125E8653821E851F12A49F7765db9a9ce7384', 'balance': 3.974581764313822, 'price': 0.999018, 'value_usd': 3.970678725021266, 'ratio': 0.249602}], 'address': '0xe8c7Bbf632BFf7239e53dAB45086Ac14d6974baC', 'last_updated': 1752093238}, 'positons': [{'chain': 'optimism', 'pool_address': '0xbf16ef186e715668aa29cef57e2fd7f9d48adfe6', 'dex_type': 'UniswapV3', 'token0': '0x7F5c764cBc14f9669B88837ca1490cCa17c31607', 'token1': '0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1', 'token0_symbol': 'USDC', 'token1_symbol': 'DAI', 'apr': 19247.901618557305, 'token_id': 1001067, 'liquidity': 3941416687950, 'amount0': 3941263, 'amount1': 3941570591844665730, 'enter_timestamp': 1750389069, 'status': 'open', 'enter_tx_hash': '0xc8c56ddbeb310f891a8d4a2ee752dd924d6eb64fcc8fbc704dab2f25b8556659', 'current_liquidity': 3941416687950}]}","{'initial_value': 15.995250741464774, 'final_value': 17.304155893821054, 'f_i_ratio': -0.005451517597763411, 'first_investment_timestamp': 1750389069, 'time_ratio': 18.50407656363424}",8.18,133,False,0xe8c7Bbf632BFf7239e53dAB45086Ac14d6974baC,ronwus-yusrus90,APR,,bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy,7.878480282,balanced,
|
403 |
+
401,1060.63,1046.14,2025-07-10 02:44:17,"{'portfolio': {'portfolio_value': 30.217279665863096, 'value_in_pools': 26.348196263708097, 'value_in_safe': 3.869083402155001, 'initial_investment': 29.800137839954267, 'volume': 54.882816308480315, 'roi': 1.4, 'agent_hash': 'bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy', 'allocations': [{'chain': 'optimism', 'type': 'velodrome', 'id': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'assets': ['USDC', 'DOLA'], 'apr': 1.29, 'details': 'Velodrome Pool', 'ratio': 100.0, 'address': '0xEb4B51e304A2BBFdb0f3003FD2aC6375518f7A32'}], 'portfolio_breakdown': [{'asset': 'USDC', 'address': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'balance': 14.835036620589385, 'price': 0.999905, 'value_usd': 14.83362729211043, 'ratio': 0.490899}, {'asset': 'DOLA', 'address': '0x8aE125E8653821E851F12A49F7765db9a9ce7384', 'balance': 15.411207612964647, 'price': 0.998212, 'value_usd': 15.383652373752668, 'ratio': 0.509101}, {'asset': 'LUSD', 'address': '0xc40F949F8a4e094D1b49a23ea9241D289B7b2819', 'balance': 6.8e-17, 'price': 1.001, 'value_usd': 6.8068e-17, 'ratio': 0.0}, {'asset': 'DAI', 'address': '0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1', 'balance': 8.95e-16, 'price': 1.001, 'value_usd': 8.95895e-16, 'ratio': 0.0}], 'address': '0xEb4B51e304A2BBFdb0f3003FD2aC6375518f7A32', 'last_updated': 1752095499}, 'positons': [{'chain': 'optimism', 'pool_address': '0x1737275d53A5Ca5dAc582a493AA32C85ba2cFaD3', 'dex_type': 'velodrome', 'token0': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'token1': '0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1', 'token0_symbol': 'USDC', 'token1_symbol': 'DAI', 'apr': 11.72367776161805, 'pool_id': '0x1737275d53A5Ca5dAc582a493AA32C85ba2cFaD3', 'is_stable': True, 'is_cl_pool': True, 'status': 'closed', 'enter_tx_hash': '0xe3a63099b0089fbd9b9f1804e06e89d784c2dc0c8246d82c47f8946768ee0d18', 'enter_timestamp': 1749304717, 'amount0': 0, 'amount1': 28575311510572886784, 'positions': [{'token_id': 2696714, 'liquidity': 140883006333932703642273, 'amount0': 0, 'amount1': 28179418962133970944, 'current_liquidity': 140883006333932703642273}, {'token_id': 2696715, 'liquidity': 756008482031388835413, 'amount0': 0, 'amount1': 264636045735864192, 'current_liquidity': 756008482031388835413}, {'token_id': 2696716, 'liquidity': 262486754105825167175, 'amount0': 0, 'amount1': 131256502703051648, 'current_liquidity': 262486754105825167175}], 'il_risk_score': -1.2372321745625673e-11, 'sharpe_ratio': 0.7661173944917309, 'depth_score': 2559.4915038606355, 'max_position_size': 10000000.0, 'last_metrics_update': 1751120224.616665, 'exit_tx_hash': '0xb0a2b5b5f8f408ca039bc8d403bbdb837c4dee67415218ab76b5c6263ad19041', 'exit_timestamp': 1751120410}, {'chain': 'optimism', 'pool_address': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'dex_type': 'velodrome', 'token0': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'token1': '0x8aE125E8653821E851F12A49F7765db9a9ce7384', 'token0_symbol': 'USDC', 'token1_symbol': 'DOLA', 'apr': 1.2907561808839745, 'pool_id': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'is_stable': True, 'is_cl_pool': False, 'amount0': 11177445, 'amount1': 15197585311258249216, 'enter_timestamp': 1751121495, 'status': 'open', 'enter_tx_hash': '0xde6f8b593b8beea48dd73b708413912f8e4a62fe16788e3219e28f4c6f75903b', 'current_liquidity': 13185731143897}]}","{'initial_value': 29.800137839954267, 'final_value': 58.75205203030912, 'f_i_ratio': 0.013997983101593281, 'first_investment_timestamp': 1749304717, 'time_ratio': 11.299418667339278}",97.15,121,False,0xEb4B51e304A2BBFdb0f3003FD2aC6375518f7A32,cilwar-rimlu27,APR,,bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy,54.88281631,balanced,
|
404 |
+
402,109.48,103.26,2025-07-10 04:10:18,"{'portfolio': {'portfolio_value': 30.353215063552, 'value_in_pools': 0.0, 'value_in_safe': 30.353215063552, 'initial_investment': 30.87536749850655, 'volume': 1.7640958781348952, 'roi': -1.69, 'agent_hash': 'bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy', 'allocations': [], 'portfolio_breakdown': [{'asset': 'USDC', 'address': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'balance': 30.359044, 'price': 0.999808, 'value_usd': 30.353215063552, 'ratio': 0.0}, {'asset': 'USDC.e', 'address': '0x7F5c764cBc14f9669B88837ca1490cCa17c31607', 'balance': 0.0, 'price': 0.999733, 'value_usd': 0.0, 'ratio': 0.0}, {'asset': 'DOLA', 'address': '0x8aE125E8653821E851F12A49F7765db9a9ce7384', 'balance': 9.57e-16, 'price': 0.998729, 'value_usd': 9.55783653e-16, 'ratio': 0.0}, {'asset': 'LUSD', 'address': '0xc40F949F8a4e094D1b49a23ea9241D289B7b2819', 'balance': 3.25e-16, 'price': 1.001, 'value_usd': 3.25325e-16, 'ratio': 0.0}], 'address': '0xE4EAF37b1726634935f679a8f3e00EC2E4e650A0', 'last_updated': 1752100656}, 'positons': [{'chain': 'optimism', 'pool_address': '0x2FA71491F8070FA644d97b4782dB5734854c0f6F', 'dex_type': 'velodrome', 'token0': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'token1': '0x7F5c764cBc14f9669B88837ca1490cCa17c31607', 'token0_symbol': 'USDC', 'token1_symbol': 'USDC.e', 'apr': 3.7506969868253504, 'pool_id': '0x2FA71491F8070FA644d97b4782dB5734854c0f6F', 'is_stable': True, 'is_cl_pool': True, 'status': 'open', 'enter_tx_hash': '0x8cddac900b19baa1a2611eacb0c1e0584347185df658088f1ceec8b54f044070', 'enter_timestamp': 1750529241, 'amount0': 0, 'amount1': 1764796, 'positions': [{'token_id': 2870529, 'liquidity': 35300332056, 'amount0': 0, 'amount1': 1764796, 'current_liquidity': 35300332056}]}]}","{'initial_value': 30.87536749850655, 'final_value': 34.06223041669786, 'f_i_ratio': -0.016911618460243583, 'first_investment_timestamp': 1750529241, 'time_ratio': 20.066469645672786}",10.32,115,False,0xE4EAF37b1726634935f679a8f3e00EC2E4e650A0,yenot-zoncen49,APR,,bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy,1.764095878,risky,"[""velodrome_pools_search""]"
|
405 |
+
403,548.11,533.62,2025-07-10 05:19:42,"{'portfolio': {'portfolio_value': 31.389184882333886, 'value_in_pools': 3.262245189333887, 'value_in_safe': 28.126939693, 'initial_investment': 29.800137839954267, 'volume': 3.264870839882845, 'roi': 5.33, 'agent_hash': 'bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy', 'allocations': [{'chain': 'optimism', 'type': 'velodrome', 'id': '0x4F3da11c5caDf644ae023Dbad01008a934C993E2', 'assets': ['USDC', 'LUSD'], 'apr': 1.14, 'details': 'Velodrome Pool', 'ratio': 100.0, 'address': '0xD32613ED605be41D9c7FBc85f2cCb4fBa59778Ac'}], 'portfolio_breakdown': [{'asset': 'USDC', 'address': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'balance': 29.53229114266756, 'price': 0.999875, 'value_usd': 29.528599606274728, 'ratio': 0.940725}, {'asset': 'LUSD', 'address': '0xc40F949F8a4e094D1b49a23ea9241D289B7b2819', 'balance': 1.8605852760591595, 'price': 1.0, 'value_usd': 1.8605852760591595, 'ratio': 0.059275}], 'address': '0xD32613ED605be41D9c7FBc85f2cCb4fBa59778Ac', 'last_updated': 1752104899}, 'positons': [{'chain': 'optimism', 'pool_address': '0x4F3da11c5caDf644ae023Dbad01008a934C993E2', 'dex_type': 'velodrome', 'token0': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'token1': '0xc40F949F8a4e094D1b49a23ea9241D289B7b2819', 'token0_symbol': 'USDC', 'token1_symbol': 'LUSD', 'apr': 1.1446389466076325, 'pool_id': '0x4F3da11c5caDf644ae023Dbad01008a934C993E2', 'is_stable': True, 'is_cl_pool': False, 'amount0': 1516664, 'amount1': 1745457009367349211, 'enter_timestamp': 1751328819, 'status': 'open', 'enter_tx_hash': '0x8b9608f47a0ef16d4b33a5ed94e76d807437737e9527df2920dab175ea801296', 'current_liquidity': 1630885960066}]}","{'initial_value': 29.800137839954267, 'final_value': 44.87513180558071, 'f_i_ratio': 0.05332347960649764, 'first_investment_timestamp': 1751328819, 'time_ratio': 40.630660567596045}",50.59,119,False,0xD32613ED605be41D9c7FBc85f2cCb4fBa59778Ac,lonlim-zapgi60,APR,,bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy,3.26487084,risky,"[""balancer_pools_search"", ""uniswap_pools_search"", ""velodrome_pools_search""]"
|
406 |
+
404,5.1,-6.33,2025-07-10 09:00:51,"{'portfolio': {'portfolio_value': 16.01542601251823, 'value_in_pools': 14.432140600791229, 'value_in_safe': 1.583285411727, 'initial_investment': 15.998438834626413, 'volume': 14.435246798122249, 'roi': 0.11, 'agent_hash': 'bafybeia2kyreljqwdzhg27g6wv6uwjnoa4qdn5j4kz6jjkmfst4mkyzo3e', 'allocations': [{'chain': 'optimism', 'type': 'velodrome', 'id': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'assets': ['USDC', 'DOLA'], 'apr': 1.29, 'details': 'Velodrome Pool', 'ratio': 100.0, 'address': '0x703a3510e62827D11D8085f9C179bD441F6A8201'}], 'portfolio_breakdown': [{'asset': 'USDC', 'address': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'balance': 7.653372811953217, 'price': 0.999927, 'value_usd': 7.652814115737945, 'ratio': 0.47784}, {'asset': 'DOLA', 'address': '0x8aE125E8653821E851F12A49F7765db9a9ce7384', 'balance': 8.377893173929532, 'price': 0.998176, 'value_usd': 8.362611896780285, 'ratio': 0.52216}], 'address': '0x703a3510e62827D11D8085f9C179bD441F6A8201', 'last_updated': 1752118086}, 'positons': [{'chain': 'optimism', 'pool_address': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'dex_type': 'velodrome', 'token0': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'token1': '0x8aE125E8653821E851F12A49F7765db9a9ce7384', 'token0_symbol': 'USDC', 'token1_symbol': 'DOLA', 'apr': 1.290803353524491, 'pool_id': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'is_stable': True, 'is_cl_pool': False, 'amount0': 6416599, 'amount1': 8029475374880830280, 'enter_timestamp': 1751361313, 'status': 'open', 'enter_tx_hash': '0xe170f4362d7a381ad9e4b5380458597c0435cdda02bd62b69dd4daa66ac0215c', 'current_liquidity': 7222753993923}]}","{'initial_value': 15.998438834626413, 'final_value': 16.01855970509005, 'f_i_ratio': 0.001061802221292485, 'first_investment_timestamp': 1751361313, 'time_ratio': 41.66259817757799}",0.13,173,False,0x703a3510e62827D11D8085f9C179bD441F6A8201,gemek-janyar44,APR,,bafybeia2kyreljqwdzhg27g6wv6uwjnoa4qdn5j4kz6jjkmfst4mkyzo3e,14.4352468,balanced,
|
407 |
+
405,0.2,-14.5,2025-07-10 09:16:14,"{'portfolio': {'portfolio_value': 15.998752, 'value_in_pools': 0.0, 'value_in_safe': 15.998752, 'initial_investment': 15.997852354196928, 'volume': None, 'roi': 0.01, 'agent_hash': 'bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy', 'allocations': [], 'portfolio_breakdown': [{'asset': 'USDC', 'address': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'balance': 16.0, 'price': 0.999922, 'value_usd': 15.998752, 'ratio': 0.0}], 'address': '0xca82D0c809EA1De7E911d1c99a55f054d96Dfda4', 'last_updated': 1752118907}, 'positons': []}","{'initial_value': 15.997852354196928, 'final_value': 15.999109834770087, 'f_i_ratio': 5.6235411050931106e-05, 'first_investment_timestamp': 1752119173, 'time_ratio': 8760.0}",0.01,169,False,0xca82D0c809EA1De7E911d1c99a55f054d96Dfda4,tartim-wacor68,APR,,bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy,,balanced,
|
408 |
+
406,1.43,-8.81,2025-07-10 15:04:52,"{'portfolio': {'portfolio_value': 26.04213239357515, 'value_in_pools': 14.29107683695015, 'value_in_safe': 11.751055556625, 'initial_investment': 25.995490149688813, 'volume': 14.266134688755134, 'roi': 0.18, 'agent_hash': 'bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy', 'allocations': [{'chain': 'optimism', 'type': 'velodrome', 'id': '0x4F3da11c5caDf644ae023Dbad01008a934C993E2', 'assets': ['USDC', 'LUSD'], 'apr': 1.14, 'details': 'Velodrome Pool', 'ratio': 100.0, 'address': '0xf0495218037002b0419ECeDC3c6C40fd1d470c78'}], 'portfolio_breakdown': [{'asset': 'USDC', 'address': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'balance': 17.902283821911592, 'price': 0.999909, 'value_usd': 17.9006547140838, 'ratio': 0.687373}, {'asset': 'LUSD', 'address': '0xc40F949F8a4e094D1b49a23ea9241D289B7b2819', 'balance': 8.12522722504127, 'price': 1.002, 'value_usd': 8.141477679491352, 'ratio': 0.312627}], 'address': '0xf0495218037002b0419ECeDC3c6C40fd1d470c78', 'last_updated': 1752134677}, 'positons': [{'chain': 'optimism', 'pool_address': '0x4F3da11c5caDf644ae023Dbad01008a934C993E2', 'dex_type': 'velodrome', 'token0': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'token1': '0xc40F949F8a4e094D1b49a23ea9241D289B7b2819', 'token0_symbol': 'USDC', 'token1_symbol': 'LUSD', 'apr': 1.1446225294759833, 'pool_id': '0x4F3da11c5caDf644ae023Dbad01008a934C993E2', 'is_stable': True, 'is_cl_pool': False, 'amount0': 6247875, 'amount1': 8027063857463409155, 'enter_timestamp': 1751024609, 'status': 'open', 'enter_tx_hash': '0x5c4e83588a181783275df5e84a80ed94569d5cefecfeb39ec7e5f1a1755bbcc1', 'current_liquidity': 7136318018645}]}","{'initial_value': 25.995490149688813, 'final_value': 26.017605855439346, 'f_i_ratio': 0.0017942436791058558, 'first_investment_timestamp': 1751024609, 'time_ratio': 28.271156694872573}",0.09,170,False,0xf0495218037002b0419ECeDC3c6C40fd1d470c78,delsus-simgi16,APR,,bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy,14.26613469,risky,"[""balancer_pools_search"", ""uniswap_pools_search"", ""velodrome_pools_search""]"
|
409 |
+
407,-0.04,-7.75,2025-07-10 15:08:50,"{'portfolio': {'portfolio_value': 18.107343, 'value_in_pools': 0.0, 'value_in_safe': 18.107343, 'initial_investment': 26.085531929360446, 'volume': 7.971569119232574, 'roi': -30.58, 'agent_hash': 'bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy', 'allocations': [], 'portfolio_breakdown': [{'asset': 'USDC', 'address': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'balance': 16.0, 'price': 0.999892, 'value_usd': 15.998272, 'ratio': 0.0}, {'asset': 'USDT', 'address': '0x94b008aA00579c1307B0EF2c499aD98a8ce58e58', 'balance': 2.109071, 'price': 1.0, 'value_usd': 2.109071, 'ratio': 0.0}], 'address': '0x3d6f6870aA8d3a0757DFe3ff222f202a09688099', 'last_updated': 1752140248}, 'positons': [{'chain': 'optimism', 'pool_address': '0x84Ce89B4f6F67E523A81A82f9f2F14D84B726F6B', 'dex_type': 'velodrome', 'token0': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'token1': '0x94b008aA00579c1307B0EF2c499aD98a8ce58e58', 'token0_symbol': 'USDC', 'token1_symbol': 'USDT', 'apr': 4.556737732581645, 'pool_id': '0x84Ce89B4f6F67E523A81A82f9f2F14D84B726F6B', 'is_stable': True, 'is_cl_pool': True, 'status': 'open', 'enter_tx_hash': '0xde395d97871cd438680a12639595302122d83ffb986659f786361e263e693ec9', 'enter_timestamp': 1751558747, 'amount0': 2090601, 'amount1': 5887915, 'positions': [{'token_id': 2999699, 'liquidity': 14461360614, 'amount0': 2080518, 'amount1': 5870756, 'current_liquidity': 14461360614}, {'token_id': 2999700, 'liquidity': 17191562, 'amount0': 7630, 'amount1': 13850, 'current_liquidity': 17191562}, {'token_id': 2999701, 'liquidity': 2745118, 'amount0': 2453, 'amount1': 3309, 'current_liquidity': 2745118}]}]}","{'initial_value': 26.085531929360446, 'final_value': 26.075028075781145, 'f_i_ratio': -0.30584727775401943, 'first_investment_timestamp': 1751558747, 'time_ratio': 54.224384743690216}",-0.04,179,False,0x3d6f6870aA8d3a0757DFe3ff222f202a09688099,kajim-zimvu56,APR,,bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy,7.971569119,balanced,
|
410 |
+
408,309.3,298.72,2025-07-10 16:36:59,"{'portfolio': {'portfolio_value': 30.785453916508, 'value_in_pools': 16.444061469712, 'value_in_safe': 14.341392446796002, 'initial_investment': 36.983197640370534, 'volume': 30.766761196826785, 'roi': -16.76, 'agent_hash': 'bafybeigg6vq45m4cekqf7bnvmutwg3mp64n3eql7zkrmu7tht67gfggddi', 'allocations': [{'chain': 'optimism', 'type': 'velodrome', 'id': '0x2FA71491F8070FA644d97b4782dB5734854c0f6F', 'assets': ['USDC', 'USDC.e'], 'apr': 2.98, 'details': 'Velodrome CL Pool', 'ratio': 100.0, 'address': '0xc449F6b1c380Eee6dec31F79acE512Ec3931beA2', 'tick_ranges': [{'current_tick': -2, 'tick_lower': 0, 'tick_upper': 1, 'token_id': 2857023, 'in_range': False}]}], 'portfolio_breakdown': [{'asset': 'USDC', 'address': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'balance': 14.343171, 'price': 0.999876, 'value_usd': 14.341392446796, 'ratio': 0.46585}, {'asset': 'USDC.e', 'address': '0x7F5c764cBc14f9669B88837ca1490cCa17c31607', 'balance': 16.446512, 'price': 0.999851, 'value_usd': 16.444061469712, 'ratio': 0.53415}, {'asset': 'DOLA', 'address': '0x8aE125E8653821E851F12A49F7765db9a9ce7384', 'balance': 7.98e-16, 'price': 0.998291, 'value_usd': 7.96636218e-16, 'ratio': 0.0}, {'asset': 'alUSD', 'address': '0xCB8FA9a76b8e203D8C3797bF438d8FB81Ea3326A', 'balance': 2.65e-16, 'price': 0.99458, 'value_usd': 2.635637e-16, 'ratio': 0.0}], 'address': '0xc449F6b1c380Eee6dec31F79acE512Ec3931beA2', 'last_updated': 1752145489}, 'positons': [{'chain': 'optimism', 'pool_address': '0x67C253eB6C2e69F9E1114aEeAD0DB4FA8F417AC3', 'dex_type': 'velodrome', 'token0': '0x8aE125E8653821E851F12A49F7765db9a9ce7384', 'token1': '0xCB8FA9a76b8e203D8C3797bF438d8FB81Ea3326A', 'token0_symbol': 'DOLA', 'token1_symbol': 'alUSD', 'apr': 10.368051373484233, 'pool_id': '0x67C253eB6C2e69F9E1114aEeAD0DB4FA8F417AC3', 'is_stable': True, 'is_cl_pool': False, 'amount0': 6309676318475633488, 'amount1': 8121544632815991808, 'enter_timestamp': 1748547135, 'status': 'closed', 'enter_tx_hash': '0x4b7345efdb73f20e1ce332d5b914fd40a4d224968c6a362079f5c2cd24fa54ee', 'il_risk_score': -2.887673543345224e-09, 'sharpe_ratio': 0.7679453942205893, 'depth_score': 2631.358219286783, 'max_position_size': 10000000.0, 'last_metrics_update': 1750414599.839625, 'current_liquidity': 7215162095269814460, 'exit_tx_hash': '0xef16de63f696089c6b7ab8de0da16579dfef0dfeda68cc8fe46c4f7580e68796', 'exit_timestamp': 1750415177}, {'chain': 'optimism', 'pool_address': '0x2FA71491F8070FA644d97b4782dB5734854c0f6F', 'dex_type': 'velodrome', 'token0': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'token1': '0x7F5c764cBc14f9669B88837ca1490cCa17c31607', 'token0_symbol': 'USDC', 'token1_symbol': 'USDC.e', 'apr': 2.981187929897976, 'pool_id': '0x2FA71491F8070FA644d97b4782dB5734854c0f6F', 'is_stable': True, 'is_cl_pool': True, 'status': 'open', 'enter_tx_hash': '0xd5ece5034063cb71fd4a5e8c740296877959b7ce61e21841fb4e77af5b969a56', 'enter_timestamp': 1750415371, 'amount0': 0, 'amount1': 16446512, 'positions': [{'token_id': 2857023, 'liquidity': 328938463050, 'amount0': 0, 'amount1': 16446512, 'current_liquidity': 328938463050}]}]}","{'initial_value': 30.292529109243784, 'final_value': 45.45178775135987, 'f_i_ratio': -0.1676, 'first_investment_timestamp': 1748547135, 'time_ratio': 8.7637, 'volatility_warning': 'LOW', 'actual_hours': 999.5788738205698, 'calculation_hours': 999.5788738205698}",50.04,102,False,0xc449F6b1c380Eee6dec31F79acE512Ec3931beA2,kelrus-muha52,APR,,bafybeigg6vq45m4cekqf7bnvmutwg3mp64n3eql7zkrmu7tht67gfggddi,30.7667612,risky,"[""balancerPool"", ""uniswapV3"", ""velodrome""]"
|
411 |
+
409,-0.28,-10.21,2025-07-10 17:48:47,"{'portfolio': {'portfolio_value': 15.920572016736003, 'value_in_pools': 7.853355756064, 'value_in_safe': 8.067216260672003, 'initial_investment': 15.997210604058026, 'volume': 7.8875138840576176, 'roi': -0.48, 'agent_hash': 'bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy', 'allocations': [{'chain': 'optimism', 'type': 'velodrome', 'id': '0x84Ce89B4f6F67E523A81A82f9f2F14D84B726F6B', 'assets': ['USDC', 'USDT'], 'apr': 4.96, 'details': 'Velodrome CL Pool', 'ratio': 100.0, 'address': '0x9fd33068b81C8719A1b2972277a0CC98956B9247', 'tick_ranges': [{'current_tick': -3, 'tick_lower': -15, 'tick_upper': -4, 'token_id': 2921867, 'in_range': False}, {'current_tick': -3, 'tick_lower': -21, 'tick_upper': 1, 'token_id': 2921868, 'in_range': True}, {'current_tick': -3, 'tick_lower': -30, 'tick_upper': 9, 'token_id': 2921869, 'in_range': True}]}], 'portfolio_breakdown': [{'asset': 'USDC', 'address': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'balance': 7.989409, 'price': 0.999904, 'value_usd': 7.988642016736, 'ratio': 0.501781}, {'asset': 'USDT', 'address': '0x94b008aA00579c1307B0EF2c499aD98a8ce58e58', 'balance': 7.93193, 'price': 1.0, 'value_usd': 7.93193, 'ratio': 0.498219}, {'asset': 'LUSD', 'address': '0xc40F949F8a4e094D1b49a23ea9241D289B7b2819', 'balance': 8.96e-16, 'price': 1.001, 'value_usd': 8.96896e-16, 'ratio': 0.0}, {'asset': 'DAI', 'address': '0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1', 'balance': 9e-16, 'price': 0.998844, 'value_usd': 8.989596e-16, 'ratio': 0.0}, {'asset': 'DOLA', 'address': '0x8aE125E8653821E851F12A49F7765db9a9ce7384', 'balance': 7.66e-16, 'price': 0.998266, 'value_usd': 7.64671756e-16, 'ratio': 0.0}], 'address': '0x9fd33068b81C8719A1b2972277a0CC98956B9247', 'last_updated': 1752149666}, 'positons': [{'chain': 'optimism', 'pool_address': '0x84Ce89B4f6F67E523A81A82f9f2F14D84B726F6B', 'dex_type': 'velodrome', 'token0': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'token1': '0x94b008aA00579c1307B0EF2c499aD98a8ce58e58', 'token0_symbol': 'USDC', 'token1_symbol': 'USDT', 'apr': 4.96307964682922, 'pool_id': '0x84Ce89B4f6F67E523A81A82f9f2F14D84B726F6B', 'is_stable': True, 'is_cl_pool': True, 'status': 'open', 'enter_tx_hash': '0x137a913c7e2e42e6c3024daa4477b8fef90d21fc5119ff21a02accfd0afa61cb', 'enter_timestamp': 1750878245, 'amount0': 981882, 'amount1': 6905515, 'positions': [{'token_id': 2921867, 'liquidity': 14285668349, 'amount0': 971291, 'amount1': 6882158, 'current_liquidity': 14285668349}, {'token_id': 2921868, 'liquidity': 22000221, 'amount0': 6996, 'amount1': 17193, 'current_liquidity': 22000221}, {'token_id': 2921869, 'liquidity': 5007822, 'amount0': 3595, 'amount1': 6164, 'current_liquidity': 5007822}]}]}","{'initial_value': 15.997210604058026, 'final_value': 15.952663154385146, 'f_i_ratio': -0.00479074691325132, 'first_investment_timestamp': 1750878245, 'time_ratio': 24.798644624871173}",-0.28,165,False,0x9fd33068b81C8719A1b2972277a0CC98956B9247,wuni-dannus19,APR,,bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy,7.887513884,balanced,
|
412 |
+
410,501.33,486.84,2025-07-10 17:50:43,"{'portfolio': {'portfolio_value': 30.376523688495833, 'value_in_pools': 25.87656772740183, 'value_in_safe': 4.499955961094001, 'initial_investment': 29.80013783995427, 'volume': 38.522323961988846, 'roi': 1.93, 'agent_hash': 'bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy', 'allocations': [{'chain': 'optimism', 'type': 'velodrome', 'id': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'assets': ['USDC', 'DOLA'], 'apr': 1.29, 'details': 'Velodrome Pool', 'ratio': 100.0, 'address': '0xc7d89Ed318CAC02Cf9719c50157541df2504EA3A'}], 'portfolio_breakdown': [{'asset': 'USDC', 'address': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'balance': 15.429120696195664, 'price': 0.999902, 'value_usd': 15.427608642367439, 'ratio': 0.507879}, {'asset': 'DOLA', 'address': '0x8aE125E8653821E851F12A49F7765db9a9ce7384', 'balance': 14.974821487301424, 'price': 0.99827, 'value_usd': 14.948915046128393, 'ratio': 0.492121}, {'asset': 'LUSD', 'address': '0xc40F949F8a4e094D1b49a23ea9241D289B7b2819', 'balance': 1.12e-16, 'price': 1.001, 'value_usd': 1.12112e-16, 'ratio': 0.0}], 'address': '0xc7d89Ed318CAC02Cf9719c50157541df2504EA3A', 'last_updated': 1752149700}, 'positons': [{'chain': 'optimism', 'pool_address': '0x2FA71491F8070FA644d97b4782dB5734854c0f6F', 'dex_type': 'velodrome', 'token0': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'token1': '0x7F5c764cBc14f9669B88837ca1490cCa17c31607', 'token0_symbol': 'USDC', 'token1_symbol': 'USDC.e', 'apr': 5.950279745814442, 'pool_id': '0x2FA71491F8070FA644d97b4782dB5734854c0f6F', 'is_stable': True, 'is_cl_pool': True, 'status': 'closed', 'enter_tx_hash': '0x4e4306e400b10419f5897b74e83fe08c38c47a68d19debaa2fb51f465aba7698', 'enter_timestamp': 1749634247, 'amount0': 0, 'amount1': 12657728, 'positions': [{'token_id': 2743508, 'liquidity': 126330717239, 'amount0': 0, 'amount1': 12631177, 'current_liquidity': 126330717239}, {'token_id': 2743509, 'liquidity': 106222586, 'amount0': 0, 'amount1': 26551, 'current_liquidity': 106222586}], 'il_risk_score': -1.3374288663162364e-12, 'sharpe_ratio': 2.099060530658376, 'depth_score': 1036.9656401955142, 'max_position_size': 10000000.0, 'last_metrics_update': 1751460817.525093, 'exit_tx_hash': '0x06b3d7b27426d43a2a58304adafadb24d323f9a80e9c79b3825677761f1ecf30', 'exit_timestamp': 1751460989}, {'chain': 'optimism', 'pool_address': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'dex_type': 'velodrome', 'token0': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'token1': '0x8aE125E8653821E851F12A49F7765db9a9ce7384', 'token0_symbol': 'USDC', 'token1_symbol': 'DOLA', 'apr': 1.2907734943932818, 'pool_id': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'is_stable': True, 'is_cl_pool': False, 'amount0': 11501285, 'amount1': 14399419880058378240, 'enter_timestamp': 1751462535, 'status': 'open', 'enter_tx_hash': '0x45402ae487dfd33aebd516efa9fad6bffae2477426e7680310fe9cdff84bb24e', 'current_liquidity': 12949840650454}]}","{'initial_value': 29.80013783995427, 'final_value': 43.864288370468046, 'f_i_ratio': 0.01934171753288938, 'first_investment_timestamp': 1749634247, 'time_ratio': 12.535199185704913}",47.19,118,False,0xc7d89Ed318CAC02Cf9719c50157541df2504EA3A,lonwus-patu86,APR,,bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy,38.52232396,balanced,
|
413 |
+
411,1090.15,1075.77,2025-07-10 20:26:34,"{'portfolio': {'portfolio_value': 19.93497251652733, 'value_in_pools': 7.933336569447331, 'value_in_safe': 12.001635947080002, 'initial_investment': 19.998439303187823, 'volume': 7.9224283973100755, 'roi': -0.32, 'agent_hash': 'bafybeigg6vq45m4cekqf7bnvmutwg3mp64n3eql7zkrmu7tht67gfggddi', 'allocations': [{'chain': 'optimism', 'type': 'velodrome', 'id': '0x1737275d53A5Ca5dAc582a493AA32C85ba2cFaD3', 'assets': ['USDC', 'DAI'], 'apr': 15.95, 'details': 'Velodrome CL Pool', 'ratio': 100.0, 'address': '0x426117ee442328F6CF12e8805037bA14bB1F80CF', 'tick_ranges': [{'current_tick': 276323, 'tick_lower': 4, 'tick_upper': 5, 'token_id': 2935722, 'in_range': False}]}], 'portfolio_breakdown': [{'asset': 'USDC', 'address': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'balance': 12.00196, 'price': 0.999973, 'value_usd': 12.00163594708, 'ratio': 0.602039}, {'asset': 'DAI', 'address': '0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1', 'balance': 7.933336569447332, 'price': 1.0, 'value_usd': 7.933336569447332, 'ratio': 0.397961}, {'asset': 'LUSD', 'address': '0xc40F949F8a4e094D1b49a23ea9241D289B7b2819', 'balance': 1.011e-15, 'price': 1.002, 'value_usd': 1.013022e-15, 'ratio': 0.0}, {'asset': 'DOLA', 'address': '0x8aE125E8653821E851F12A49F7765db9a9ce7384', 'balance': 7.38e-16, 'price': 0.998497, 'value_usd': 7.36890786e-16, 'ratio': 0.0}], 'address': '0x426117ee442328F6CF12e8805037bA14bB1F80CF', 'last_updated': 1752159325}, 'positons': [{'chain': 'optimism', 'pool_address': '0x1737275d53A5Ca5dAc582a493AA32C85ba2cFaD3', 'dex_type': 'velodrome', 'token0': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'token1': '0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1', 'token0_symbol': 'USDC', 'token1_symbol': 'DAI', 'apr': 15.949108383139437, 'pool_id': '0x1737275d53A5Ca5dAc582a493AA32C85ba2cFaD3', 'is_stable': True, 'is_cl_pool': True, 'status': 'open', 'enter_tx_hash': '0xa42b8db45406dcd988e8c8bbfb6b26e2e3161b4111f3361af437572c2cb53ef5', 'enter_timestamp': 1750996703, 'amount0': 0, 'amount1': 7933336569447330816, 'positions': [{'token_id': 2935722, 'liquidity': 158638968577964312250704, 'amount0': 0, 'amount1': 7933336569447330816, 'current_liquidity': 158638968577964312250704}]}]}","{'initial_value': 15.996993189049627, 'final_value': 23.921538232080163, 'f_i_ratio': -0.0032, 'first_investment_timestamp': 1750996703, 'time_ratio': 27.1233, 'volatility_warning': 'LOW', 'actual_hours': 322.9697692230675, 'calculation_hours': 322.9697692230675}",49.54,163,False,0x426117ee442328F6CF12e8805037bA14bB1F80CF,limwire-waryel10,APR,,bafybeigg6vq45m4cekqf7bnvmutwg3mp64n3eql7zkrmu7tht67gfggddi,7.922428397,balanced,
|
414 |
+
412,44.47,30.04,2025-07-10 21:32:33,"{'portfolio': {'portfolio_value': 16.01328947259786, 'value_in_pools': 14.871500409840861, 'value_in_safe': 1.141789062757, 'initial_investment': 15.996881554740378, 'volume': 14.87478829532423, 'roi': 0.1, 'agent_hash': 'bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy', 'allocations': [{'chain': 'optimism', 'type': 'velodrome', 'id': '0x4F3da11c5caDf644ae023Dbad01008a934C993E2', 'assets': ['USDC', 'LUSD'], 'apr': 1.14, 'details': 'Velodrome Pool', 'ratio': 100.0, 'address': '0x07Aa2653a1119c7b4e328Be1102E6C3Dd0Bb0C81'}], 'portfolio_breakdown': [{'asset': 'USDC', 'address': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'balance': 7.538512807983491, 'price': 0.999937, 'value_usd': 7.538037881676588, 'ratio': 0.470736}, {'asset': 'LUSD', 'address': '0xc40F949F8a4e094D1b49a23ea9241D289B7b2819', 'balance': 8.46678480611516, 'price': 1.001, 'value_usd': 8.475251590921273, 'ratio': 0.529264}], 'address': '0x07Aa2653a1119c7b4e328Be1102E6C3Dd0Bb0C81', 'last_updated': 1752163189}, 'positons': [{'chain': 'optimism', 'pool_address': '0x4F3da11c5caDf644ae023Dbad01008a934C993E2', 'dex_type': 'velodrome', 'token0': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'token1': '0xc40F949F8a4e094D1b49a23ea9241D289B7b2819', 'token0_symbol': 'USDC', 'token1_symbol': 'LUSD', 'apr': 1.1446326242114686, 'pool_id': '0x4F3da11c5caDf644ae023Dbad01008a934C993E2', 'is_stable': True, 'is_cl_pool': False, 'amount0': 6858139, 'amount1': 8004030135896497008, 'enter_timestamp': 1751378625, 'status': 'open', 'enter_tx_hash': '0x1f7df731525a478a6126b0ad0007d4c4c8e7320651d8acb4f181900c698689fc', 'current_liquidity': 7430268322107}]}","{'initial_value': 15.996881554740378, 'final_value': 16.24556545219959, 'f_i_ratio': 0.001025694776906061, 'first_investment_timestamp': 1751378625, 'time_ratio': 40.18715565941105}",1.55,171,False,0x07Aa2653a1119c7b4e328Be1102E6C3Dd0Bb0C81,helve-welfur78,APR,,bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy,14.8747883,balanced,
|
415 |
+
413,-3.61,-9.83,2025-07-10 21:50:23,"{'portfolio': {'portfolio_value': 29.75911309906858, 'value_in_pools': 3.041512235004577, 'value_in_safe': 26.717600864064, 'initial_investment': 30.87536749850655, 'volume': 3.0417491735476907, 'roi': -3.62, 'agent_hash': 'bafybeia2kyreljqwdzhg27g6wv6uwjnoa4qdn5j4kz6jjkmfst4mkyzo3e', 'allocations': [{'chain': 'optimism', 'type': 'velodrome', 'id': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'assets': ['USDC', 'DOLA'], 'apr': 1.29, 'details': 'Velodrome Pool', 'ratio': 100.0, 'address': '0x70FAE90eb66b779FC368350a051D83dc6C7fF068'}], 'portfolio_breakdown': [{'asset': 'USDC', 'address': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'balance': 28.00475253849254, 'price': 0.999904, 'value_usd': 28.002064082248847, 'ratio': 0.940958}, {'asset': 'DOLA', 'address': '0x8aE125E8653821E851F12A49F7765db9a9ce7384', 'balance': 1.7597784331695776, 'price': 0.998449, 'value_usd': 1.7570490168197317, 'ratio': 0.059042}], 'address': '0x70FAE90eb66b779FC368350a051D83dc6C7fF068', 'last_updated': 1752163392}, 'positons': [{'chain': 'optimism', 'pool_address': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'dex_type': 'velodrome', 'token0': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'token1': '0x8aE125E8653821E851F12A49F7765db9a9ce7384', 'token0_symbol': 'USDC', 'token1_symbol': 'DOLA', 'apr': 1.2907884736104978, 'pool_id': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'is_stable': True, 'is_cl_pool': False, 'amount0': 1352538, 'amount1': 1691492194309012144, 'enter_timestamp': 1751406473, 'status': 'open', 'enter_tx_hash': '0xfc37df1a45d0276566ec626b7abde12d674b10bf07b0eb1ebd8fbc64b7e14c2e', 'current_liquidity': 1521956066056}]}","{'initial_value': 30.87536749850655, 'final_value': 29.760428588378268, 'f_i_ratio': -0.0361535583177095, 'first_investment_timestamp': 1751406473, 'time_ratio': 41.60699073195884}",-3.61,117,False,0x70FAE90eb66b779FC368350a051D83dc6C7fF068,furye-himkon89,APR,,bafybeia2kyreljqwdzhg27g6wv6uwjnoa4qdn5j4kz6jjkmfst4mkyzo3e,3.041749174,risky,"[""balancer_pools_search"", ""uniswap_pools_search"", ""velodrome_pools_search""]"
|
416 |
+
414,439.75,430.0,2025-07-10 23:05:18,"{'portfolio': {'portfolio_value': 35.41782616244282, 'value_in_pools': 32.20951222796412, 'value_in_safe': 3.208313934478709, 'initial_investment': 47.69366419946237, 'volume': 45.04515215024694, 'roi': -25.74, 'agent_hash': 'bafybeigg6vq45m4cekqf7bnvmutwg3mp64n3eql7zkrmu7tht67gfggddi', 'allocations': [{'chain': 'optimism', 'type': 'velodrome', 'id': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'assets': ['USDC', 'DOLA'], 'apr': 1.29, 'details': 'Velodrome Pool', 'ratio': 100.0, 'address': '0xF38820f03313535A4024DCCBE2689aa7cc158f5C'}], 'portfolio_breakdown': [{'asset': 'USDC', 'address': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'balance': 13.613008632578307, 'price': 0.999965, 'value_usd': 13.612532177276167, 'ratio': 0.384341}, {'asset': 'DOLA', 'address': '0x8aE125E8653821E851F12A49F7765db9a9ce7384', 'balance': 21.843170042017185, 'price': 0.998266, 'value_usd': 21.805293985164333, 'ratio': 0.615659}, {'asset': 'ETH', 'address': '0x0000000000000000000000000000000000000000', 'balance': 8.4e-16, 'price': 2769.64, 'value_usd': 2.3264976e-12, 'ratio': 0.0}, {'asset': 'LUSD', 'address': '0xc40F949F8a4e094D1b49a23ea9241D289B7b2819', 'balance': 1.146e-15, 'price': 1.001, 'value_usd': 1.147146e-15, 'ratio': 0.0}], 'address': '0xF38820f03313535A4024DCCBE2689aa7cc158f5C', 'last_updated': 1752168750}, 'positons': [{'chain': 'optimism', 'pool_address': '0x84Ce89B4f6F67E523A81A82f9f2F14D84B726F6B', 'dex_type': 'velodrome', 'token0': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'token1': '0x94b008aA00579c1307B0EF2c499aD98a8ce58e58', 'token0_symbol': 'USDC', 'token1_symbol': 'USDT', 'apr': 7.203504137155402, 'pool_id': '0x84Ce89B4f6F67E523A81A82f9f2F14D84B726F6B', 'is_stable': True, 'is_cl_pool': True, 'status': 'closed', 'enter_tx_hash': '0x014828b184e2301849636d82e67614b62b6a83d207ea906c8fbdbc4c94abf6fb', 'enter_timestamp': 1749344469, 'amount0': 9927081, 'amount1': 2922255, 'positions': [{'token_id': 2701571, 'liquidity': 83208800509, 'amount0': 9710239, 'amount1': 2771695, 'current_liquidity': 83208800509}, {'token_id': 2701572, 'liquidity': 822967616, 'amount0': 178339, 'amount1': 109677, 'current_liquidity': 822967616}, {'token_id': 2701573, 'liquidity': 144365258, 'amount0': 38503, 'amount1': 40883, 'current_liquidity': 144365258}], 'il_risk_score': -8.510250350090276e-12, 'sharpe_ratio': 1.0343385680307111, 'depth_score': 1162.849768076878, 'max_position_size': 10000000.0, 'last_metrics_update': 1751159186.298078, 'exit_tx_hash': '0xbfb170fda9e5614f008a6cd6cd589fb7b47c8d831a5d4a0b3e8e870c0451bc40', 'exit_timestamp': 1751159352}, {'chain': 'optimism', 'pool_address': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'dex_type': 'velodrome', 'token0': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'token1': '0x8aE125E8653821E851F12A49F7765db9a9ce7384', 'token0_symbol': 'USDC', 'token1_symbol': 'DOLA', 'apr': 1.2907413138010941, 'pool_id': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'is_stable': True, 'is_cl_pool': False, 'amount0': 13649004, 'amount1': 18593021233907056326, 'enter_timestamp': 1751159541, 'status': 'open', 'enter_tx_hash': '0x48c5280931b620ff55cb117c35ca44b6780ff8dcb0fdfca2ff04a0aea368af09', 'current_liquidity': 16118778992940}]}","{'initial_value': 35.31977903399317, 'final_value': 49.33623397598453, 'f_i_ratio': -0.2574, 'first_investment_timestamp': 1749344469, 'time_ratio': 11.1654, 'volatility_warning': 'LOW', 'actual_hours': 784.5690915194485, 'calculation_hours': 784.5690915194485}",39.68,123,False,0xF38820f03313535A4024DCCBE2689aa7cc158f5C,cordron-yelku44,APR,,bafybeigg6vq45m4cekqf7bnvmutwg3mp64n3eql7zkrmu7tht67gfggddi,45.04515215,balanced,
|
debug_roi_data.csv
CHANGED
@@ -397,3 +397,20 @@
|
|
397 |
395,46.39,38.44,2025-07-09 20:24:00,"{'portfolio': {'portfolio_value': 16.004250055862435, 'value_in_pools': 14.862615144340435, 'value_in_safe': 1.141634911522, 'initial_investment': 15.996881554740378, 'volume': 14.87478829532423, 'roi': 0.05, 'agent_hash': 'bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy', 'allocations': [{'chain': 'optimism', 'type': 'velodrome', 'id': '0x4F3da11c5caDf644ae023Dbad01008a934C993E2', 'assets': ['USDC', 'LUSD'], 'apr': 1.14, 'details': 'Velodrome Pool', 'ratio': 100.0, 'address': '0x07Aa2653a1119c7b4e328Be1102E6C3Dd0Bb0C81'}], 'portfolio_breakdown': [{'asset': 'USDC', 'address': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'balance': 7.466820127757848, 'price': 0.999802, 'value_usd': 7.465341697372551, 'ratio': 0.46646}, {'asset': 'LUSD', 'address': '0xc40F949F8a4e094D1b49a23ea9241D289B7b2819', 'balance': 8.538908358489882, 'price': 1.0, 'value_usd': 8.538908358489882, 'ratio': 0.53354}], 'address': '0x07Aa2653a1119c7b4e328Be1102E6C3Dd0Bb0C81', 'last_updated': 1752072664}, 'positons': [{'chain': 'optimism', 'pool_address': '0x4F3da11c5caDf644ae023Dbad01008a934C993E2', 'dex_type': 'velodrome', 'token0': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'token1': '0xc40F949F8a4e094D1b49a23ea9241D289B7b2819', 'token0_symbol': 'USDC', 'token1_symbol': 'LUSD', 'apr': 1.1446326242114686, 'pool_id': '0x4F3da11c5caDf644ae023Dbad01008a934C993E2', 'is_stable': True, 'is_cl_pool': False, 'amount0': 6858139, 'amount1': 8004030135896497008, 'enter_timestamp': 1751378625, 'status': 'open', 'enter_tx_hash': '0x1f7df731525a478a6126b0ad0007d4c4c8e7320651d8acb4f181900c698689fc', 'current_liquidity': 7430268322107}]}","{'initial_value': 15.996881554740378, 'final_value': 16.23502611832391, 'f_i_ratio': 0.0004606210964832602, 'first_investment_timestamp': 1751378625, 'time_ratio': 45.42682901560153}",1.49,171,False,0x07Aa2653a1119c7b4e328Be1102E6C3Dd0Bb0C81,helve-welfur78,ROI,,bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy,14.8747883,balanced,
|
398 |
396,-3.62,-3.82,2025-07-09 21:48:59,"{'portfolio': {'portfolio_value': 29.756808041389355, 'value_in_pools': 3.0407035066213552, 'value_in_safe': 26.716104534768, 'initial_investment': 30.87536749850655, 'volume': 3.0417491735476907, 'roi': -3.62, 'agent_hash': 'bafybeia2kyreljqwdzhg27g6wv6uwjnoa4qdn5j4kz6jjkmfst4mkyzo3e', 'allocations': [{'chain': 'optimism', 'type': 'velodrome', 'id': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'assets': ['USDC', 'DOLA'], 'apr': 1.29, 'details': 'Velodrome Pool', 'ratio': 100.0, 'address': '0x70FAE90eb66b779FC368350a051D83dc6C7fF068'}], 'portfolio_breakdown': [{'asset': 'USDC', 'address': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'balance': 28.03695918626768, 'price': 0.999848, 'value_usd': 28.032697568471367, 'ratio': 0.94206}, {'asset': 'DOLA', 'address': '0x8aE125E8653821E851F12A49F7765db9a9ce7384', 'balance': 1.727371750783469, 'price': 0.998112, 'value_usd': 1.72411047291799, 'ratio': 0.05794}], 'address': '0x70FAE90eb66b779FC368350a051D83dc6C7fF068', 'last_updated': 1752072062}, 'positons': [{'chain': 'optimism', 'pool_address': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'dex_type': 'velodrome', 'token0': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'token1': '0x8aE125E8653821E851F12A49F7765db9a9ce7384', 'token0_symbol': 'USDC', 'token1_symbol': 'DOLA', 'apr': 1.2907884736104978, 'pool_id': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'is_stable': True, 'is_cl_pool': False, 'amount0': 1352538, 'amount1': 1691492194309012144, 'enter_timestamp': 1751406473, 'status': 'open', 'enter_tx_hash': '0xfc37df1a45d0276566ec626b7abde12d674b10bf07b0eb1ebd8fbc64b7e14c2e', 'current_liquidity': 1521956066056}]}","{'initial_value': 30.87536749850655, 'final_value': 29.75884595012442, 'f_i_ratio': -0.036228215167683375, 'first_investment_timestamp': 1751406473, 'time_ratio': 46.96589322226674}",-3.62,117,False,0x70FAE90eb66b779FC368350a051D83dc6C7fF068,furye-himkon89,ROI,,bafybeia2kyreljqwdzhg27g6wv6uwjnoa4qdn5j4kz6jjkmfst4mkyzo3e,3.041749174,risky,"[""balancer_pools_search"", ""uniswap_pools_search"", ""velodrome_pools_search""]"
|
399 |
397,451.98,448.44,2025-07-09 22:59:17,"{'portfolio': {'portfolio_value': 35.41316183233304, 'value_in_pools': 32.20519499763039, 'value_in_safe': 3.2079668347026447, 'initial_investment': 35.31977903399317, 'volume': 45.04515215024694, 'roi': 0.26, 'agent_hash': 'bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy', 'allocations': [{'chain': 'optimism', 'type': 'velodrome', 'id': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'assets': ['USDC', 'DOLA'], 'apr': 1.29, 'details': 'Velodrome Pool', 'ratio': 100.0, 'address': '0xF38820f03313535A4024DCCBE2689aa7cc158f5C'}], 'portfolio_breakdown': [{'asset': 'USDC', 'address': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'balance': 13.947037748685878, 'price': 0.999904, 'value_usd': 13.945698833062004, 'ratio': 0.3938}, {'asset': 'DOLA', 'address': '0x8aE125E8653821E851F12A49F7765db9a9ce7384', 'balance': 21.507079038858414, 'price': 0.998158, 'value_usd': 21.46746299926884, 'ratio': 0.6062}, {'asset': 'ETH', 'address': '0x0000000000000000000000000000000000000000', 'balance': 8.4e-16, 'price': 2615.5, 'value_usd': 2.19702e-12, 'ratio': 0.0}, {'asset': 'LUSD', 'address': '0xc40F949F8a4e094D1b49a23ea9241D289B7b2819', 'balance': 1.146e-15, 'price': 1.001, 'value_usd': 1.147146e-15, 'ratio': 0.0}], 'address': '0xF38820f03313535A4024DCCBE2689aa7cc158f5C', 'last_updated': 1752081986}, 'positons': [{'chain': 'optimism', 'pool_address': '0x84Ce89B4f6F67E523A81A82f9f2F14D84B726F6B', 'dex_type': 'velodrome', 'token0': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'token1': '0x94b008aA00579c1307B0EF2c499aD98a8ce58e58', 'token0_symbol': 'USDC', 'token1_symbol': 'USDT', 'apr': 7.203504137155402, 'pool_id': '0x84Ce89B4f6F67E523A81A82f9f2F14D84B726F6B', 'is_stable': True, 'is_cl_pool': True, 'status': 'closed', 'enter_tx_hash': '0x014828b184e2301849636d82e67614b62b6a83d207ea906c8fbdbc4c94abf6fb', 'enter_timestamp': 1749344469, 'amount0': 9927081, 'amount1': 2922255, 'positions': [{'token_id': 2701571, 'liquidity': 83208800509, 'amount0': 9710239, 'amount1': 2771695, 'current_liquidity': 83208800509}, {'token_id': 2701572, 'liquidity': 822967616, 'amount0': 178339, 'amount1': 109677, 'current_liquidity': 822967616}, {'token_id': 2701573, 'liquidity': 144365258, 'amount0': 38503, 'amount1': 40883, 'current_liquidity': 144365258}], 'il_risk_score': -8.510250350090276e-12, 'sharpe_ratio': 1.0343385680307111, 'depth_score': 1162.849768076878, 'max_position_size': 10000000.0, 'last_metrics_update': 1751159186.298078, 'exit_tx_hash': '0xbfb170fda9e5614f008a6cd6cd589fb7b47c8d831a5d4a0b3e8e870c0451bc40', 'exit_timestamp': 1751159352}, {'chain': 'optimism', 'pool_address': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'dex_type': 'velodrome', 'token0': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'token1': '0x8aE125E8653821E851F12A49F7765db9a9ce7384', 'token0_symbol': 'USDC', 'token1_symbol': 'DOLA', 'apr': 1.2907413138010941, 'pool_id': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'is_stable': True, 'is_cl_pool': False, 'amount0': 13649004, 'amount1': 18593021233907056326, 'enter_timestamp': 1751159541, 'status': 'open', 'enter_tx_hash': '0x48c5280931b620ff55cb117c35ca44b6780ff8dcb0fdfca2ff04a0aea368af09', 'current_liquidity': 16118778992940}]}","{'initial_value': 35.31977903399317, 'final_value': 49.287010902741294, 'f_i_ratio': 0.0026439236284574452, 'first_investment_timestamp': 1749344469, 'time_ratio': 11.519207296019385}",39.55,123,False,0xF38820f03313535A4024DCCBE2689aa7cc158f5C,cordron-yelku44,ROI,,bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy,45.04515215,balanced,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
397 |
395,46.39,38.44,2025-07-09 20:24:00,"{'portfolio': {'portfolio_value': 16.004250055862435, 'value_in_pools': 14.862615144340435, 'value_in_safe': 1.141634911522, 'initial_investment': 15.996881554740378, 'volume': 14.87478829532423, 'roi': 0.05, 'agent_hash': 'bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy', 'allocations': [{'chain': 'optimism', 'type': 'velodrome', 'id': '0x4F3da11c5caDf644ae023Dbad01008a934C993E2', 'assets': ['USDC', 'LUSD'], 'apr': 1.14, 'details': 'Velodrome Pool', 'ratio': 100.0, 'address': '0x07Aa2653a1119c7b4e328Be1102E6C3Dd0Bb0C81'}], 'portfolio_breakdown': [{'asset': 'USDC', 'address': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'balance': 7.466820127757848, 'price': 0.999802, 'value_usd': 7.465341697372551, 'ratio': 0.46646}, {'asset': 'LUSD', 'address': '0xc40F949F8a4e094D1b49a23ea9241D289B7b2819', 'balance': 8.538908358489882, 'price': 1.0, 'value_usd': 8.538908358489882, 'ratio': 0.53354}], 'address': '0x07Aa2653a1119c7b4e328Be1102E6C3Dd0Bb0C81', 'last_updated': 1752072664}, 'positons': [{'chain': 'optimism', 'pool_address': '0x4F3da11c5caDf644ae023Dbad01008a934C993E2', 'dex_type': 'velodrome', 'token0': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'token1': '0xc40F949F8a4e094D1b49a23ea9241D289B7b2819', 'token0_symbol': 'USDC', 'token1_symbol': 'LUSD', 'apr': 1.1446326242114686, 'pool_id': '0x4F3da11c5caDf644ae023Dbad01008a934C993E2', 'is_stable': True, 'is_cl_pool': False, 'amount0': 6858139, 'amount1': 8004030135896497008, 'enter_timestamp': 1751378625, 'status': 'open', 'enter_tx_hash': '0x1f7df731525a478a6126b0ad0007d4c4c8e7320651d8acb4f181900c698689fc', 'current_liquidity': 7430268322107}]}","{'initial_value': 15.996881554740378, 'final_value': 16.23502611832391, 'f_i_ratio': 0.0004606210964832602, 'first_investment_timestamp': 1751378625, 'time_ratio': 45.42682901560153}",1.49,171,False,0x07Aa2653a1119c7b4e328Be1102E6C3Dd0Bb0C81,helve-welfur78,ROI,,bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy,14.8747883,balanced,
|
398 |
396,-3.62,-3.82,2025-07-09 21:48:59,"{'portfolio': {'portfolio_value': 29.756808041389355, 'value_in_pools': 3.0407035066213552, 'value_in_safe': 26.716104534768, 'initial_investment': 30.87536749850655, 'volume': 3.0417491735476907, 'roi': -3.62, 'agent_hash': 'bafybeia2kyreljqwdzhg27g6wv6uwjnoa4qdn5j4kz6jjkmfst4mkyzo3e', 'allocations': [{'chain': 'optimism', 'type': 'velodrome', 'id': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'assets': ['USDC', 'DOLA'], 'apr': 1.29, 'details': 'Velodrome Pool', 'ratio': 100.0, 'address': '0x70FAE90eb66b779FC368350a051D83dc6C7fF068'}], 'portfolio_breakdown': [{'asset': 'USDC', 'address': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'balance': 28.03695918626768, 'price': 0.999848, 'value_usd': 28.032697568471367, 'ratio': 0.94206}, {'asset': 'DOLA', 'address': '0x8aE125E8653821E851F12A49F7765db9a9ce7384', 'balance': 1.727371750783469, 'price': 0.998112, 'value_usd': 1.72411047291799, 'ratio': 0.05794}], 'address': '0x70FAE90eb66b779FC368350a051D83dc6C7fF068', 'last_updated': 1752072062}, 'positons': [{'chain': 'optimism', 'pool_address': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'dex_type': 'velodrome', 'token0': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'token1': '0x8aE125E8653821E851F12A49F7765db9a9ce7384', 'token0_symbol': 'USDC', 'token1_symbol': 'DOLA', 'apr': 1.2907884736104978, 'pool_id': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'is_stable': True, 'is_cl_pool': False, 'amount0': 1352538, 'amount1': 1691492194309012144, 'enter_timestamp': 1751406473, 'status': 'open', 'enter_tx_hash': '0xfc37df1a45d0276566ec626b7abde12d674b10bf07b0eb1ebd8fbc64b7e14c2e', 'current_liquidity': 1521956066056}]}","{'initial_value': 30.87536749850655, 'final_value': 29.75884595012442, 'f_i_ratio': -0.036228215167683375, 'first_investment_timestamp': 1751406473, 'time_ratio': 46.96589322226674}",-3.62,117,False,0x70FAE90eb66b779FC368350a051D83dc6C7fF068,furye-himkon89,ROI,,bafybeia2kyreljqwdzhg27g6wv6uwjnoa4qdn5j4kz6jjkmfst4mkyzo3e,3.041749174,risky,"[""balancer_pools_search"", ""uniswap_pools_search"", ""velodrome_pools_search""]"
|
399 |
397,451.98,448.44,2025-07-09 22:59:17,"{'portfolio': {'portfolio_value': 35.41316183233304, 'value_in_pools': 32.20519499763039, 'value_in_safe': 3.2079668347026447, 'initial_investment': 35.31977903399317, 'volume': 45.04515215024694, 'roi': 0.26, 'agent_hash': 'bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy', 'allocations': [{'chain': 'optimism', 'type': 'velodrome', 'id': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'assets': ['USDC', 'DOLA'], 'apr': 1.29, 'details': 'Velodrome Pool', 'ratio': 100.0, 'address': '0xF38820f03313535A4024DCCBE2689aa7cc158f5C'}], 'portfolio_breakdown': [{'asset': 'USDC', 'address': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'balance': 13.947037748685878, 'price': 0.999904, 'value_usd': 13.945698833062004, 'ratio': 0.3938}, {'asset': 'DOLA', 'address': '0x8aE125E8653821E851F12A49F7765db9a9ce7384', 'balance': 21.507079038858414, 'price': 0.998158, 'value_usd': 21.46746299926884, 'ratio': 0.6062}, {'asset': 'ETH', 'address': '0x0000000000000000000000000000000000000000', 'balance': 8.4e-16, 'price': 2615.5, 'value_usd': 2.19702e-12, 'ratio': 0.0}, {'asset': 'LUSD', 'address': '0xc40F949F8a4e094D1b49a23ea9241D289B7b2819', 'balance': 1.146e-15, 'price': 1.001, 'value_usd': 1.147146e-15, 'ratio': 0.0}], 'address': '0xF38820f03313535A4024DCCBE2689aa7cc158f5C', 'last_updated': 1752081986}, 'positons': [{'chain': 'optimism', 'pool_address': '0x84Ce89B4f6F67E523A81A82f9f2F14D84B726F6B', 'dex_type': 'velodrome', 'token0': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'token1': '0x94b008aA00579c1307B0EF2c499aD98a8ce58e58', 'token0_symbol': 'USDC', 'token1_symbol': 'USDT', 'apr': 7.203504137155402, 'pool_id': '0x84Ce89B4f6F67E523A81A82f9f2F14D84B726F6B', 'is_stable': True, 'is_cl_pool': True, 'status': 'closed', 'enter_tx_hash': '0x014828b184e2301849636d82e67614b62b6a83d207ea906c8fbdbc4c94abf6fb', 'enter_timestamp': 1749344469, 'amount0': 9927081, 'amount1': 2922255, 'positions': [{'token_id': 2701571, 'liquidity': 83208800509, 'amount0': 9710239, 'amount1': 2771695, 'current_liquidity': 83208800509}, {'token_id': 2701572, 'liquidity': 822967616, 'amount0': 178339, 'amount1': 109677, 'current_liquidity': 822967616}, {'token_id': 2701573, 'liquidity': 144365258, 'amount0': 38503, 'amount1': 40883, 'current_liquidity': 144365258}], 'il_risk_score': -8.510250350090276e-12, 'sharpe_ratio': 1.0343385680307111, 'depth_score': 1162.849768076878, 'max_position_size': 10000000.0, 'last_metrics_update': 1751159186.298078, 'exit_tx_hash': '0xbfb170fda9e5614f008a6cd6cd589fb7b47c8d831a5d4a0b3e8e870c0451bc40', 'exit_timestamp': 1751159352}, {'chain': 'optimism', 'pool_address': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'dex_type': 'velodrome', 'token0': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'token1': '0x8aE125E8653821E851F12A49F7765db9a9ce7384', 'token0_symbol': 'USDC', 'token1_symbol': 'DOLA', 'apr': 1.2907413138010941, 'pool_id': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'is_stable': True, 'is_cl_pool': False, 'amount0': 13649004, 'amount1': 18593021233907056326, 'enter_timestamp': 1751159541, 'status': 'open', 'enter_tx_hash': '0x48c5280931b620ff55cb117c35ca44b6780ff8dcb0fdfca2ff04a0aea368af09', 'current_liquidity': 16118778992940}]}","{'initial_value': 35.31977903399317, 'final_value': 49.287010902741294, 'f_i_ratio': 0.0026439236284574452, 'first_investment_timestamp': 1749344469, 'time_ratio': 11.519207296019385}",39.55,123,False,0xF38820f03313535A4024DCCBE2689aa7cc158f5C,cordron-yelku44,ROI,,bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy,45.04515215,balanced,
|
400 |
+
398,0.67,-9.47,2025-07-10 00:05:45,"{'portfolio': {'portfolio_value': 15.998064, 'value_in_pools': 0.0, 'value_in_safe': 15.998064, 'initial_investment': 15.99794701348985, 'volume': None, 'roi': 0.0, 'agent_hash': 'bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy', 'allocations': [], 'portfolio_breakdown': [{'asset': 'USDC', 'address': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'balance': 16.0, 'price': 0.999879, 'value_usd': 15.998064, 'ratio': 0.0}], 'address': '0x9E29a5601e56b90079E2BcC029A26fB3fCE60dB9', 'last_updated': 1752079611}, 'positons': []}","{'initial_value': 15.99794701348985, 'final_value': 15.999109834770087, 'f_i_ratio': 7.312595175612557e-06, 'first_investment_timestamp': 1752086144, 'time_ratio': 8760.0}",0.01,182,False,0x9E29a5601e56b90079E2BcC029A26fB3fCE60dB9,zapzi-milan20,ROI,,bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy,,balanced,
|
401 |
+
399,519.24,508.72,2025-07-10 00:40:15,"{'portfolio': {'portfolio_value': 30.585557563451648, 'value_in_pools': 28.034194638480194, 'value_in_safe': 2.5513629249714564, 'initial_investment': 30.2963222595072, 'volume': 40.814503767337364, 'roi': 0.95, 'agent_hash': 'bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy', 'allocations': [{'chain': 'optimism', 'type': 'velodrome', 'id': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'assets': ['USDC', 'DOLA'], 'apr': 1.29, 'details': 'Velodrome Pool', 'ratio': 100.0, 'address': '0x8Ed5ae443fBb1a36E364ac154887f3150669702a'}], 'portfolio_breakdown': [{'asset': 'USDC', 'address': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'balance': 12.216756397437587, 'price': 0.999909, 'value_usd': 12.215644672605421, 'ratio': 0.399393}, {'asset': 'DOLA', 'address': '0x8aE125E8653821E851F12A49F7765db9a9ce7384', 'balance': 18.4122241820165, 'price': 0.997702, 'value_usd': 18.36991289084623, 'ratio': 0.600607}, {'asset': 'LUSD', 'address': '0xc40F949F8a4e094D1b49a23ea9241D289B7b2819', 'balance': 7.15e-16, 'price': 1.001, 'value_usd': 7.15715e-16, 'ratio': 0.0}], 'address': '0x8Ed5ae443fBb1a36E364ac154887f3150669702a', 'last_updated': 1752088018}, 'positons': [{'chain': 'optimism', 'pool_address': '0x2FA71491F8070FA644d97b4782dB5734854c0f6F', 'dex_type': 'velodrome', 'token0': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'token1': '0x7F5c764cBc14f9669B88837ca1490cCa17c31607', 'token0_symbol': 'USDC', 'token1_symbol': 'USDC.e', 'apr': 5.949749137116604, 'pool_id': '0x2FA71491F8070FA644d97b4782dB5734854c0f6F', 'is_stable': True, 'is_cl_pool': True, 'status': 'closed', 'enter_tx_hash': '0x965989b30376a87b48a0b7a8eb6aa3a27d3536f5a44819195e9cfbdbb9d50cce', 'enter_timestamp': 1749535827, 'amount0': 7197322, 'amount1': 5578609, 'positions': [{'token_id': 2726290, 'liquidity': 255535328664, 'amount0': 7197322, 'amount1': 5578609, 'current_liquidity': 255535328664}], 'il_risk_score': -4.072206051841395e-13, 'sharpe_ratio': 2.099770154866077, 'depth_score': 1036.9652330166891, 'max_position_size': 10000000.0, 'last_metrics_update': 1751350277.886024, 'exit_tx_hash': '0x9ae93371c59d1b4fb2eb1c9f005236635140a4b1a5a9979b78b3fbb9b7443b88', 'exit_timestamp': 1751351170}, {'chain': 'optimism', 'pool_address': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'dex_type': 'velodrome', 'token0': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'token1': '0x8aE125E8653821E851F12A49F7765db9a9ce7384', 'token0_symbol': 'USDC', 'token1_symbol': 'DOLA', 'apr': 1.2908064024200456, 'pool_id': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'is_stable': True, 'is_cl_pool': False, 'amount0': 12467455, 'amount1': 15603398850121910555, 'enter_timestamp': 1751351305, 'status': 'open', 'enter_tx_hash': '0xd81627b62b3cf4bef9c4e5d243fdb4f7a0393e596c940a3d79d847bfe94d4b2c', 'current_liquidity': 14034876077371}]}","{'initial_value': 30.2963222595072, 'final_value': 43.367153387184935, 'f_i_ratio': 0.009546878379064205, 'first_investment_timestamp': 1749535827, 'time_ratio': 12.3554876979053}",43.14,127,False,0x8Ed5ae443fBb1a36E364ac154887f3150669702a,lunel-luwus85,ROI,,bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy,40.81450377,balanced,
|
402 |
+
400,122.27,112.86,2025-07-10 02:05:42,"{'portfolio': {'portfolio_value': 15.908052350567042, 'value_in_pools': 7.878864205145041, 'value_in_safe': 8.029188145422003, 'initial_investment': 15.995250741464774, 'volume': 7.878480281688953, 'roi': -0.55, 'agent_hash': 'bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy', 'allocations': [{'chain': 'optimism', 'type': 'uniswapV3', 'id': '0xbf16ef186e715668aa29cef57e2fd7f9d48adfe6', 'assets': ['USDC', 'DAI'], 'apr': 19247.9, 'details': 'Uniswap V3 Pool - USDC/DAI', 'ratio': 100.0, 'address': '0xe8c7Bbf632BFf7239e53dAB45086Ac14d6974baC', 'tick_ranges': [{'current_tick': 276325, 'tick_lower': -887272, 'tick_upper': 887272, 'token_id': 1001067, 'in_range': True}]}], 'portfolio_breakdown': [{'asset': 'USDC', 'address': '0x7F5c764cBc14f9669B88837ca1490cCa17c31607', 'balance': 4.000043, 'price': 0.9996, 'value_usd': 3.9984429828, 'ratio': 0.251347}, {'asset': 'DAI', 'address': '0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1', 'balance': 3.9417392784878187, 'price': 0.999393, 'value_usd': 3.9393466427457766, 'ratio': 0.247632}, {'asset': 'USDC', 'address': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'balance': 4.0, 'price': 0.999896, 'value_usd': 3.999584, 'ratio': 0.251419}, {'asset': 'DOLA', 'address': '0x8aE125E8653821E851F12A49F7765db9a9ce7384', 'balance': 3.974581764313822, 'price': 0.999018, 'value_usd': 3.970678725021266, 'ratio': 0.249602}], 'address': '0xe8c7Bbf632BFf7239e53dAB45086Ac14d6974baC', 'last_updated': 1752093238}, 'positons': [{'chain': 'optimism', 'pool_address': '0xbf16ef186e715668aa29cef57e2fd7f9d48adfe6', 'dex_type': 'UniswapV3', 'token0': '0x7F5c764cBc14f9669B88837ca1490cCa17c31607', 'token1': '0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1', 'token0_symbol': 'USDC', 'token1_symbol': 'DAI', 'apr': 19247.901618557305, 'token_id': 1001067, 'liquidity': 3941416687950, 'amount0': 3941263, 'amount1': 3941570591844665730, 'enter_timestamp': 1750389069, 'status': 'open', 'enter_tx_hash': '0xc8c56ddbeb310f891a8d4a2ee752dd924d6eb64fcc8fbc704dab2f25b8556659', 'current_liquidity': 3941416687950}]}","{'initial_value': 15.995250741464774, 'final_value': 17.304155893821054, 'f_i_ratio': -0.005451517597763411, 'first_investment_timestamp': 1750389069, 'time_ratio': 18.50407656363424}",8.18,133,False,0xe8c7Bbf632BFf7239e53dAB45086Ac14d6974baC,ronwus-yusrus90,ROI,,bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy,7.878480282,balanced,
|
403 |
+
401,1060.63,1046.14,2025-07-10 02:44:17,"{'portfolio': {'portfolio_value': 30.217279665863096, 'value_in_pools': 26.348196263708097, 'value_in_safe': 3.869083402155001, 'initial_investment': 29.800137839954267, 'volume': 54.882816308480315, 'roi': 1.4, 'agent_hash': 'bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy', 'allocations': [{'chain': 'optimism', 'type': 'velodrome', 'id': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'assets': ['USDC', 'DOLA'], 'apr': 1.29, 'details': 'Velodrome Pool', 'ratio': 100.0, 'address': '0xEb4B51e304A2BBFdb0f3003FD2aC6375518f7A32'}], 'portfolio_breakdown': [{'asset': 'USDC', 'address': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'balance': 14.835036620589385, 'price': 0.999905, 'value_usd': 14.83362729211043, 'ratio': 0.490899}, {'asset': 'DOLA', 'address': '0x8aE125E8653821E851F12A49F7765db9a9ce7384', 'balance': 15.411207612964647, 'price': 0.998212, 'value_usd': 15.383652373752668, 'ratio': 0.509101}, {'asset': 'LUSD', 'address': '0xc40F949F8a4e094D1b49a23ea9241D289B7b2819', 'balance': 6.8e-17, 'price': 1.001, 'value_usd': 6.8068e-17, 'ratio': 0.0}, {'asset': 'DAI', 'address': '0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1', 'balance': 8.95e-16, 'price': 1.001, 'value_usd': 8.95895e-16, 'ratio': 0.0}], 'address': '0xEb4B51e304A2BBFdb0f3003FD2aC6375518f7A32', 'last_updated': 1752095499}, 'positons': [{'chain': 'optimism', 'pool_address': '0x1737275d53A5Ca5dAc582a493AA32C85ba2cFaD3', 'dex_type': 'velodrome', 'token0': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'token1': '0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1', 'token0_symbol': 'USDC', 'token1_symbol': 'DAI', 'apr': 11.72367776161805, 'pool_id': '0x1737275d53A5Ca5dAc582a493AA32C85ba2cFaD3', 'is_stable': True, 'is_cl_pool': True, 'status': 'closed', 'enter_tx_hash': '0xe3a63099b0089fbd9b9f1804e06e89d784c2dc0c8246d82c47f8946768ee0d18', 'enter_timestamp': 1749304717, 'amount0': 0, 'amount1': 28575311510572886784, 'positions': [{'token_id': 2696714, 'liquidity': 140883006333932703642273, 'amount0': 0, 'amount1': 28179418962133970944, 'current_liquidity': 140883006333932703642273}, {'token_id': 2696715, 'liquidity': 756008482031388835413, 'amount0': 0, 'amount1': 264636045735864192, 'current_liquidity': 756008482031388835413}, {'token_id': 2696716, 'liquidity': 262486754105825167175, 'amount0': 0, 'amount1': 131256502703051648, 'current_liquidity': 262486754105825167175}], 'il_risk_score': -1.2372321745625673e-11, 'sharpe_ratio': 0.7661173944917309, 'depth_score': 2559.4915038606355, 'max_position_size': 10000000.0, 'last_metrics_update': 1751120224.616665, 'exit_tx_hash': '0xb0a2b5b5f8f408ca039bc8d403bbdb837c4dee67415218ab76b5c6263ad19041', 'exit_timestamp': 1751120410}, {'chain': 'optimism', 'pool_address': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'dex_type': 'velodrome', 'token0': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'token1': '0x8aE125E8653821E851F12A49F7765db9a9ce7384', 'token0_symbol': 'USDC', 'token1_symbol': 'DOLA', 'apr': 1.2907561808839745, 'pool_id': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'is_stable': True, 'is_cl_pool': False, 'amount0': 11177445, 'amount1': 15197585311258249216, 'enter_timestamp': 1751121495, 'status': 'open', 'enter_tx_hash': '0xde6f8b593b8beea48dd73b708413912f8e4a62fe16788e3219e28f4c6f75903b', 'current_liquidity': 13185731143897}]}","{'initial_value': 29.800137839954267, 'final_value': 58.75205203030912, 'f_i_ratio': 0.013997983101593281, 'first_investment_timestamp': 1749304717, 'time_ratio': 11.299418667339278}",97.15,121,False,0xEb4B51e304A2BBFdb0f3003FD2aC6375518f7A32,cilwar-rimlu27,ROI,,bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy,54.88281631,balanced,
|
404 |
+
402,109.48,103.26,2025-07-10 04:10:18,"{'portfolio': {'portfolio_value': 30.353215063552, 'value_in_pools': 0.0, 'value_in_safe': 30.353215063552, 'initial_investment': 30.87536749850655, 'volume': 1.7640958781348952, 'roi': -1.69, 'agent_hash': 'bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy', 'allocations': [], 'portfolio_breakdown': [{'asset': 'USDC', 'address': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'balance': 30.359044, 'price': 0.999808, 'value_usd': 30.353215063552, 'ratio': 0.0}, {'asset': 'USDC.e', 'address': '0x7F5c764cBc14f9669B88837ca1490cCa17c31607', 'balance': 0.0, 'price': 0.999733, 'value_usd': 0.0, 'ratio': 0.0}, {'asset': 'DOLA', 'address': '0x8aE125E8653821E851F12A49F7765db9a9ce7384', 'balance': 9.57e-16, 'price': 0.998729, 'value_usd': 9.55783653e-16, 'ratio': 0.0}, {'asset': 'LUSD', 'address': '0xc40F949F8a4e094D1b49a23ea9241D289B7b2819', 'balance': 3.25e-16, 'price': 1.001, 'value_usd': 3.25325e-16, 'ratio': 0.0}], 'address': '0xE4EAF37b1726634935f679a8f3e00EC2E4e650A0', 'last_updated': 1752100656}, 'positons': [{'chain': 'optimism', 'pool_address': '0x2FA71491F8070FA644d97b4782dB5734854c0f6F', 'dex_type': 'velodrome', 'token0': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'token1': '0x7F5c764cBc14f9669B88837ca1490cCa17c31607', 'token0_symbol': 'USDC', 'token1_symbol': 'USDC.e', 'apr': 3.7506969868253504, 'pool_id': '0x2FA71491F8070FA644d97b4782dB5734854c0f6F', 'is_stable': True, 'is_cl_pool': True, 'status': 'open', 'enter_tx_hash': '0x8cddac900b19baa1a2611eacb0c1e0584347185df658088f1ceec8b54f044070', 'enter_timestamp': 1750529241, 'amount0': 0, 'amount1': 1764796, 'positions': [{'token_id': 2870529, 'liquidity': 35300332056, 'amount0': 0, 'amount1': 1764796, 'current_liquidity': 35300332056}]}]}","{'initial_value': 30.87536749850655, 'final_value': 34.06223041669786, 'f_i_ratio': -0.016911618460243583, 'first_investment_timestamp': 1750529241, 'time_ratio': 20.066469645672786}",10.32,115,False,0xE4EAF37b1726634935f679a8f3e00EC2E4e650A0,yenot-zoncen49,ROI,,bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy,1.764095878,risky,"[""velodrome_pools_search""]"
|
405 |
+
403,548.11,533.62,2025-07-10 05:19:42,"{'portfolio': {'portfolio_value': 31.389184882333886, 'value_in_pools': 3.262245189333887, 'value_in_safe': 28.126939693, 'initial_investment': 29.800137839954267, 'volume': 3.264870839882845, 'roi': 5.33, 'agent_hash': 'bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy', 'allocations': [{'chain': 'optimism', 'type': 'velodrome', 'id': '0x4F3da11c5caDf644ae023Dbad01008a934C993E2', 'assets': ['USDC', 'LUSD'], 'apr': 1.14, 'details': 'Velodrome Pool', 'ratio': 100.0, 'address': '0xD32613ED605be41D9c7FBc85f2cCb4fBa59778Ac'}], 'portfolio_breakdown': [{'asset': 'USDC', 'address': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'balance': 29.53229114266756, 'price': 0.999875, 'value_usd': 29.528599606274728, 'ratio': 0.940725}, {'asset': 'LUSD', 'address': '0xc40F949F8a4e094D1b49a23ea9241D289B7b2819', 'balance': 1.8605852760591595, 'price': 1.0, 'value_usd': 1.8605852760591595, 'ratio': 0.059275}], 'address': '0xD32613ED605be41D9c7FBc85f2cCb4fBa59778Ac', 'last_updated': 1752104899}, 'positons': [{'chain': 'optimism', 'pool_address': '0x4F3da11c5caDf644ae023Dbad01008a934C993E2', 'dex_type': 'velodrome', 'token0': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'token1': '0xc40F949F8a4e094D1b49a23ea9241D289B7b2819', 'token0_symbol': 'USDC', 'token1_symbol': 'LUSD', 'apr': 1.1446389466076325, 'pool_id': '0x4F3da11c5caDf644ae023Dbad01008a934C993E2', 'is_stable': True, 'is_cl_pool': False, 'amount0': 1516664, 'amount1': 1745457009367349211, 'enter_timestamp': 1751328819, 'status': 'open', 'enter_tx_hash': '0x8b9608f47a0ef16d4b33a5ed94e76d807437737e9527df2920dab175ea801296', 'current_liquidity': 1630885960066}]}","{'initial_value': 29.800137839954267, 'final_value': 44.87513180558071, 'f_i_ratio': 0.05332347960649764, 'first_investment_timestamp': 1751328819, 'time_ratio': 40.630660567596045}",50.59,119,False,0xD32613ED605be41D9c7FBc85f2cCb4fBa59778Ac,lonlim-zapgi60,ROI,,bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy,3.26487084,risky,"[""balancer_pools_search"", ""uniswap_pools_search"", ""velodrome_pools_search""]"
|
406 |
+
404,5.1,-6.33,2025-07-10 09:00:51,"{'portfolio': {'portfolio_value': 16.01542601251823, 'value_in_pools': 14.432140600791229, 'value_in_safe': 1.583285411727, 'initial_investment': 15.998438834626413, 'volume': 14.435246798122249, 'roi': 0.11, 'agent_hash': 'bafybeia2kyreljqwdzhg27g6wv6uwjnoa4qdn5j4kz6jjkmfst4mkyzo3e', 'allocations': [{'chain': 'optimism', 'type': 'velodrome', 'id': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'assets': ['USDC', 'DOLA'], 'apr': 1.29, 'details': 'Velodrome Pool', 'ratio': 100.0, 'address': '0x703a3510e62827D11D8085f9C179bD441F6A8201'}], 'portfolio_breakdown': [{'asset': 'USDC', 'address': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'balance': 7.653372811953217, 'price': 0.999927, 'value_usd': 7.652814115737945, 'ratio': 0.47784}, {'asset': 'DOLA', 'address': '0x8aE125E8653821E851F12A49F7765db9a9ce7384', 'balance': 8.377893173929532, 'price': 0.998176, 'value_usd': 8.362611896780285, 'ratio': 0.52216}], 'address': '0x703a3510e62827D11D8085f9C179bD441F6A8201', 'last_updated': 1752118086}, 'positons': [{'chain': 'optimism', 'pool_address': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'dex_type': 'velodrome', 'token0': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'token1': '0x8aE125E8653821E851F12A49F7765db9a9ce7384', 'token0_symbol': 'USDC', 'token1_symbol': 'DOLA', 'apr': 1.290803353524491, 'pool_id': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'is_stable': True, 'is_cl_pool': False, 'amount0': 6416599, 'amount1': 8029475374880830280, 'enter_timestamp': 1751361313, 'status': 'open', 'enter_tx_hash': '0xe170f4362d7a381ad9e4b5380458597c0435cdda02bd62b69dd4daa66ac0215c', 'current_liquidity': 7222753993923}]}","{'initial_value': 15.998438834626413, 'final_value': 16.01855970509005, 'f_i_ratio': 0.001061802221292485, 'first_investment_timestamp': 1751361313, 'time_ratio': 41.66259817757799}",0.13,173,False,0x703a3510e62827D11D8085f9C179bD441F6A8201,gemek-janyar44,ROI,,bafybeia2kyreljqwdzhg27g6wv6uwjnoa4qdn5j4kz6jjkmfst4mkyzo3e,14.4352468,balanced,
|
407 |
+
405,0.2,-14.5,2025-07-10 09:16:14,"{'portfolio': {'portfolio_value': 15.998752, 'value_in_pools': 0.0, 'value_in_safe': 15.998752, 'initial_investment': 15.997852354196928, 'volume': None, 'roi': 0.01, 'agent_hash': 'bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy', 'allocations': [], 'portfolio_breakdown': [{'asset': 'USDC', 'address': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'balance': 16.0, 'price': 0.999922, 'value_usd': 15.998752, 'ratio': 0.0}], 'address': '0xca82D0c809EA1De7E911d1c99a55f054d96Dfda4', 'last_updated': 1752118907}, 'positons': []}","{'initial_value': 15.997852354196928, 'final_value': 15.999109834770087, 'f_i_ratio': 5.6235411050931106e-05, 'first_investment_timestamp': 1752119173, 'time_ratio': 8760.0}",0.01,169,False,0xca82D0c809EA1De7E911d1c99a55f054d96Dfda4,tartim-wacor68,ROI,,bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy,,balanced,
|
408 |
+
406,1.43,-8.81,2025-07-10 15:04:52,"{'portfolio': {'portfolio_value': 26.04213239357515, 'value_in_pools': 14.29107683695015, 'value_in_safe': 11.751055556625, 'initial_investment': 25.995490149688813, 'volume': 14.266134688755134, 'roi': 0.18, 'agent_hash': 'bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy', 'allocations': [{'chain': 'optimism', 'type': 'velodrome', 'id': '0x4F3da11c5caDf644ae023Dbad01008a934C993E2', 'assets': ['USDC', 'LUSD'], 'apr': 1.14, 'details': 'Velodrome Pool', 'ratio': 100.0, 'address': '0xf0495218037002b0419ECeDC3c6C40fd1d470c78'}], 'portfolio_breakdown': [{'asset': 'USDC', 'address': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'balance': 17.902283821911592, 'price': 0.999909, 'value_usd': 17.9006547140838, 'ratio': 0.687373}, {'asset': 'LUSD', 'address': '0xc40F949F8a4e094D1b49a23ea9241D289B7b2819', 'balance': 8.12522722504127, 'price': 1.002, 'value_usd': 8.141477679491352, 'ratio': 0.312627}], 'address': '0xf0495218037002b0419ECeDC3c6C40fd1d470c78', 'last_updated': 1752134677}, 'positons': [{'chain': 'optimism', 'pool_address': '0x4F3da11c5caDf644ae023Dbad01008a934C993E2', 'dex_type': 'velodrome', 'token0': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'token1': '0xc40F949F8a4e094D1b49a23ea9241D289B7b2819', 'token0_symbol': 'USDC', 'token1_symbol': 'LUSD', 'apr': 1.1446225294759833, 'pool_id': '0x4F3da11c5caDf644ae023Dbad01008a934C993E2', 'is_stable': True, 'is_cl_pool': False, 'amount0': 6247875, 'amount1': 8027063857463409155, 'enter_timestamp': 1751024609, 'status': 'open', 'enter_tx_hash': '0x5c4e83588a181783275df5e84a80ed94569d5cefecfeb39ec7e5f1a1755bbcc1', 'current_liquidity': 7136318018645}]}","{'initial_value': 25.995490149688813, 'final_value': 26.017605855439346, 'f_i_ratio': 0.0017942436791058558, 'first_investment_timestamp': 1751024609, 'time_ratio': 28.271156694872573}",0.09,170,False,0xf0495218037002b0419ECeDC3c6C40fd1d470c78,delsus-simgi16,ROI,,bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy,14.26613469,risky,"[""balancer_pools_search"", ""uniswap_pools_search"", ""velodrome_pools_search""]"
|
409 |
+
407,-0.04,-7.75,2025-07-10 15:08:50,"{'portfolio': {'portfolio_value': 18.107343, 'value_in_pools': 0.0, 'value_in_safe': 18.107343, 'initial_investment': 26.085531929360446, 'volume': 7.971569119232574, 'roi': -30.58, 'agent_hash': 'bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy', 'allocations': [], 'portfolio_breakdown': [{'asset': 'USDC', 'address': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'balance': 16.0, 'price': 0.999892, 'value_usd': 15.998272, 'ratio': 0.0}, {'asset': 'USDT', 'address': '0x94b008aA00579c1307B0EF2c499aD98a8ce58e58', 'balance': 2.109071, 'price': 1.0, 'value_usd': 2.109071, 'ratio': 0.0}], 'address': '0x3d6f6870aA8d3a0757DFe3ff222f202a09688099', 'last_updated': 1752140248}, 'positons': [{'chain': 'optimism', 'pool_address': '0x84Ce89B4f6F67E523A81A82f9f2F14D84B726F6B', 'dex_type': 'velodrome', 'token0': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'token1': '0x94b008aA00579c1307B0EF2c499aD98a8ce58e58', 'token0_symbol': 'USDC', 'token1_symbol': 'USDT', 'apr': 4.556737732581645, 'pool_id': '0x84Ce89B4f6F67E523A81A82f9f2F14D84B726F6B', 'is_stable': True, 'is_cl_pool': True, 'status': 'open', 'enter_tx_hash': '0xde395d97871cd438680a12639595302122d83ffb986659f786361e263e693ec9', 'enter_timestamp': 1751558747, 'amount0': 2090601, 'amount1': 5887915, 'positions': [{'token_id': 2999699, 'liquidity': 14461360614, 'amount0': 2080518, 'amount1': 5870756, 'current_liquidity': 14461360614}, {'token_id': 2999700, 'liquidity': 17191562, 'amount0': 7630, 'amount1': 13850, 'current_liquidity': 17191562}, {'token_id': 2999701, 'liquidity': 2745118, 'amount0': 2453, 'amount1': 3309, 'current_liquidity': 2745118}]}]}","{'initial_value': 26.085531929360446, 'final_value': 26.075028075781145, 'f_i_ratio': -0.30584727775401943, 'first_investment_timestamp': 1751558747, 'time_ratio': 54.224384743690216}",-0.04,179,False,0x3d6f6870aA8d3a0757DFe3ff222f202a09688099,kajim-zimvu56,ROI,,bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy,7.971569119,balanced,
|
410 |
+
408,309.3,298.72,2025-07-10 16:36:59,"{'portfolio': {'portfolio_value': 30.785453916508, 'value_in_pools': 16.444061469712, 'value_in_safe': 14.341392446796002, 'initial_investment': 36.983197640370534, 'volume': 30.766761196826785, 'roi': -16.76, 'agent_hash': 'bafybeigg6vq45m4cekqf7bnvmutwg3mp64n3eql7zkrmu7tht67gfggddi', 'allocations': [{'chain': 'optimism', 'type': 'velodrome', 'id': '0x2FA71491F8070FA644d97b4782dB5734854c0f6F', 'assets': ['USDC', 'USDC.e'], 'apr': 2.98, 'details': 'Velodrome CL Pool', 'ratio': 100.0, 'address': '0xc449F6b1c380Eee6dec31F79acE512Ec3931beA2', 'tick_ranges': [{'current_tick': -2, 'tick_lower': 0, 'tick_upper': 1, 'token_id': 2857023, 'in_range': False}]}], 'portfolio_breakdown': [{'asset': 'USDC', 'address': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'balance': 14.343171, 'price': 0.999876, 'value_usd': 14.341392446796, 'ratio': 0.46585}, {'asset': 'USDC.e', 'address': '0x7F5c764cBc14f9669B88837ca1490cCa17c31607', 'balance': 16.446512, 'price': 0.999851, 'value_usd': 16.444061469712, 'ratio': 0.53415}, {'asset': 'DOLA', 'address': '0x8aE125E8653821E851F12A49F7765db9a9ce7384', 'balance': 7.98e-16, 'price': 0.998291, 'value_usd': 7.96636218e-16, 'ratio': 0.0}, {'asset': 'alUSD', 'address': '0xCB8FA9a76b8e203D8C3797bF438d8FB81Ea3326A', 'balance': 2.65e-16, 'price': 0.99458, 'value_usd': 2.635637e-16, 'ratio': 0.0}], 'address': '0xc449F6b1c380Eee6dec31F79acE512Ec3931beA2', 'last_updated': 1752145489}, 'positons': [{'chain': 'optimism', 'pool_address': '0x67C253eB6C2e69F9E1114aEeAD0DB4FA8F417AC3', 'dex_type': 'velodrome', 'token0': '0x8aE125E8653821E851F12A49F7765db9a9ce7384', 'token1': '0xCB8FA9a76b8e203D8C3797bF438d8FB81Ea3326A', 'token0_symbol': 'DOLA', 'token1_symbol': 'alUSD', 'apr': 10.368051373484233, 'pool_id': '0x67C253eB6C2e69F9E1114aEeAD0DB4FA8F417AC3', 'is_stable': True, 'is_cl_pool': False, 'amount0': 6309676318475633488, 'amount1': 8121544632815991808, 'enter_timestamp': 1748547135, 'status': 'closed', 'enter_tx_hash': '0x4b7345efdb73f20e1ce332d5b914fd40a4d224968c6a362079f5c2cd24fa54ee', 'il_risk_score': -2.887673543345224e-09, 'sharpe_ratio': 0.7679453942205893, 'depth_score': 2631.358219286783, 'max_position_size': 10000000.0, 'last_metrics_update': 1750414599.839625, 'current_liquidity': 7215162095269814460, 'exit_tx_hash': '0xef16de63f696089c6b7ab8de0da16579dfef0dfeda68cc8fe46c4f7580e68796', 'exit_timestamp': 1750415177}, {'chain': 'optimism', 'pool_address': '0x2FA71491F8070FA644d97b4782dB5734854c0f6F', 'dex_type': 'velodrome', 'token0': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'token1': '0x7F5c764cBc14f9669B88837ca1490cCa17c31607', 'token0_symbol': 'USDC', 'token1_symbol': 'USDC.e', 'apr': 2.981187929897976, 'pool_id': '0x2FA71491F8070FA644d97b4782dB5734854c0f6F', 'is_stable': True, 'is_cl_pool': True, 'status': 'open', 'enter_tx_hash': '0xd5ece5034063cb71fd4a5e8c740296877959b7ce61e21841fb4e77af5b969a56', 'enter_timestamp': 1750415371, 'amount0': 0, 'amount1': 16446512, 'positions': [{'token_id': 2857023, 'liquidity': 328938463050, 'amount0': 0, 'amount1': 16446512, 'current_liquidity': 328938463050}]}]}","{'initial_value': 30.292529109243784, 'final_value': 45.45178775135987, 'f_i_ratio': -0.1676, 'first_investment_timestamp': 1748547135, 'time_ratio': 8.7637, 'volatility_warning': 'LOW', 'actual_hours': 999.5788738205698, 'calculation_hours': 999.5788738205698}",50.04,102,False,0xc449F6b1c380Eee6dec31F79acE512Ec3931beA2,kelrus-muha52,ROI,,bafybeigg6vq45m4cekqf7bnvmutwg3mp64n3eql7zkrmu7tht67gfggddi,30.7667612,risky,"[""balancerPool"", ""uniswapV3"", ""velodrome""]"
|
411 |
+
409,-0.28,-10.21,2025-07-10 17:48:47,"{'portfolio': {'portfolio_value': 15.920572016736003, 'value_in_pools': 7.853355756064, 'value_in_safe': 8.067216260672003, 'initial_investment': 15.997210604058026, 'volume': 7.8875138840576176, 'roi': -0.48, 'agent_hash': 'bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy', 'allocations': [{'chain': 'optimism', 'type': 'velodrome', 'id': '0x84Ce89B4f6F67E523A81A82f9f2F14D84B726F6B', 'assets': ['USDC', 'USDT'], 'apr': 4.96, 'details': 'Velodrome CL Pool', 'ratio': 100.0, 'address': '0x9fd33068b81C8719A1b2972277a0CC98956B9247', 'tick_ranges': [{'current_tick': -3, 'tick_lower': -15, 'tick_upper': -4, 'token_id': 2921867, 'in_range': False}, {'current_tick': -3, 'tick_lower': -21, 'tick_upper': 1, 'token_id': 2921868, 'in_range': True}, {'current_tick': -3, 'tick_lower': -30, 'tick_upper': 9, 'token_id': 2921869, 'in_range': True}]}], 'portfolio_breakdown': [{'asset': 'USDC', 'address': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'balance': 7.989409, 'price': 0.999904, 'value_usd': 7.988642016736, 'ratio': 0.501781}, {'asset': 'USDT', 'address': '0x94b008aA00579c1307B0EF2c499aD98a8ce58e58', 'balance': 7.93193, 'price': 1.0, 'value_usd': 7.93193, 'ratio': 0.498219}, {'asset': 'LUSD', 'address': '0xc40F949F8a4e094D1b49a23ea9241D289B7b2819', 'balance': 8.96e-16, 'price': 1.001, 'value_usd': 8.96896e-16, 'ratio': 0.0}, {'asset': 'DAI', 'address': '0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1', 'balance': 9e-16, 'price': 0.998844, 'value_usd': 8.989596e-16, 'ratio': 0.0}, {'asset': 'DOLA', 'address': '0x8aE125E8653821E851F12A49F7765db9a9ce7384', 'balance': 7.66e-16, 'price': 0.998266, 'value_usd': 7.64671756e-16, 'ratio': 0.0}], 'address': '0x9fd33068b81C8719A1b2972277a0CC98956B9247', 'last_updated': 1752149666}, 'positons': [{'chain': 'optimism', 'pool_address': '0x84Ce89B4f6F67E523A81A82f9f2F14D84B726F6B', 'dex_type': 'velodrome', 'token0': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'token1': '0x94b008aA00579c1307B0EF2c499aD98a8ce58e58', 'token0_symbol': 'USDC', 'token1_symbol': 'USDT', 'apr': 4.96307964682922, 'pool_id': '0x84Ce89B4f6F67E523A81A82f9f2F14D84B726F6B', 'is_stable': True, 'is_cl_pool': True, 'status': 'open', 'enter_tx_hash': '0x137a913c7e2e42e6c3024daa4477b8fef90d21fc5119ff21a02accfd0afa61cb', 'enter_timestamp': 1750878245, 'amount0': 981882, 'amount1': 6905515, 'positions': [{'token_id': 2921867, 'liquidity': 14285668349, 'amount0': 971291, 'amount1': 6882158, 'current_liquidity': 14285668349}, {'token_id': 2921868, 'liquidity': 22000221, 'amount0': 6996, 'amount1': 17193, 'current_liquidity': 22000221}, {'token_id': 2921869, 'liquidity': 5007822, 'amount0': 3595, 'amount1': 6164, 'current_liquidity': 5007822}]}]}","{'initial_value': 15.997210604058026, 'final_value': 15.952663154385146, 'f_i_ratio': -0.00479074691325132, 'first_investment_timestamp': 1750878245, 'time_ratio': 24.798644624871173}",-0.28,165,False,0x9fd33068b81C8719A1b2972277a0CC98956B9247,wuni-dannus19,ROI,,bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy,7.887513884,balanced,
|
412 |
+
410,501.33,486.84,2025-07-10 17:50:43,"{'portfolio': {'portfolio_value': 30.376523688495833, 'value_in_pools': 25.87656772740183, 'value_in_safe': 4.499955961094001, 'initial_investment': 29.80013783995427, 'volume': 38.522323961988846, 'roi': 1.93, 'agent_hash': 'bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy', 'allocations': [{'chain': 'optimism', 'type': 'velodrome', 'id': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'assets': ['USDC', 'DOLA'], 'apr': 1.29, 'details': 'Velodrome Pool', 'ratio': 100.0, 'address': '0xc7d89Ed318CAC02Cf9719c50157541df2504EA3A'}], 'portfolio_breakdown': [{'asset': 'USDC', 'address': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'balance': 15.429120696195664, 'price': 0.999902, 'value_usd': 15.427608642367439, 'ratio': 0.507879}, {'asset': 'DOLA', 'address': '0x8aE125E8653821E851F12A49F7765db9a9ce7384', 'balance': 14.974821487301424, 'price': 0.99827, 'value_usd': 14.948915046128393, 'ratio': 0.492121}, {'asset': 'LUSD', 'address': '0xc40F949F8a4e094D1b49a23ea9241D289B7b2819', 'balance': 1.12e-16, 'price': 1.001, 'value_usd': 1.12112e-16, 'ratio': 0.0}], 'address': '0xc7d89Ed318CAC02Cf9719c50157541df2504EA3A', 'last_updated': 1752149700}, 'positons': [{'chain': 'optimism', 'pool_address': '0x2FA71491F8070FA644d97b4782dB5734854c0f6F', 'dex_type': 'velodrome', 'token0': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'token1': '0x7F5c764cBc14f9669B88837ca1490cCa17c31607', 'token0_symbol': 'USDC', 'token1_symbol': 'USDC.e', 'apr': 5.950279745814442, 'pool_id': '0x2FA71491F8070FA644d97b4782dB5734854c0f6F', 'is_stable': True, 'is_cl_pool': True, 'status': 'closed', 'enter_tx_hash': '0x4e4306e400b10419f5897b74e83fe08c38c47a68d19debaa2fb51f465aba7698', 'enter_timestamp': 1749634247, 'amount0': 0, 'amount1': 12657728, 'positions': [{'token_id': 2743508, 'liquidity': 126330717239, 'amount0': 0, 'amount1': 12631177, 'current_liquidity': 126330717239}, {'token_id': 2743509, 'liquidity': 106222586, 'amount0': 0, 'amount1': 26551, 'current_liquidity': 106222586}], 'il_risk_score': -1.3374288663162364e-12, 'sharpe_ratio': 2.099060530658376, 'depth_score': 1036.9656401955142, 'max_position_size': 10000000.0, 'last_metrics_update': 1751460817.525093, 'exit_tx_hash': '0x06b3d7b27426d43a2a58304adafadb24d323f9a80e9c79b3825677761f1ecf30', 'exit_timestamp': 1751460989}, {'chain': 'optimism', 'pool_address': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'dex_type': 'velodrome', 'token0': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'token1': '0x8aE125E8653821E851F12A49F7765db9a9ce7384', 'token0_symbol': 'USDC', 'token1_symbol': 'DOLA', 'apr': 1.2907734943932818, 'pool_id': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'is_stable': True, 'is_cl_pool': False, 'amount0': 11501285, 'amount1': 14399419880058378240, 'enter_timestamp': 1751462535, 'status': 'open', 'enter_tx_hash': '0x45402ae487dfd33aebd516efa9fad6bffae2477426e7680310fe9cdff84bb24e', 'current_liquidity': 12949840650454}]}","{'initial_value': 29.80013783995427, 'final_value': 43.864288370468046, 'f_i_ratio': 0.01934171753288938, 'first_investment_timestamp': 1749634247, 'time_ratio': 12.535199185704913}",47.19,118,False,0xc7d89Ed318CAC02Cf9719c50157541df2504EA3A,lonwus-patu86,ROI,,bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy,38.52232396,balanced,
|
413 |
+
411,1090.15,1075.77,2025-07-10 20:26:34,"{'portfolio': {'portfolio_value': 19.93497251652733, 'value_in_pools': 7.933336569447331, 'value_in_safe': 12.001635947080002, 'initial_investment': 19.998439303187823, 'volume': 7.9224283973100755, 'roi': -0.32, 'agent_hash': 'bafybeigg6vq45m4cekqf7bnvmutwg3mp64n3eql7zkrmu7tht67gfggddi', 'allocations': [{'chain': 'optimism', 'type': 'velodrome', 'id': '0x1737275d53A5Ca5dAc582a493AA32C85ba2cFaD3', 'assets': ['USDC', 'DAI'], 'apr': 15.95, 'details': 'Velodrome CL Pool', 'ratio': 100.0, 'address': '0x426117ee442328F6CF12e8805037bA14bB1F80CF', 'tick_ranges': [{'current_tick': 276323, 'tick_lower': 4, 'tick_upper': 5, 'token_id': 2935722, 'in_range': False}]}], 'portfolio_breakdown': [{'asset': 'USDC', 'address': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'balance': 12.00196, 'price': 0.999973, 'value_usd': 12.00163594708, 'ratio': 0.602039}, {'asset': 'DAI', 'address': '0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1', 'balance': 7.933336569447332, 'price': 1.0, 'value_usd': 7.933336569447332, 'ratio': 0.397961}, {'asset': 'LUSD', 'address': '0xc40F949F8a4e094D1b49a23ea9241D289B7b2819', 'balance': 1.011e-15, 'price': 1.002, 'value_usd': 1.013022e-15, 'ratio': 0.0}, {'asset': 'DOLA', 'address': '0x8aE125E8653821E851F12A49F7765db9a9ce7384', 'balance': 7.38e-16, 'price': 0.998497, 'value_usd': 7.36890786e-16, 'ratio': 0.0}], 'address': '0x426117ee442328F6CF12e8805037bA14bB1F80CF', 'last_updated': 1752159325}, 'positons': [{'chain': 'optimism', 'pool_address': '0x1737275d53A5Ca5dAc582a493AA32C85ba2cFaD3', 'dex_type': 'velodrome', 'token0': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'token1': '0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1', 'token0_symbol': 'USDC', 'token1_symbol': 'DAI', 'apr': 15.949108383139437, 'pool_id': '0x1737275d53A5Ca5dAc582a493AA32C85ba2cFaD3', 'is_stable': True, 'is_cl_pool': True, 'status': 'open', 'enter_tx_hash': '0xa42b8db45406dcd988e8c8bbfb6b26e2e3161b4111f3361af437572c2cb53ef5', 'enter_timestamp': 1750996703, 'amount0': 0, 'amount1': 7933336569447330816, 'positions': [{'token_id': 2935722, 'liquidity': 158638968577964312250704, 'amount0': 0, 'amount1': 7933336569447330816, 'current_liquidity': 158638968577964312250704}]}]}","{'initial_value': 15.996993189049627, 'final_value': 23.921538232080163, 'f_i_ratio': -0.0032, 'first_investment_timestamp': 1750996703, 'time_ratio': 27.1233, 'volatility_warning': 'LOW', 'actual_hours': 322.9697692230675, 'calculation_hours': 322.9697692230675}",49.54,163,False,0x426117ee442328F6CF12e8805037bA14bB1F80CF,limwire-waryel10,ROI,,bafybeigg6vq45m4cekqf7bnvmutwg3mp64n3eql7zkrmu7tht67gfggddi,7.922428397,balanced,
|
414 |
+
412,44.47,30.04,2025-07-10 21:32:33,"{'portfolio': {'portfolio_value': 16.01328947259786, 'value_in_pools': 14.871500409840861, 'value_in_safe': 1.141789062757, 'initial_investment': 15.996881554740378, 'volume': 14.87478829532423, 'roi': 0.1, 'agent_hash': 'bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy', 'allocations': [{'chain': 'optimism', 'type': 'velodrome', 'id': '0x4F3da11c5caDf644ae023Dbad01008a934C993E2', 'assets': ['USDC', 'LUSD'], 'apr': 1.14, 'details': 'Velodrome Pool', 'ratio': 100.0, 'address': '0x07Aa2653a1119c7b4e328Be1102E6C3Dd0Bb0C81'}], 'portfolio_breakdown': [{'asset': 'USDC', 'address': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'balance': 7.538512807983491, 'price': 0.999937, 'value_usd': 7.538037881676588, 'ratio': 0.470736}, {'asset': 'LUSD', 'address': '0xc40F949F8a4e094D1b49a23ea9241D289B7b2819', 'balance': 8.46678480611516, 'price': 1.001, 'value_usd': 8.475251590921273, 'ratio': 0.529264}], 'address': '0x07Aa2653a1119c7b4e328Be1102E6C3Dd0Bb0C81', 'last_updated': 1752163189}, 'positons': [{'chain': 'optimism', 'pool_address': '0x4F3da11c5caDf644ae023Dbad01008a934C993E2', 'dex_type': 'velodrome', 'token0': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'token1': '0xc40F949F8a4e094D1b49a23ea9241D289B7b2819', 'token0_symbol': 'USDC', 'token1_symbol': 'LUSD', 'apr': 1.1446326242114686, 'pool_id': '0x4F3da11c5caDf644ae023Dbad01008a934C993E2', 'is_stable': True, 'is_cl_pool': False, 'amount0': 6858139, 'amount1': 8004030135896497008, 'enter_timestamp': 1751378625, 'status': 'open', 'enter_tx_hash': '0x1f7df731525a478a6126b0ad0007d4c4c8e7320651d8acb4f181900c698689fc', 'current_liquidity': 7430268322107}]}","{'initial_value': 15.996881554740378, 'final_value': 16.24556545219959, 'f_i_ratio': 0.001025694776906061, 'first_investment_timestamp': 1751378625, 'time_ratio': 40.18715565941105}",1.55,171,False,0x07Aa2653a1119c7b4e328Be1102E6C3Dd0Bb0C81,helve-welfur78,ROI,,bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy,14.8747883,balanced,
|
415 |
+
413,-3.61,-9.83,2025-07-10 21:50:23,"{'portfolio': {'portfolio_value': 29.75911309906858, 'value_in_pools': 3.041512235004577, 'value_in_safe': 26.717600864064, 'initial_investment': 30.87536749850655, 'volume': 3.0417491735476907, 'roi': -3.62, 'agent_hash': 'bafybeia2kyreljqwdzhg27g6wv6uwjnoa4qdn5j4kz6jjkmfst4mkyzo3e', 'allocations': [{'chain': 'optimism', 'type': 'velodrome', 'id': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'assets': ['USDC', 'DOLA'], 'apr': 1.29, 'details': 'Velodrome Pool', 'ratio': 100.0, 'address': '0x70FAE90eb66b779FC368350a051D83dc6C7fF068'}], 'portfolio_breakdown': [{'asset': 'USDC', 'address': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'balance': 28.00475253849254, 'price': 0.999904, 'value_usd': 28.002064082248847, 'ratio': 0.940958}, {'asset': 'DOLA', 'address': '0x8aE125E8653821E851F12A49F7765db9a9ce7384', 'balance': 1.7597784331695776, 'price': 0.998449, 'value_usd': 1.7570490168197317, 'ratio': 0.059042}], 'address': '0x70FAE90eb66b779FC368350a051D83dc6C7fF068', 'last_updated': 1752163392}, 'positons': [{'chain': 'optimism', 'pool_address': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'dex_type': 'velodrome', 'token0': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'token1': '0x8aE125E8653821E851F12A49F7765db9a9ce7384', 'token0_symbol': 'USDC', 'token1_symbol': 'DOLA', 'apr': 1.2907884736104978, 'pool_id': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'is_stable': True, 'is_cl_pool': False, 'amount0': 1352538, 'amount1': 1691492194309012144, 'enter_timestamp': 1751406473, 'status': 'open', 'enter_tx_hash': '0xfc37df1a45d0276566ec626b7abde12d674b10bf07b0eb1ebd8fbc64b7e14c2e', 'current_liquidity': 1521956066056}]}","{'initial_value': 30.87536749850655, 'final_value': 29.760428588378268, 'f_i_ratio': -0.0361535583177095, 'first_investment_timestamp': 1751406473, 'time_ratio': 41.60699073195884}",-3.61,117,False,0x70FAE90eb66b779FC368350a051D83dc6C7fF068,furye-himkon89,ROI,,bafybeia2kyreljqwdzhg27g6wv6uwjnoa4qdn5j4kz6jjkmfst4mkyzo3e,3.041749174,risky,"[""balancer_pools_search"", ""uniswap_pools_search"", ""velodrome_pools_search""]"
|
416 |
+
414,439.75,430.0,2025-07-10 23:05:18,"{'portfolio': {'portfolio_value': 35.41782616244282, 'value_in_pools': 32.20951222796412, 'value_in_safe': 3.208313934478709, 'initial_investment': 47.69366419946237, 'volume': 45.04515215024694, 'roi': -25.74, 'agent_hash': 'bafybeigg6vq45m4cekqf7bnvmutwg3mp64n3eql7zkrmu7tht67gfggddi', 'allocations': [{'chain': 'optimism', 'type': 'velodrome', 'id': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'assets': ['USDC', 'DOLA'], 'apr': 1.29, 'details': 'Velodrome Pool', 'ratio': 100.0, 'address': '0xF38820f03313535A4024DCCBE2689aa7cc158f5C'}], 'portfolio_breakdown': [{'asset': 'USDC', 'address': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'balance': 13.613008632578307, 'price': 0.999965, 'value_usd': 13.612532177276167, 'ratio': 0.384341}, {'asset': 'DOLA', 'address': '0x8aE125E8653821E851F12A49F7765db9a9ce7384', 'balance': 21.843170042017185, 'price': 0.998266, 'value_usd': 21.805293985164333, 'ratio': 0.615659}, {'asset': 'ETH', 'address': '0x0000000000000000000000000000000000000000', 'balance': 8.4e-16, 'price': 2769.64, 'value_usd': 2.3264976e-12, 'ratio': 0.0}, {'asset': 'LUSD', 'address': '0xc40F949F8a4e094D1b49a23ea9241D289B7b2819', 'balance': 1.146e-15, 'price': 1.001, 'value_usd': 1.147146e-15, 'ratio': 0.0}], 'address': '0xF38820f03313535A4024DCCBE2689aa7cc158f5C', 'last_updated': 1752168750}, 'positons': [{'chain': 'optimism', 'pool_address': '0x84Ce89B4f6F67E523A81A82f9f2F14D84B726F6B', 'dex_type': 'velodrome', 'token0': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'token1': '0x94b008aA00579c1307B0EF2c499aD98a8ce58e58', 'token0_symbol': 'USDC', 'token1_symbol': 'USDT', 'apr': 7.203504137155402, 'pool_id': '0x84Ce89B4f6F67E523A81A82f9f2F14D84B726F6B', 'is_stable': True, 'is_cl_pool': True, 'status': 'closed', 'enter_tx_hash': '0x014828b184e2301849636d82e67614b62b6a83d207ea906c8fbdbc4c94abf6fb', 'enter_timestamp': 1749344469, 'amount0': 9927081, 'amount1': 2922255, 'positions': [{'token_id': 2701571, 'liquidity': 83208800509, 'amount0': 9710239, 'amount1': 2771695, 'current_liquidity': 83208800509}, {'token_id': 2701572, 'liquidity': 822967616, 'amount0': 178339, 'amount1': 109677, 'current_liquidity': 822967616}, {'token_id': 2701573, 'liquidity': 144365258, 'amount0': 38503, 'amount1': 40883, 'current_liquidity': 144365258}], 'il_risk_score': -8.510250350090276e-12, 'sharpe_ratio': 1.0343385680307111, 'depth_score': 1162.849768076878, 'max_position_size': 10000000.0, 'last_metrics_update': 1751159186.298078, 'exit_tx_hash': '0xbfb170fda9e5614f008a6cd6cd589fb7b47c8d831a5d4a0b3e8e870c0451bc40', 'exit_timestamp': 1751159352}, {'chain': 'optimism', 'pool_address': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'dex_type': 'velodrome', 'token0': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'token1': '0x8aE125E8653821E851F12A49F7765db9a9ce7384', 'token0_symbol': 'USDC', 'token1_symbol': 'DOLA', 'apr': 1.2907413138010941, 'pool_id': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'is_stable': True, 'is_cl_pool': False, 'amount0': 13649004, 'amount1': 18593021233907056326, 'enter_timestamp': 1751159541, 'status': 'open', 'enter_tx_hash': '0x48c5280931b620ff55cb117c35ca44b6780ff8dcb0fdfca2ff04a0aea368af09', 'current_liquidity': 16118778992940}]}","{'initial_value': 35.31977903399317, 'final_value': 49.33623397598453, 'f_i_ratio': -0.2574, 'first_investment_timestamp': 1749344469, 'time_ratio': 11.1654, 'volatility_warning': 'LOW', 'actual_hours': 784.5690915194485, 'calculation_hours': 784.5690915194485}",39.68,123,False,0xF38820f03313535A4024DCCBE2689aa7cc158f5C,cordron-yelku44,ROI,,bafybeigg6vq45m4cekqf7bnvmutwg3mp64n3eql7zkrmu7tht67gfggddi,45.04515215,balanced,
|
optimus_apr_values.csv
CHANGED
@@ -396,4 +396,21 @@ apr,adjusted_apr,timestamp,portfolio_snapshot,calculation_metrics,roi,agent_id,i
|
|
396 |
443.31,443.1,2025-07-09 20:13:30,"{'portfolio': {'portfolio_value': 38.85954081772087, 'value_in_pools': 22.45227616696852, 'value_in_safe': 16.40726465075235, 'initial_investment': 58.98421769456271, 'volume': 34.90118930413967, 'roi': -34.12, 'agent_hash': 'bafybeigg6vq45m4cekqf7bnvmutwg3mp64n3eql7zkrmu7tht67gfggddi', 'allocations': [{'chain': 'optimism', 'type': 'velodrome', 'id': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'assets': ['USDC', 'DOLA'], 'apr': 1.29, 'details': 'Velodrome Pool', 'ratio': 100.0, 'address': '0x25f2dc3834d6355911C13ECeb74A5fAd8181A0A8'}], 'portfolio_breakdown': [{'asset': 'USDC', 'address': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'balance': 23.98605827023495, 'price': 0.999848, 'value_usd': 23.982412389377878, 'ratio': 0.617156}, {'asset': 'DOLA', 'address': '0x8aE125E8653821E851F12A49F7765db9a9ce7384', 'balance': 12.75475478196299, 'price': 0.998112, 'value_usd': 12.730673804934645, 'ratio': 0.327607}, {'asset': 'ETH', 'address': '0x0000000000000000000000000000000000000000', 'balance': 0.000813078712307748, 'price': 2639.91, 'value_usd': 2.146454623408347, 'ratio': 0.055236}, {'asset': 'LUSD', 'address': '0xc40F949F8a4e094D1b49a23ea9241D289B7b2819', 'balance': 3.78e-16, 'price': 1.001, 'value_usd': 3.78378e-16, 'ratio': 0.0}, {'asset': 'DAI', 'address': '0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1', 'balance': 1.144e-15, 'price': 0.999973, 'value_usd': 1.143969112e-15, 'ratio': 0.0}], 'address': '0x25f2dc3834d6355911C13ECeb74A5fAd8181A0A8', 'last_updated': 1752072017}, 'positons': [{'chain': 'optimism', 'pool_address': '0x1737275d53A5Ca5dAc582a493AA32C85ba2cFaD3', 'dex_type': 'velodrome', 'token0': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'token1': '0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1', 'token0_symbol': 'USDC', 'token1_symbol': 'DAI', 'apr': 11.121338729226888, 'pool_id': '0x1737275d53A5Ca5dAc582a493AA32C85ba2cFaD3', 'is_stable': True, 'is_cl_pool': True, 'status': 'closed', 'enter_tx_hash': '0x9db82fa44b992728def677916d2e79349093bfccdc807aed02ebad90800228fe', 'enter_timestamp': 1749330545, 'amount0': 0, 'amount1': 12455895225259535800, 'positions': [{'token_id': 2699987, 'liquidity': 81848206191141876940265, 'amount0': 0, 'amount1': 12278765608114610176, 'current_liquidity': 81848206191141876940265}, {'token_id': 2699988, 'liquidity': 351500569673764363465, 'amount0': 0, 'amount1': 140621319309723600, 'current_liquidity': 351500569673764363465}, {'token_id': 2699989, 'liquidity': 52146887921420055688, 'amount0': 0, 'amount1': 36508297835202024, 'current_liquidity': 52146887921420055688}], 'il_risk_score': -3.1720249291186144e-14, 'sharpe_ratio': 0.7661173944917309, 'depth_score': 2559.4915038606355, 'max_position_size': 10000000.0, 'last_metrics_update': 1751443185.247813, 'exit_tx_hash': '0x3eea6bfd23aa398f9e5dcc1f6ae7a67d2b92ca3fafe1fc4da7e8b51f35e69b4e', 'exit_timestamp': 1751443391}, {'chain': 'optimism', 'pool_address': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'dex_type': 'velodrome', 'token0': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'token1': '0x8aE125E8653821E851F12A49F7765db9a9ce7384', 'token0_symbol': 'USDC', 'token1_symbol': 'DOLA', 'apr': 1.2907830856589768, 'pool_id': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'is_stable': True, 'is_cl_pool': False, 'amount0': 9982326, 'amount1': 12494527044754624424, 'enter_timestamp': 1751443505, 'status': 'open', 'enter_tx_hash': '0xb9602167f62ca755168126461c07e4145bd0943cc09f010f524bd2e655c80a61', 'current_liquidity': 11237984181842}]}","{'initial_value': 37.051258102124294, 'final_value': 52.57943971146538, 'f_i_ratio': -0.3412, 'first_investment_timestamp': 1749330545, 'time_ratio': 11.5025, 'volatility_warning': 'LOW', 'actual_hours': 761.5736413908005, 'calculation_hours': 761.5736413908005}",41.91,112,FALSE,0x25f2dc3834d6355911C13ECeb74A5fAd8181A0A8,vuzus-fazi89,APR,,bafybeigg6vq45m4cekqf7bnvmutwg3mp64n3eql7zkrmu7tht67gfggddi,34.9011893,risky,"[""balancerPool"", ""uniswapV3"", ""velodrome""]"
|
397 |
46.39,38.44,2025-07-09 20:24:00,"{'portfolio': {'portfolio_value': 16.004250055862435, 'value_in_pools': 14.862615144340435, 'value_in_safe': 1.141634911522, 'initial_investment': 15.996881554740378, 'volume': 14.87478829532423, 'roi': 0.05, 'agent_hash': 'bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy', 'allocations': [{'chain': 'optimism', 'type': 'velodrome', 'id': '0x4F3da11c5caDf644ae023Dbad01008a934C993E2', 'assets': ['USDC', 'LUSD'], 'apr': 1.14, 'details': 'Velodrome Pool', 'ratio': 100.0, 'address': '0x07Aa2653a1119c7b4e328Be1102E6C3Dd0Bb0C81'}], 'portfolio_breakdown': [{'asset': 'USDC', 'address': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'balance': 7.466820127757848, 'price': 0.999802, 'value_usd': 7.465341697372551, 'ratio': 0.46646}, {'asset': 'LUSD', 'address': '0xc40F949F8a4e094D1b49a23ea9241D289B7b2819', 'balance': 8.538908358489882, 'price': 1.0, 'value_usd': 8.538908358489882, 'ratio': 0.53354}], 'address': '0x07Aa2653a1119c7b4e328Be1102E6C3Dd0Bb0C81', 'last_updated': 1752072664}, 'positons': [{'chain': 'optimism', 'pool_address': '0x4F3da11c5caDf644ae023Dbad01008a934C993E2', 'dex_type': 'velodrome', 'token0': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'token1': '0xc40F949F8a4e094D1b49a23ea9241D289B7b2819', 'token0_symbol': 'USDC', 'token1_symbol': 'LUSD', 'apr': 1.1446326242114686, 'pool_id': '0x4F3da11c5caDf644ae023Dbad01008a934C993E2', 'is_stable': True, 'is_cl_pool': False, 'amount0': 6858139, 'amount1': 8004030135896497008, 'enter_timestamp': 1751378625, 'status': 'open', 'enter_tx_hash': '0x1f7df731525a478a6126b0ad0007d4c4c8e7320651d8acb4f181900c698689fc', 'current_liquidity': 7430268322107}]}","{'initial_value': 15.996881554740378, 'final_value': 16.23502611832391, 'f_i_ratio': 0.0004606210964832602, 'first_investment_timestamp': 1751378625, 'time_ratio': 45.42682901560153}",1.49,171,FALSE,0x07Aa2653a1119c7b4e328Be1102E6C3Dd0Bb0C81,helve-welfur78,APR,,bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy,14.8747883,balanced,
|
398 |
-3.62,-3.82,2025-07-09 21:48:59,"{'portfolio': {'portfolio_value': 29.756808041389355, 'value_in_pools': 3.0407035066213552, 'value_in_safe': 26.716104534768, 'initial_investment': 30.87536749850655, 'volume': 3.0417491735476907, 'roi': -3.62, 'agent_hash': 'bafybeia2kyreljqwdzhg27g6wv6uwjnoa4qdn5j4kz6jjkmfst4mkyzo3e', 'allocations': [{'chain': 'optimism', 'type': 'velodrome', 'id': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'assets': ['USDC', 'DOLA'], 'apr': 1.29, 'details': 'Velodrome Pool', 'ratio': 100.0, 'address': '0x70FAE90eb66b779FC368350a051D83dc6C7fF068'}], 'portfolio_breakdown': [{'asset': 'USDC', 'address': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'balance': 28.03695918626768, 'price': 0.999848, 'value_usd': 28.032697568471367, 'ratio': 0.94206}, {'asset': 'DOLA', 'address': '0x8aE125E8653821E851F12A49F7765db9a9ce7384', 'balance': 1.727371750783469, 'price': 0.998112, 'value_usd': 1.72411047291799, 'ratio': 0.05794}], 'address': '0x70FAE90eb66b779FC368350a051D83dc6C7fF068', 'last_updated': 1752072062}, 'positons': [{'chain': 'optimism', 'pool_address': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'dex_type': 'velodrome', 'token0': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'token1': '0x8aE125E8653821E851F12A49F7765db9a9ce7384', 'token0_symbol': 'USDC', 'token1_symbol': 'DOLA', 'apr': 1.2907884736104978, 'pool_id': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'is_stable': True, 'is_cl_pool': False, 'amount0': 1352538, 'amount1': 1691492194309012144, 'enter_timestamp': 1751406473, 'status': 'open', 'enter_tx_hash': '0xfc37df1a45d0276566ec626b7abde12d674b10bf07b0eb1ebd8fbc64b7e14c2e', 'current_liquidity': 1521956066056}]}","{'initial_value': 30.87536749850655, 'final_value': 29.75884595012442, 'f_i_ratio': -0.036228215167683375, 'first_investment_timestamp': 1751406473, 'time_ratio': 46.96589322226674}",-3.62,117,FALSE,0x70FAE90eb66b779FC368350a051D83dc6C7fF068,furye-himkon89,APR,,bafybeia2kyreljqwdzhg27g6wv6uwjnoa4qdn5j4kz6jjkmfst4mkyzo3e,3.041749174,risky,"[""balancer_pools_search"", ""uniswap_pools_search"", ""velodrome_pools_search""]"
|
399 |
-
451.98,448.44,2025-07-09 22:59:17,"{'portfolio': {'portfolio_value': 35.41316183233304, 'value_in_pools': 32.20519499763039, 'value_in_safe': 3.2079668347026447, 'initial_investment': 35.31977903399317, 'volume': 45.04515215024694, 'roi': 0.26, 'agent_hash': 'bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy', 'allocations': [{'chain': 'optimism', 'type': 'velodrome', 'id': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'assets': ['USDC', 'DOLA'], 'apr': 1.29, 'details': 'Velodrome Pool', 'ratio': 100.0, 'address': '0xF38820f03313535A4024DCCBE2689aa7cc158f5C'}], 'portfolio_breakdown': [{'asset': 'USDC', 'address': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'balance': 13.947037748685878, 'price': 0.999904, 'value_usd': 13.945698833062004, 'ratio': 0.3938}, {'asset': 'DOLA', 'address': '0x8aE125E8653821E851F12A49F7765db9a9ce7384', 'balance': 21.507079038858414, 'price': 0.998158, 'value_usd': 21.46746299926884, 'ratio': 0.6062}, {'asset': 'ETH', 'address': '0x0000000000000000000000000000000000000000', 'balance': 8.4e-16, 'price': 2615.5, 'value_usd': 2.19702e-12, 'ratio': 0.0}, {'asset': 'LUSD', 'address': '0xc40F949F8a4e094D1b49a23ea9241D289B7b2819', 'balance': 1.146e-15, 'price': 1.001, 'value_usd': 1.147146e-15, 'ratio': 0.0}], 'address': '0xF38820f03313535A4024DCCBE2689aa7cc158f5C', 'last_updated': 1752081986}, 'positons': [{'chain': 'optimism', 'pool_address': '0x84Ce89B4f6F67E523A81A82f9f2F14D84B726F6B', 'dex_type': 'velodrome', 'token0': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'token1': '0x94b008aA00579c1307B0EF2c499aD98a8ce58e58', 'token0_symbol': 'USDC', 'token1_symbol': 'USDT', 'apr': 7.203504137155402, 'pool_id': '0x84Ce89B4f6F67E523A81A82f9f2F14D84B726F6B', 'is_stable': True, 'is_cl_pool': True, 'status': 'closed', 'enter_tx_hash': '0x014828b184e2301849636d82e67614b62b6a83d207ea906c8fbdbc4c94abf6fb', 'enter_timestamp': 1749344469, 'amount0': 9927081, 'amount1': 2922255, 'positions': [{'token_id': 2701571, 'liquidity': 83208800509, 'amount0': 9710239, 'amount1': 2771695, 'current_liquidity': 83208800509}, {'token_id': 2701572, 'liquidity': 822967616, 'amount0': 178339, 'amount1': 109677, 'current_liquidity': 822967616}, {'token_id': 2701573, 'liquidity': 144365258, 'amount0': 38503, 'amount1': 40883, 'current_liquidity': 144365258}], 'il_risk_score': -8.510250350090276e-12, 'sharpe_ratio': 1.0343385680307111, 'depth_score': 1162.849768076878, 'max_position_size': 10000000.0, 'last_metrics_update': 1751159186.298078, 'exit_tx_hash': '0xbfb170fda9e5614f008a6cd6cd589fb7b47c8d831a5d4a0b3e8e870c0451bc40', 'exit_timestamp': 1751159352}, {'chain': 'optimism', 'pool_address': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'dex_type': 'velodrome', 'token0': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'token1': '0x8aE125E8653821E851F12A49F7765db9a9ce7384', 'token0_symbol': 'USDC', 'token1_symbol': 'DOLA', 'apr': 1.2907413138010941, 'pool_id': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'is_stable': True, 'is_cl_pool': False, 'amount0': 13649004, 'amount1': 18593021233907056326, 'enter_timestamp': 1751159541, 'status': 'open', 'enter_tx_hash': '0x48c5280931b620ff55cb117c35ca44b6780ff8dcb0fdfca2ff04a0aea368af09', 'current_liquidity': 16118778992940}]}","{'initial_value': 35.31977903399317, 'final_value': 49.287010902741294, 'f_i_ratio': 0.0026439236284574452, 'first_investment_timestamp': 1749344469, 'time_ratio': 11.519207296019385}",39.55,123,FALSE,0xF38820f03313535A4024DCCBE2689aa7cc158f5C,cordron-yelku44,APR,,bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy,45.04515215,balanced,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
396 |
443.31,443.1,2025-07-09 20:13:30,"{'portfolio': {'portfolio_value': 38.85954081772087, 'value_in_pools': 22.45227616696852, 'value_in_safe': 16.40726465075235, 'initial_investment': 58.98421769456271, 'volume': 34.90118930413967, 'roi': -34.12, 'agent_hash': 'bafybeigg6vq45m4cekqf7bnvmutwg3mp64n3eql7zkrmu7tht67gfggddi', 'allocations': [{'chain': 'optimism', 'type': 'velodrome', 'id': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'assets': ['USDC', 'DOLA'], 'apr': 1.29, 'details': 'Velodrome Pool', 'ratio': 100.0, 'address': '0x25f2dc3834d6355911C13ECeb74A5fAd8181A0A8'}], 'portfolio_breakdown': [{'asset': 'USDC', 'address': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'balance': 23.98605827023495, 'price': 0.999848, 'value_usd': 23.982412389377878, 'ratio': 0.617156}, {'asset': 'DOLA', 'address': '0x8aE125E8653821E851F12A49F7765db9a9ce7384', 'balance': 12.75475478196299, 'price': 0.998112, 'value_usd': 12.730673804934645, 'ratio': 0.327607}, {'asset': 'ETH', 'address': '0x0000000000000000000000000000000000000000', 'balance': 0.000813078712307748, 'price': 2639.91, 'value_usd': 2.146454623408347, 'ratio': 0.055236}, {'asset': 'LUSD', 'address': '0xc40F949F8a4e094D1b49a23ea9241D289B7b2819', 'balance': 3.78e-16, 'price': 1.001, 'value_usd': 3.78378e-16, 'ratio': 0.0}, {'asset': 'DAI', 'address': '0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1', 'balance': 1.144e-15, 'price': 0.999973, 'value_usd': 1.143969112e-15, 'ratio': 0.0}], 'address': '0x25f2dc3834d6355911C13ECeb74A5fAd8181A0A8', 'last_updated': 1752072017}, 'positons': [{'chain': 'optimism', 'pool_address': '0x1737275d53A5Ca5dAc582a493AA32C85ba2cFaD3', 'dex_type': 'velodrome', 'token0': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'token1': '0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1', 'token0_symbol': 'USDC', 'token1_symbol': 'DAI', 'apr': 11.121338729226888, 'pool_id': '0x1737275d53A5Ca5dAc582a493AA32C85ba2cFaD3', 'is_stable': True, 'is_cl_pool': True, 'status': 'closed', 'enter_tx_hash': '0x9db82fa44b992728def677916d2e79349093bfccdc807aed02ebad90800228fe', 'enter_timestamp': 1749330545, 'amount0': 0, 'amount1': 12455895225259535800, 'positions': [{'token_id': 2699987, 'liquidity': 81848206191141876940265, 'amount0': 0, 'amount1': 12278765608114610176, 'current_liquidity': 81848206191141876940265}, {'token_id': 2699988, 'liquidity': 351500569673764363465, 'amount0': 0, 'amount1': 140621319309723600, 'current_liquidity': 351500569673764363465}, {'token_id': 2699989, 'liquidity': 52146887921420055688, 'amount0': 0, 'amount1': 36508297835202024, 'current_liquidity': 52146887921420055688}], 'il_risk_score': -3.1720249291186144e-14, 'sharpe_ratio': 0.7661173944917309, 'depth_score': 2559.4915038606355, 'max_position_size': 10000000.0, 'last_metrics_update': 1751443185.247813, 'exit_tx_hash': '0x3eea6bfd23aa398f9e5dcc1f6ae7a67d2b92ca3fafe1fc4da7e8b51f35e69b4e', 'exit_timestamp': 1751443391}, {'chain': 'optimism', 'pool_address': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'dex_type': 'velodrome', 'token0': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'token1': '0x8aE125E8653821E851F12A49F7765db9a9ce7384', 'token0_symbol': 'USDC', 'token1_symbol': 'DOLA', 'apr': 1.2907830856589768, 'pool_id': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'is_stable': True, 'is_cl_pool': False, 'amount0': 9982326, 'amount1': 12494527044754624424, 'enter_timestamp': 1751443505, 'status': 'open', 'enter_tx_hash': '0xb9602167f62ca755168126461c07e4145bd0943cc09f010f524bd2e655c80a61', 'current_liquidity': 11237984181842}]}","{'initial_value': 37.051258102124294, 'final_value': 52.57943971146538, 'f_i_ratio': -0.3412, 'first_investment_timestamp': 1749330545, 'time_ratio': 11.5025, 'volatility_warning': 'LOW', 'actual_hours': 761.5736413908005, 'calculation_hours': 761.5736413908005}",41.91,112,FALSE,0x25f2dc3834d6355911C13ECeb74A5fAd8181A0A8,vuzus-fazi89,APR,,bafybeigg6vq45m4cekqf7bnvmutwg3mp64n3eql7zkrmu7tht67gfggddi,34.9011893,risky,"[""balancerPool"", ""uniswapV3"", ""velodrome""]"
|
397 |
46.39,38.44,2025-07-09 20:24:00,"{'portfolio': {'portfolio_value': 16.004250055862435, 'value_in_pools': 14.862615144340435, 'value_in_safe': 1.141634911522, 'initial_investment': 15.996881554740378, 'volume': 14.87478829532423, 'roi': 0.05, 'agent_hash': 'bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy', 'allocations': [{'chain': 'optimism', 'type': 'velodrome', 'id': '0x4F3da11c5caDf644ae023Dbad01008a934C993E2', 'assets': ['USDC', 'LUSD'], 'apr': 1.14, 'details': 'Velodrome Pool', 'ratio': 100.0, 'address': '0x07Aa2653a1119c7b4e328Be1102E6C3Dd0Bb0C81'}], 'portfolio_breakdown': [{'asset': 'USDC', 'address': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'balance': 7.466820127757848, 'price': 0.999802, 'value_usd': 7.465341697372551, 'ratio': 0.46646}, {'asset': 'LUSD', 'address': '0xc40F949F8a4e094D1b49a23ea9241D289B7b2819', 'balance': 8.538908358489882, 'price': 1.0, 'value_usd': 8.538908358489882, 'ratio': 0.53354}], 'address': '0x07Aa2653a1119c7b4e328Be1102E6C3Dd0Bb0C81', 'last_updated': 1752072664}, 'positons': [{'chain': 'optimism', 'pool_address': '0x4F3da11c5caDf644ae023Dbad01008a934C993E2', 'dex_type': 'velodrome', 'token0': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'token1': '0xc40F949F8a4e094D1b49a23ea9241D289B7b2819', 'token0_symbol': 'USDC', 'token1_symbol': 'LUSD', 'apr': 1.1446326242114686, 'pool_id': '0x4F3da11c5caDf644ae023Dbad01008a934C993E2', 'is_stable': True, 'is_cl_pool': False, 'amount0': 6858139, 'amount1': 8004030135896497008, 'enter_timestamp': 1751378625, 'status': 'open', 'enter_tx_hash': '0x1f7df731525a478a6126b0ad0007d4c4c8e7320651d8acb4f181900c698689fc', 'current_liquidity': 7430268322107}]}","{'initial_value': 15.996881554740378, 'final_value': 16.23502611832391, 'f_i_ratio': 0.0004606210964832602, 'first_investment_timestamp': 1751378625, 'time_ratio': 45.42682901560153}",1.49,171,FALSE,0x07Aa2653a1119c7b4e328Be1102E6C3Dd0Bb0C81,helve-welfur78,APR,,bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy,14.8747883,balanced,
|
398 |
-3.62,-3.82,2025-07-09 21:48:59,"{'portfolio': {'portfolio_value': 29.756808041389355, 'value_in_pools': 3.0407035066213552, 'value_in_safe': 26.716104534768, 'initial_investment': 30.87536749850655, 'volume': 3.0417491735476907, 'roi': -3.62, 'agent_hash': 'bafybeia2kyreljqwdzhg27g6wv6uwjnoa4qdn5j4kz6jjkmfst4mkyzo3e', 'allocations': [{'chain': 'optimism', 'type': 'velodrome', 'id': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'assets': ['USDC', 'DOLA'], 'apr': 1.29, 'details': 'Velodrome Pool', 'ratio': 100.0, 'address': '0x70FAE90eb66b779FC368350a051D83dc6C7fF068'}], 'portfolio_breakdown': [{'asset': 'USDC', 'address': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'balance': 28.03695918626768, 'price': 0.999848, 'value_usd': 28.032697568471367, 'ratio': 0.94206}, {'asset': 'DOLA', 'address': '0x8aE125E8653821E851F12A49F7765db9a9ce7384', 'balance': 1.727371750783469, 'price': 0.998112, 'value_usd': 1.72411047291799, 'ratio': 0.05794}], 'address': '0x70FAE90eb66b779FC368350a051D83dc6C7fF068', 'last_updated': 1752072062}, 'positons': [{'chain': 'optimism', 'pool_address': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'dex_type': 'velodrome', 'token0': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'token1': '0x8aE125E8653821E851F12A49F7765db9a9ce7384', 'token0_symbol': 'USDC', 'token1_symbol': 'DOLA', 'apr': 1.2907884736104978, 'pool_id': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'is_stable': True, 'is_cl_pool': False, 'amount0': 1352538, 'amount1': 1691492194309012144, 'enter_timestamp': 1751406473, 'status': 'open', 'enter_tx_hash': '0xfc37df1a45d0276566ec626b7abde12d674b10bf07b0eb1ebd8fbc64b7e14c2e', 'current_liquidity': 1521956066056}]}","{'initial_value': 30.87536749850655, 'final_value': 29.75884595012442, 'f_i_ratio': -0.036228215167683375, 'first_investment_timestamp': 1751406473, 'time_ratio': 46.96589322226674}",-3.62,117,FALSE,0x70FAE90eb66b779FC368350a051D83dc6C7fF068,furye-himkon89,APR,,bafybeia2kyreljqwdzhg27g6wv6uwjnoa4qdn5j4kz6jjkmfst4mkyzo3e,3.041749174,risky,"[""balancer_pools_search"", ""uniswap_pools_search"", ""velodrome_pools_search""]"
|
399 |
+
451.98,448.44,2025-07-09 22:59:17,"{'portfolio': {'portfolio_value': 35.41316183233304, 'value_in_pools': 32.20519499763039, 'value_in_safe': 3.2079668347026447, 'initial_investment': 35.31977903399317, 'volume': 45.04515215024694, 'roi': 0.26, 'agent_hash': 'bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy', 'allocations': [{'chain': 'optimism', 'type': 'velodrome', 'id': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'assets': ['USDC', 'DOLA'], 'apr': 1.29, 'details': 'Velodrome Pool', 'ratio': 100.0, 'address': '0xF38820f03313535A4024DCCBE2689aa7cc158f5C'}], 'portfolio_breakdown': [{'asset': 'USDC', 'address': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'balance': 13.947037748685878, 'price': 0.999904, 'value_usd': 13.945698833062004, 'ratio': 0.3938}, {'asset': 'DOLA', 'address': '0x8aE125E8653821E851F12A49F7765db9a9ce7384', 'balance': 21.507079038858414, 'price': 0.998158, 'value_usd': 21.46746299926884, 'ratio': 0.6062}, {'asset': 'ETH', 'address': '0x0000000000000000000000000000000000000000', 'balance': 8.4e-16, 'price': 2615.5, 'value_usd': 2.19702e-12, 'ratio': 0.0}, {'asset': 'LUSD', 'address': '0xc40F949F8a4e094D1b49a23ea9241D289B7b2819', 'balance': 1.146e-15, 'price': 1.001, 'value_usd': 1.147146e-15, 'ratio': 0.0}], 'address': '0xF38820f03313535A4024DCCBE2689aa7cc158f5C', 'last_updated': 1752081986}, 'positons': [{'chain': 'optimism', 'pool_address': '0x84Ce89B4f6F67E523A81A82f9f2F14D84B726F6B', 'dex_type': 'velodrome', 'token0': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'token1': '0x94b008aA00579c1307B0EF2c499aD98a8ce58e58', 'token0_symbol': 'USDC', 'token1_symbol': 'USDT', 'apr': 7.203504137155402, 'pool_id': '0x84Ce89B4f6F67E523A81A82f9f2F14D84B726F6B', 'is_stable': True, 'is_cl_pool': True, 'status': 'closed', 'enter_tx_hash': '0x014828b184e2301849636d82e67614b62b6a83d207ea906c8fbdbc4c94abf6fb', 'enter_timestamp': 1749344469, 'amount0': 9927081, 'amount1': 2922255, 'positions': [{'token_id': 2701571, 'liquidity': 83208800509, 'amount0': 9710239, 'amount1': 2771695, 'current_liquidity': 83208800509}, {'token_id': 2701572, 'liquidity': 822967616, 'amount0': 178339, 'amount1': 109677, 'current_liquidity': 822967616}, {'token_id': 2701573, 'liquidity': 144365258, 'amount0': 38503, 'amount1': 40883, 'current_liquidity': 144365258}], 'il_risk_score': -8.510250350090276e-12, 'sharpe_ratio': 1.0343385680307111, 'depth_score': 1162.849768076878, 'max_position_size': 10000000.0, 'last_metrics_update': 1751159186.298078, 'exit_tx_hash': '0xbfb170fda9e5614f008a6cd6cd589fb7b47c8d831a5d4a0b3e8e870c0451bc40', 'exit_timestamp': 1751159352}, {'chain': 'optimism', 'pool_address': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'dex_type': 'velodrome', 'token0': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'token1': '0x8aE125E8653821E851F12A49F7765db9a9ce7384', 'token0_symbol': 'USDC', 'token1_symbol': 'DOLA', 'apr': 1.2907413138010941, 'pool_id': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'is_stable': True, 'is_cl_pool': False, 'amount0': 13649004, 'amount1': 18593021233907056326, 'enter_timestamp': 1751159541, 'status': 'open', 'enter_tx_hash': '0x48c5280931b620ff55cb117c35ca44b6780ff8dcb0fdfca2ff04a0aea368af09', 'current_liquidity': 16118778992940}]}","{'initial_value': 35.31977903399317, 'final_value': 49.287010902741294, 'f_i_ratio': 0.0026439236284574452, 'first_investment_timestamp': 1749344469, 'time_ratio': 11.519207296019385}",39.55,123,FALSE,0xF38820f03313535A4024DCCBE2689aa7cc158f5C,cordron-yelku44,APR,,bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy,45.04515215,balanced,
|
400 |
+
0.67,-9.47,2025-07-10 0:05:45,"{'portfolio': {'portfolio_value': 15.998064, 'value_in_pools': 0.0, 'value_in_safe': 15.998064, 'initial_investment': 15.99794701348985, 'volume': None, 'roi': 0.0, 'agent_hash': 'bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy', 'allocations': [], 'portfolio_breakdown': [{'asset': 'USDC', 'address': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'balance': 16.0, 'price': 0.999879, 'value_usd': 15.998064, 'ratio': 0.0}], 'address': '0x9E29a5601e56b90079E2BcC029A26fB3fCE60dB9', 'last_updated': 1752079611}, 'positons': []}","{'initial_value': 15.99794701348985, 'final_value': 15.999109834770087, 'f_i_ratio': 7.312595175612557e-06, 'first_investment_timestamp': 1752086144, 'time_ratio': 8760.0}",0.01,182,FALSE,0x9E29a5601e56b90079E2BcC029A26fB3fCE60dB9,zapzi-milan20,APR,,bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy,,balanced,
|
401 |
+
519.24,508.72,2025-07-10 0:40:15,"{'portfolio': {'portfolio_value': 30.585557563451648, 'value_in_pools': 28.034194638480194, 'value_in_safe': 2.5513629249714564, 'initial_investment': 30.2963222595072, 'volume': 40.814503767337364, 'roi': 0.95, 'agent_hash': 'bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy', 'allocations': [{'chain': 'optimism', 'type': 'velodrome', 'id': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'assets': ['USDC', 'DOLA'], 'apr': 1.29, 'details': 'Velodrome Pool', 'ratio': 100.0, 'address': '0x8Ed5ae443fBb1a36E364ac154887f3150669702a'}], 'portfolio_breakdown': [{'asset': 'USDC', 'address': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'balance': 12.216756397437587, 'price': 0.999909, 'value_usd': 12.215644672605421, 'ratio': 0.399393}, {'asset': 'DOLA', 'address': '0x8aE125E8653821E851F12A49F7765db9a9ce7384', 'balance': 18.4122241820165, 'price': 0.997702, 'value_usd': 18.36991289084623, 'ratio': 0.600607}, {'asset': 'LUSD', 'address': '0xc40F949F8a4e094D1b49a23ea9241D289B7b2819', 'balance': 7.15e-16, 'price': 1.001, 'value_usd': 7.15715e-16, 'ratio': 0.0}], 'address': '0x8Ed5ae443fBb1a36E364ac154887f3150669702a', 'last_updated': 1752088018}, 'positons': [{'chain': 'optimism', 'pool_address': '0x2FA71491F8070FA644d97b4782dB5734854c0f6F', 'dex_type': 'velodrome', 'token0': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'token1': '0x7F5c764cBc14f9669B88837ca1490cCa17c31607', 'token0_symbol': 'USDC', 'token1_symbol': 'USDC.e', 'apr': 5.949749137116604, 'pool_id': '0x2FA71491F8070FA644d97b4782dB5734854c0f6F', 'is_stable': True, 'is_cl_pool': True, 'status': 'closed', 'enter_tx_hash': '0x965989b30376a87b48a0b7a8eb6aa3a27d3536f5a44819195e9cfbdbb9d50cce', 'enter_timestamp': 1749535827, 'amount0': 7197322, 'amount1': 5578609, 'positions': [{'token_id': 2726290, 'liquidity': 255535328664, 'amount0': 7197322, 'amount1': 5578609, 'current_liquidity': 255535328664}], 'il_risk_score': -4.072206051841395e-13, 'sharpe_ratio': 2.099770154866077, 'depth_score': 1036.9652330166891, 'max_position_size': 10000000.0, 'last_metrics_update': 1751350277.886024, 'exit_tx_hash': '0x9ae93371c59d1b4fb2eb1c9f005236635140a4b1a5a9979b78b3fbb9b7443b88', 'exit_timestamp': 1751351170}, {'chain': 'optimism', 'pool_address': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'dex_type': 'velodrome', 'token0': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'token1': '0x8aE125E8653821E851F12A49F7765db9a9ce7384', 'token0_symbol': 'USDC', 'token1_symbol': 'DOLA', 'apr': 1.2908064024200456, 'pool_id': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'is_stable': True, 'is_cl_pool': False, 'amount0': 12467455, 'amount1': 15603398850121910555, 'enter_timestamp': 1751351305, 'status': 'open', 'enter_tx_hash': '0xd81627b62b3cf4bef9c4e5d243fdb4f7a0393e596c940a3d79d847bfe94d4b2c', 'current_liquidity': 14034876077371}]}","{'initial_value': 30.2963222595072, 'final_value': 43.367153387184935, 'f_i_ratio': 0.009546878379064205, 'first_investment_timestamp': 1749535827, 'time_ratio': 12.3554876979053}",43.14,127,FALSE,0x8Ed5ae443fBb1a36E364ac154887f3150669702a,lunel-luwus85,APR,,bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy,40.81450377,balanced,
|
402 |
+
122.27,112.86,2025-07-10 2:05:42,"{'portfolio': {'portfolio_value': 15.908052350567042, 'value_in_pools': 7.878864205145041, 'value_in_safe': 8.029188145422003, 'initial_investment': 15.995250741464774, 'volume': 7.878480281688953, 'roi': -0.55, 'agent_hash': 'bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy', 'allocations': [{'chain': 'optimism', 'type': 'uniswapV3', 'id': '0xbf16ef186e715668aa29cef57e2fd7f9d48adfe6', 'assets': ['USDC', 'DAI'], 'apr': 19247.9, 'details': 'Uniswap V3 Pool - USDC/DAI', 'ratio': 100.0, 'address': '0xe8c7Bbf632BFf7239e53dAB45086Ac14d6974baC', 'tick_ranges': [{'current_tick': 276325, 'tick_lower': -887272, 'tick_upper': 887272, 'token_id': 1001067, 'in_range': True}]}], 'portfolio_breakdown': [{'asset': 'USDC', 'address': '0x7F5c764cBc14f9669B88837ca1490cCa17c31607', 'balance': 4.000043, 'price': 0.9996, 'value_usd': 3.9984429828, 'ratio': 0.251347}, {'asset': 'DAI', 'address': '0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1', 'balance': 3.9417392784878187, 'price': 0.999393, 'value_usd': 3.9393466427457766, 'ratio': 0.247632}, {'asset': 'USDC', 'address': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'balance': 4.0, 'price': 0.999896, 'value_usd': 3.999584, 'ratio': 0.251419}, {'asset': 'DOLA', 'address': '0x8aE125E8653821E851F12A49F7765db9a9ce7384', 'balance': 3.974581764313822, 'price': 0.999018, 'value_usd': 3.970678725021266, 'ratio': 0.249602}], 'address': '0xe8c7Bbf632BFf7239e53dAB45086Ac14d6974baC', 'last_updated': 1752093238}, 'positons': [{'chain': 'optimism', 'pool_address': '0xbf16ef186e715668aa29cef57e2fd7f9d48adfe6', 'dex_type': 'UniswapV3', 'token0': '0x7F5c764cBc14f9669B88837ca1490cCa17c31607', 'token1': '0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1', 'token0_symbol': 'USDC', 'token1_symbol': 'DAI', 'apr': 19247.901618557305, 'token_id': 1001067, 'liquidity': 3941416687950, 'amount0': 3941263, 'amount1': 3941570591844665730, 'enter_timestamp': 1750389069, 'status': 'open', 'enter_tx_hash': '0xc8c56ddbeb310f891a8d4a2ee752dd924d6eb64fcc8fbc704dab2f25b8556659', 'current_liquidity': 3941416687950}]}","{'initial_value': 15.995250741464774, 'final_value': 17.304155893821054, 'f_i_ratio': -0.005451517597763411, 'first_investment_timestamp': 1750389069, 'time_ratio': 18.50407656363424}",8.18,133,FALSE,0xe8c7Bbf632BFf7239e53dAB45086Ac14d6974baC,ronwus-yusrus90,APR,,bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy,7.878480282,balanced,
|
403 |
+
1060.63,1046.14,2025-07-10 2:44:17,"{'portfolio': {'portfolio_value': 30.217279665863096, 'value_in_pools': 26.348196263708097, 'value_in_safe': 3.869083402155001, 'initial_investment': 29.800137839954267, 'volume': 54.882816308480315, 'roi': 1.4, 'agent_hash': 'bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy', 'allocations': [{'chain': 'optimism', 'type': 'velodrome', 'id': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'assets': ['USDC', 'DOLA'], 'apr': 1.29, 'details': 'Velodrome Pool', 'ratio': 100.0, 'address': '0xEb4B51e304A2BBFdb0f3003FD2aC6375518f7A32'}], 'portfolio_breakdown': [{'asset': 'USDC', 'address': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'balance': 14.835036620589385, 'price': 0.999905, 'value_usd': 14.83362729211043, 'ratio': 0.490899}, {'asset': 'DOLA', 'address': '0x8aE125E8653821E851F12A49F7765db9a9ce7384', 'balance': 15.411207612964647, 'price': 0.998212, 'value_usd': 15.383652373752668, 'ratio': 0.509101}, {'asset': 'LUSD', 'address': '0xc40F949F8a4e094D1b49a23ea9241D289B7b2819', 'balance': 6.8e-17, 'price': 1.001, 'value_usd': 6.8068e-17, 'ratio': 0.0}, {'asset': 'DAI', 'address': '0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1', 'balance': 8.95e-16, 'price': 1.001, 'value_usd': 8.95895e-16, 'ratio': 0.0}], 'address': '0xEb4B51e304A2BBFdb0f3003FD2aC6375518f7A32', 'last_updated': 1752095499}, 'positons': [{'chain': 'optimism', 'pool_address': '0x1737275d53A5Ca5dAc582a493AA32C85ba2cFaD3', 'dex_type': 'velodrome', 'token0': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'token1': '0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1', 'token0_symbol': 'USDC', 'token1_symbol': 'DAI', 'apr': 11.72367776161805, 'pool_id': '0x1737275d53A5Ca5dAc582a493AA32C85ba2cFaD3', 'is_stable': True, 'is_cl_pool': True, 'status': 'closed', 'enter_tx_hash': '0xe3a63099b0089fbd9b9f1804e06e89d784c2dc0c8246d82c47f8946768ee0d18', 'enter_timestamp': 1749304717, 'amount0': 0, 'amount1': 28575311510572886784, 'positions': [{'token_id': 2696714, 'liquidity': 140883006333932703642273, 'amount0': 0, 'amount1': 28179418962133970944, 'current_liquidity': 140883006333932703642273}, {'token_id': 2696715, 'liquidity': 756008482031388835413, 'amount0': 0, 'amount1': 264636045735864192, 'current_liquidity': 756008482031388835413}, {'token_id': 2696716, 'liquidity': 262486754105825167175, 'amount0': 0, 'amount1': 131256502703051648, 'current_liquidity': 262486754105825167175}], 'il_risk_score': -1.2372321745625673e-11, 'sharpe_ratio': 0.7661173944917309, 'depth_score': 2559.4915038606355, 'max_position_size': 10000000.0, 'last_metrics_update': 1751120224.616665, 'exit_tx_hash': '0xb0a2b5b5f8f408ca039bc8d403bbdb837c4dee67415218ab76b5c6263ad19041', 'exit_timestamp': 1751120410}, {'chain': 'optimism', 'pool_address': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'dex_type': 'velodrome', 'token0': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'token1': '0x8aE125E8653821E851F12A49F7765db9a9ce7384', 'token0_symbol': 'USDC', 'token1_symbol': 'DOLA', 'apr': 1.2907561808839745, 'pool_id': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'is_stable': True, 'is_cl_pool': False, 'amount0': 11177445, 'amount1': 15197585311258249216, 'enter_timestamp': 1751121495, 'status': 'open', 'enter_tx_hash': '0xde6f8b593b8beea48dd73b708413912f8e4a62fe16788e3219e28f4c6f75903b', 'current_liquidity': 13185731143897}]}","{'initial_value': 29.800137839954267, 'final_value': 58.75205203030912, 'f_i_ratio': 0.013997983101593281, 'first_investment_timestamp': 1749304717, 'time_ratio': 11.299418667339278}",97.15,121,FALSE,0xEb4B51e304A2BBFdb0f3003FD2aC6375518f7A32,cilwar-rimlu27,APR,,bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy,54.88281631,balanced,
|
404 |
+
109.48,103.26,2025-07-10 4:10:18,"{'portfolio': {'portfolio_value': 30.353215063552, 'value_in_pools': 0.0, 'value_in_safe': 30.353215063552, 'initial_investment': 30.87536749850655, 'volume': 1.7640958781348952, 'roi': -1.69, 'agent_hash': 'bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy', 'allocations': [], 'portfolio_breakdown': [{'asset': 'USDC', 'address': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'balance': 30.359044, 'price': 0.999808, 'value_usd': 30.353215063552, 'ratio': 0.0}, {'asset': 'USDC.e', 'address': '0x7F5c764cBc14f9669B88837ca1490cCa17c31607', 'balance': 0.0, 'price': 0.999733, 'value_usd': 0.0, 'ratio': 0.0}, {'asset': 'DOLA', 'address': '0x8aE125E8653821E851F12A49F7765db9a9ce7384', 'balance': 9.57e-16, 'price': 0.998729, 'value_usd': 9.55783653e-16, 'ratio': 0.0}, {'asset': 'LUSD', 'address': '0xc40F949F8a4e094D1b49a23ea9241D289B7b2819', 'balance': 3.25e-16, 'price': 1.001, 'value_usd': 3.25325e-16, 'ratio': 0.0}], 'address': '0xE4EAF37b1726634935f679a8f3e00EC2E4e650A0', 'last_updated': 1752100656}, 'positons': [{'chain': 'optimism', 'pool_address': '0x2FA71491F8070FA644d97b4782dB5734854c0f6F', 'dex_type': 'velodrome', 'token0': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'token1': '0x7F5c764cBc14f9669B88837ca1490cCa17c31607', 'token0_symbol': 'USDC', 'token1_symbol': 'USDC.e', 'apr': 3.7506969868253504, 'pool_id': '0x2FA71491F8070FA644d97b4782dB5734854c0f6F', 'is_stable': True, 'is_cl_pool': True, 'status': 'open', 'enter_tx_hash': '0x8cddac900b19baa1a2611eacb0c1e0584347185df658088f1ceec8b54f044070', 'enter_timestamp': 1750529241, 'amount0': 0, 'amount1': 1764796, 'positions': [{'token_id': 2870529, 'liquidity': 35300332056, 'amount0': 0, 'amount1': 1764796, 'current_liquidity': 35300332056}]}]}","{'initial_value': 30.87536749850655, 'final_value': 34.06223041669786, 'f_i_ratio': -0.016911618460243583, 'first_investment_timestamp': 1750529241, 'time_ratio': 20.066469645672786}",10.32,115,FALSE,0xE4EAF37b1726634935f679a8f3e00EC2E4e650A0,yenot-zoncen49,APR,,bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy,1.764095878,risky,"[""velodrome_pools_search""]"
|
405 |
+
548.11,533.62,2025-07-10 5:19:42,"{'portfolio': {'portfolio_value': 31.389184882333886, 'value_in_pools': 3.262245189333887, 'value_in_safe': 28.126939693, 'initial_investment': 29.800137839954267, 'volume': 3.264870839882845, 'roi': 5.33, 'agent_hash': 'bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy', 'allocations': [{'chain': 'optimism', 'type': 'velodrome', 'id': '0x4F3da11c5caDf644ae023Dbad01008a934C993E2', 'assets': ['USDC', 'LUSD'], 'apr': 1.14, 'details': 'Velodrome Pool', 'ratio': 100.0, 'address': '0xD32613ED605be41D9c7FBc85f2cCb4fBa59778Ac'}], 'portfolio_breakdown': [{'asset': 'USDC', 'address': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'balance': 29.53229114266756, 'price': 0.999875, 'value_usd': 29.528599606274728, 'ratio': 0.940725}, {'asset': 'LUSD', 'address': '0xc40F949F8a4e094D1b49a23ea9241D289B7b2819', 'balance': 1.8605852760591595, 'price': 1.0, 'value_usd': 1.8605852760591595, 'ratio': 0.059275}], 'address': '0xD32613ED605be41D9c7FBc85f2cCb4fBa59778Ac', 'last_updated': 1752104899}, 'positons': [{'chain': 'optimism', 'pool_address': '0x4F3da11c5caDf644ae023Dbad01008a934C993E2', 'dex_type': 'velodrome', 'token0': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'token1': '0xc40F949F8a4e094D1b49a23ea9241D289B7b2819', 'token0_symbol': 'USDC', 'token1_symbol': 'LUSD', 'apr': 1.1446389466076325, 'pool_id': '0x4F3da11c5caDf644ae023Dbad01008a934C993E2', 'is_stable': True, 'is_cl_pool': False, 'amount0': 1516664, 'amount1': 1745457009367349211, 'enter_timestamp': 1751328819, 'status': 'open', 'enter_tx_hash': '0x8b9608f47a0ef16d4b33a5ed94e76d807437737e9527df2920dab175ea801296', 'current_liquidity': 1630885960066}]}","{'initial_value': 29.800137839954267, 'final_value': 44.87513180558071, 'f_i_ratio': 0.05332347960649764, 'first_investment_timestamp': 1751328819, 'time_ratio': 40.630660567596045}",50.59,119,FALSE,0xD32613ED605be41D9c7FBc85f2cCb4fBa59778Ac,lonlim-zapgi60,APR,,bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy,3.26487084,risky,"[""balancer_pools_search"", ""uniswap_pools_search"", ""velodrome_pools_search""]"
|
406 |
+
5.1,-6.33,2025-07-10 9:00:51,"{'portfolio': {'portfolio_value': 16.01542601251823, 'value_in_pools': 14.432140600791229, 'value_in_safe': 1.583285411727, 'initial_investment': 15.998438834626413, 'volume': 14.435246798122249, 'roi': 0.11, 'agent_hash': 'bafybeia2kyreljqwdzhg27g6wv6uwjnoa4qdn5j4kz6jjkmfst4mkyzo3e', 'allocations': [{'chain': 'optimism', 'type': 'velodrome', 'id': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'assets': ['USDC', 'DOLA'], 'apr': 1.29, 'details': 'Velodrome Pool', 'ratio': 100.0, 'address': '0x703a3510e62827D11D8085f9C179bD441F6A8201'}], 'portfolio_breakdown': [{'asset': 'USDC', 'address': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'balance': 7.653372811953217, 'price': 0.999927, 'value_usd': 7.652814115737945, 'ratio': 0.47784}, {'asset': 'DOLA', 'address': '0x8aE125E8653821E851F12A49F7765db9a9ce7384', 'balance': 8.377893173929532, 'price': 0.998176, 'value_usd': 8.362611896780285, 'ratio': 0.52216}], 'address': '0x703a3510e62827D11D8085f9C179bD441F6A8201', 'last_updated': 1752118086}, 'positons': [{'chain': 'optimism', 'pool_address': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'dex_type': 'velodrome', 'token0': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'token1': '0x8aE125E8653821E851F12A49F7765db9a9ce7384', 'token0_symbol': 'USDC', 'token1_symbol': 'DOLA', 'apr': 1.290803353524491, 'pool_id': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'is_stable': True, 'is_cl_pool': False, 'amount0': 6416599, 'amount1': 8029475374880830280, 'enter_timestamp': 1751361313, 'status': 'open', 'enter_tx_hash': '0xe170f4362d7a381ad9e4b5380458597c0435cdda02bd62b69dd4daa66ac0215c', 'current_liquidity': 7222753993923}]}","{'initial_value': 15.998438834626413, 'final_value': 16.01855970509005, 'f_i_ratio': 0.001061802221292485, 'first_investment_timestamp': 1751361313, 'time_ratio': 41.66259817757799}",0.13,173,FALSE,0x703a3510e62827D11D8085f9C179bD441F6A8201,gemek-janyar44,APR,,bafybeia2kyreljqwdzhg27g6wv6uwjnoa4qdn5j4kz6jjkmfst4mkyzo3e,14.4352468,balanced,
|
407 |
+
0.2,-14.5,2025-07-10 9:16:14,"{'portfolio': {'portfolio_value': 15.998752, 'value_in_pools': 0.0, 'value_in_safe': 15.998752, 'initial_investment': 15.997852354196928, 'volume': None, 'roi': 0.01, 'agent_hash': 'bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy', 'allocations': [], 'portfolio_breakdown': [{'asset': 'USDC', 'address': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'balance': 16.0, 'price': 0.999922, 'value_usd': 15.998752, 'ratio': 0.0}], 'address': '0xca82D0c809EA1De7E911d1c99a55f054d96Dfda4', 'last_updated': 1752118907}, 'positons': []}","{'initial_value': 15.997852354196928, 'final_value': 15.999109834770087, 'f_i_ratio': 5.6235411050931106e-05, 'first_investment_timestamp': 1752119173, 'time_ratio': 8760.0}",0.01,169,FALSE,0xca82D0c809EA1De7E911d1c99a55f054d96Dfda4,tartim-wacor68,APR,,bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy,,balanced,
|
408 |
+
1.43,-8.81,2025-07-10 15:04:52,"{'portfolio': {'portfolio_value': 26.04213239357515, 'value_in_pools': 14.29107683695015, 'value_in_safe': 11.751055556625, 'initial_investment': 25.995490149688813, 'volume': 14.266134688755134, 'roi': 0.18, 'agent_hash': 'bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy', 'allocations': [{'chain': 'optimism', 'type': 'velodrome', 'id': '0x4F3da11c5caDf644ae023Dbad01008a934C993E2', 'assets': ['USDC', 'LUSD'], 'apr': 1.14, 'details': 'Velodrome Pool', 'ratio': 100.0, 'address': '0xf0495218037002b0419ECeDC3c6C40fd1d470c78'}], 'portfolio_breakdown': [{'asset': 'USDC', 'address': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'balance': 17.902283821911592, 'price': 0.999909, 'value_usd': 17.9006547140838, 'ratio': 0.687373}, {'asset': 'LUSD', 'address': '0xc40F949F8a4e094D1b49a23ea9241D289B7b2819', 'balance': 8.12522722504127, 'price': 1.002, 'value_usd': 8.141477679491352, 'ratio': 0.312627}], 'address': '0xf0495218037002b0419ECeDC3c6C40fd1d470c78', 'last_updated': 1752134677}, 'positons': [{'chain': 'optimism', 'pool_address': '0x4F3da11c5caDf644ae023Dbad01008a934C993E2', 'dex_type': 'velodrome', 'token0': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'token1': '0xc40F949F8a4e094D1b49a23ea9241D289B7b2819', 'token0_symbol': 'USDC', 'token1_symbol': 'LUSD', 'apr': 1.1446225294759833, 'pool_id': '0x4F3da11c5caDf644ae023Dbad01008a934C993E2', 'is_stable': True, 'is_cl_pool': False, 'amount0': 6247875, 'amount1': 8027063857463409155, 'enter_timestamp': 1751024609, 'status': 'open', 'enter_tx_hash': '0x5c4e83588a181783275df5e84a80ed94569d5cefecfeb39ec7e5f1a1755bbcc1', 'current_liquidity': 7136318018645}]}","{'initial_value': 25.995490149688813, 'final_value': 26.017605855439346, 'f_i_ratio': 0.0017942436791058558, 'first_investment_timestamp': 1751024609, 'time_ratio': 28.271156694872573}",0.09,170,FALSE,0xf0495218037002b0419ECeDC3c6C40fd1d470c78,delsus-simgi16,APR,,bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy,14.26613469,risky,"[""balancer_pools_search"", ""uniswap_pools_search"", ""velodrome_pools_search""]"
|
409 |
+
-0.04,-7.75,2025-07-10 15:08:50,"{'portfolio': {'portfolio_value': 18.107343, 'value_in_pools': 0.0, 'value_in_safe': 18.107343, 'initial_investment': 26.085531929360446, 'volume': 7.971569119232574, 'roi': -30.58, 'agent_hash': 'bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy', 'allocations': [], 'portfolio_breakdown': [{'asset': 'USDC', 'address': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'balance': 16.0, 'price': 0.999892, 'value_usd': 15.998272, 'ratio': 0.0}, {'asset': 'USDT', 'address': '0x94b008aA00579c1307B0EF2c499aD98a8ce58e58', 'balance': 2.109071, 'price': 1.0, 'value_usd': 2.109071, 'ratio': 0.0}], 'address': '0x3d6f6870aA8d3a0757DFe3ff222f202a09688099', 'last_updated': 1752140248}, 'positons': [{'chain': 'optimism', 'pool_address': '0x84Ce89B4f6F67E523A81A82f9f2F14D84B726F6B', 'dex_type': 'velodrome', 'token0': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'token1': '0x94b008aA00579c1307B0EF2c499aD98a8ce58e58', 'token0_symbol': 'USDC', 'token1_symbol': 'USDT', 'apr': 4.556737732581645, 'pool_id': '0x84Ce89B4f6F67E523A81A82f9f2F14D84B726F6B', 'is_stable': True, 'is_cl_pool': True, 'status': 'open', 'enter_tx_hash': '0xde395d97871cd438680a12639595302122d83ffb986659f786361e263e693ec9', 'enter_timestamp': 1751558747, 'amount0': 2090601, 'amount1': 5887915, 'positions': [{'token_id': 2999699, 'liquidity': 14461360614, 'amount0': 2080518, 'amount1': 5870756, 'current_liquidity': 14461360614}, {'token_id': 2999700, 'liquidity': 17191562, 'amount0': 7630, 'amount1': 13850, 'current_liquidity': 17191562}, {'token_id': 2999701, 'liquidity': 2745118, 'amount0': 2453, 'amount1': 3309, 'current_liquidity': 2745118}]}]}","{'initial_value': 26.085531929360446, 'final_value': 26.075028075781145, 'f_i_ratio': -0.30584727775401943, 'first_investment_timestamp': 1751558747, 'time_ratio': 54.224384743690216}",-0.04,179,FALSE,0x3d6f6870aA8d3a0757DFe3ff222f202a09688099,kajim-zimvu56,APR,,bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy,7.971569119,balanced,
|
410 |
+
309.3,298.72,2025-07-10 16:36:59,"{'portfolio': {'portfolio_value': 30.785453916508, 'value_in_pools': 16.444061469712, 'value_in_safe': 14.341392446796002, 'initial_investment': 36.983197640370534, 'volume': 30.766761196826785, 'roi': -16.76, 'agent_hash': 'bafybeigg6vq45m4cekqf7bnvmutwg3mp64n3eql7zkrmu7tht67gfggddi', 'allocations': [{'chain': 'optimism', 'type': 'velodrome', 'id': '0x2FA71491F8070FA644d97b4782dB5734854c0f6F', 'assets': ['USDC', 'USDC.e'], 'apr': 2.98, 'details': 'Velodrome CL Pool', 'ratio': 100.0, 'address': '0xc449F6b1c380Eee6dec31F79acE512Ec3931beA2', 'tick_ranges': [{'current_tick': -2, 'tick_lower': 0, 'tick_upper': 1, 'token_id': 2857023, 'in_range': False}]}], 'portfolio_breakdown': [{'asset': 'USDC', 'address': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'balance': 14.343171, 'price': 0.999876, 'value_usd': 14.341392446796, 'ratio': 0.46585}, {'asset': 'USDC.e', 'address': '0x7F5c764cBc14f9669B88837ca1490cCa17c31607', 'balance': 16.446512, 'price': 0.999851, 'value_usd': 16.444061469712, 'ratio': 0.53415}, {'asset': 'DOLA', 'address': '0x8aE125E8653821E851F12A49F7765db9a9ce7384', 'balance': 7.98e-16, 'price': 0.998291, 'value_usd': 7.96636218e-16, 'ratio': 0.0}, {'asset': 'alUSD', 'address': '0xCB8FA9a76b8e203D8C3797bF438d8FB81Ea3326A', 'balance': 2.65e-16, 'price': 0.99458, 'value_usd': 2.635637e-16, 'ratio': 0.0}], 'address': '0xc449F6b1c380Eee6dec31F79acE512Ec3931beA2', 'last_updated': 1752145489}, 'positons': [{'chain': 'optimism', 'pool_address': '0x67C253eB6C2e69F9E1114aEeAD0DB4FA8F417AC3', 'dex_type': 'velodrome', 'token0': '0x8aE125E8653821E851F12A49F7765db9a9ce7384', 'token1': '0xCB8FA9a76b8e203D8C3797bF438d8FB81Ea3326A', 'token0_symbol': 'DOLA', 'token1_symbol': 'alUSD', 'apr': 10.368051373484233, 'pool_id': '0x67C253eB6C2e69F9E1114aEeAD0DB4FA8F417AC3', 'is_stable': True, 'is_cl_pool': False, 'amount0': 6309676318475633488, 'amount1': 8121544632815991808, 'enter_timestamp': 1748547135, 'status': 'closed', 'enter_tx_hash': '0x4b7345efdb73f20e1ce332d5b914fd40a4d224968c6a362079f5c2cd24fa54ee', 'il_risk_score': -2.887673543345224e-09, 'sharpe_ratio': 0.7679453942205893, 'depth_score': 2631.358219286783, 'max_position_size': 10000000.0, 'last_metrics_update': 1750414599.839625, 'current_liquidity': 7215162095269814460, 'exit_tx_hash': '0xef16de63f696089c6b7ab8de0da16579dfef0dfeda68cc8fe46c4f7580e68796', 'exit_timestamp': 1750415177}, {'chain': 'optimism', 'pool_address': '0x2FA71491F8070FA644d97b4782dB5734854c0f6F', 'dex_type': 'velodrome', 'token0': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'token1': '0x7F5c764cBc14f9669B88837ca1490cCa17c31607', 'token0_symbol': 'USDC', 'token1_symbol': 'USDC.e', 'apr': 2.981187929897976, 'pool_id': '0x2FA71491F8070FA644d97b4782dB5734854c0f6F', 'is_stable': True, 'is_cl_pool': True, 'status': 'open', 'enter_tx_hash': '0xd5ece5034063cb71fd4a5e8c740296877959b7ce61e21841fb4e77af5b969a56', 'enter_timestamp': 1750415371, 'amount0': 0, 'amount1': 16446512, 'positions': [{'token_id': 2857023, 'liquidity': 328938463050, 'amount0': 0, 'amount1': 16446512, 'current_liquidity': 328938463050}]}]}","{'initial_value': 30.292529109243784, 'final_value': 45.45178775135987, 'f_i_ratio': -0.1676, 'first_investment_timestamp': 1748547135, 'time_ratio': 8.7637, 'volatility_warning': 'LOW', 'actual_hours': 999.5788738205698, 'calculation_hours': 999.5788738205698}",50.04,102,FALSE,0xc449F6b1c380Eee6dec31F79acE512Ec3931beA2,kelrus-muha52,APR,,bafybeigg6vq45m4cekqf7bnvmutwg3mp64n3eql7zkrmu7tht67gfggddi,30.7667612,risky,"[""balancerPool"", ""uniswapV3"", ""velodrome""]"
|
411 |
+
-0.28,-10.21,2025-07-10 17:48:47,"{'portfolio': {'portfolio_value': 15.920572016736003, 'value_in_pools': 7.853355756064, 'value_in_safe': 8.067216260672003, 'initial_investment': 15.997210604058026, 'volume': 7.8875138840576176, 'roi': -0.48, 'agent_hash': 'bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy', 'allocations': [{'chain': 'optimism', 'type': 'velodrome', 'id': '0x84Ce89B4f6F67E523A81A82f9f2F14D84B726F6B', 'assets': ['USDC', 'USDT'], 'apr': 4.96, 'details': 'Velodrome CL Pool', 'ratio': 100.0, 'address': '0x9fd33068b81C8719A1b2972277a0CC98956B9247', 'tick_ranges': [{'current_tick': -3, 'tick_lower': -15, 'tick_upper': -4, 'token_id': 2921867, 'in_range': False}, {'current_tick': -3, 'tick_lower': -21, 'tick_upper': 1, 'token_id': 2921868, 'in_range': True}, {'current_tick': -3, 'tick_lower': -30, 'tick_upper': 9, 'token_id': 2921869, 'in_range': True}]}], 'portfolio_breakdown': [{'asset': 'USDC', 'address': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'balance': 7.989409, 'price': 0.999904, 'value_usd': 7.988642016736, 'ratio': 0.501781}, {'asset': 'USDT', 'address': '0x94b008aA00579c1307B0EF2c499aD98a8ce58e58', 'balance': 7.93193, 'price': 1.0, 'value_usd': 7.93193, 'ratio': 0.498219}, {'asset': 'LUSD', 'address': '0xc40F949F8a4e094D1b49a23ea9241D289B7b2819', 'balance': 8.96e-16, 'price': 1.001, 'value_usd': 8.96896e-16, 'ratio': 0.0}, {'asset': 'DAI', 'address': '0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1', 'balance': 9e-16, 'price': 0.998844, 'value_usd': 8.989596e-16, 'ratio': 0.0}, {'asset': 'DOLA', 'address': '0x8aE125E8653821E851F12A49F7765db9a9ce7384', 'balance': 7.66e-16, 'price': 0.998266, 'value_usd': 7.64671756e-16, 'ratio': 0.0}], 'address': '0x9fd33068b81C8719A1b2972277a0CC98956B9247', 'last_updated': 1752149666}, 'positons': [{'chain': 'optimism', 'pool_address': '0x84Ce89B4f6F67E523A81A82f9f2F14D84B726F6B', 'dex_type': 'velodrome', 'token0': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'token1': '0x94b008aA00579c1307B0EF2c499aD98a8ce58e58', 'token0_symbol': 'USDC', 'token1_symbol': 'USDT', 'apr': 4.96307964682922, 'pool_id': '0x84Ce89B4f6F67E523A81A82f9f2F14D84B726F6B', 'is_stable': True, 'is_cl_pool': True, 'status': 'open', 'enter_tx_hash': '0x137a913c7e2e42e6c3024daa4477b8fef90d21fc5119ff21a02accfd0afa61cb', 'enter_timestamp': 1750878245, 'amount0': 981882, 'amount1': 6905515, 'positions': [{'token_id': 2921867, 'liquidity': 14285668349, 'amount0': 971291, 'amount1': 6882158, 'current_liquidity': 14285668349}, {'token_id': 2921868, 'liquidity': 22000221, 'amount0': 6996, 'amount1': 17193, 'current_liquidity': 22000221}, {'token_id': 2921869, 'liquidity': 5007822, 'amount0': 3595, 'amount1': 6164, 'current_liquidity': 5007822}]}]}","{'initial_value': 15.997210604058026, 'final_value': 15.952663154385146, 'f_i_ratio': -0.00479074691325132, 'first_investment_timestamp': 1750878245, 'time_ratio': 24.798644624871173}",-0.28,165,FALSE,0x9fd33068b81C8719A1b2972277a0CC98956B9247,wuni-dannus19,APR,,bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy,7.887513884,balanced,
|
412 |
+
501.33,486.84,2025-07-10 17:50:43,"{'portfolio': {'portfolio_value': 30.376523688495833, 'value_in_pools': 25.87656772740183, 'value_in_safe': 4.499955961094001, 'initial_investment': 29.80013783995427, 'volume': 38.522323961988846, 'roi': 1.93, 'agent_hash': 'bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy', 'allocations': [{'chain': 'optimism', 'type': 'velodrome', 'id': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'assets': ['USDC', 'DOLA'], 'apr': 1.29, 'details': 'Velodrome Pool', 'ratio': 100.0, 'address': '0xc7d89Ed318CAC02Cf9719c50157541df2504EA3A'}], 'portfolio_breakdown': [{'asset': 'USDC', 'address': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'balance': 15.429120696195664, 'price': 0.999902, 'value_usd': 15.427608642367439, 'ratio': 0.507879}, {'asset': 'DOLA', 'address': '0x8aE125E8653821E851F12A49F7765db9a9ce7384', 'balance': 14.974821487301424, 'price': 0.99827, 'value_usd': 14.948915046128393, 'ratio': 0.492121}, {'asset': 'LUSD', 'address': '0xc40F949F8a4e094D1b49a23ea9241D289B7b2819', 'balance': 1.12e-16, 'price': 1.001, 'value_usd': 1.12112e-16, 'ratio': 0.0}], 'address': '0xc7d89Ed318CAC02Cf9719c50157541df2504EA3A', 'last_updated': 1752149700}, 'positons': [{'chain': 'optimism', 'pool_address': '0x2FA71491F8070FA644d97b4782dB5734854c0f6F', 'dex_type': 'velodrome', 'token0': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'token1': '0x7F5c764cBc14f9669B88837ca1490cCa17c31607', 'token0_symbol': 'USDC', 'token1_symbol': 'USDC.e', 'apr': 5.950279745814442, 'pool_id': '0x2FA71491F8070FA644d97b4782dB5734854c0f6F', 'is_stable': True, 'is_cl_pool': True, 'status': 'closed', 'enter_tx_hash': '0x4e4306e400b10419f5897b74e83fe08c38c47a68d19debaa2fb51f465aba7698', 'enter_timestamp': 1749634247, 'amount0': 0, 'amount1': 12657728, 'positions': [{'token_id': 2743508, 'liquidity': 126330717239, 'amount0': 0, 'amount1': 12631177, 'current_liquidity': 126330717239}, {'token_id': 2743509, 'liquidity': 106222586, 'amount0': 0, 'amount1': 26551, 'current_liquidity': 106222586}], 'il_risk_score': -1.3374288663162364e-12, 'sharpe_ratio': 2.099060530658376, 'depth_score': 1036.9656401955142, 'max_position_size': 10000000.0, 'last_metrics_update': 1751460817.525093, 'exit_tx_hash': '0x06b3d7b27426d43a2a58304adafadb24d323f9a80e9c79b3825677761f1ecf30', 'exit_timestamp': 1751460989}, {'chain': 'optimism', 'pool_address': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'dex_type': 'velodrome', 'token0': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'token1': '0x8aE125E8653821E851F12A49F7765db9a9ce7384', 'token0_symbol': 'USDC', 'token1_symbol': 'DOLA', 'apr': 1.2907734943932818, 'pool_id': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'is_stable': True, 'is_cl_pool': False, 'amount0': 11501285, 'amount1': 14399419880058378240, 'enter_timestamp': 1751462535, 'status': 'open', 'enter_tx_hash': '0x45402ae487dfd33aebd516efa9fad6bffae2477426e7680310fe9cdff84bb24e', 'current_liquidity': 12949840650454}]}","{'initial_value': 29.80013783995427, 'final_value': 43.864288370468046, 'f_i_ratio': 0.01934171753288938, 'first_investment_timestamp': 1749634247, 'time_ratio': 12.535199185704913}",47.19,118,FALSE,0xc7d89Ed318CAC02Cf9719c50157541df2504EA3A,lonwus-patu86,APR,,bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy,38.52232396,balanced,
|
413 |
+
1090.15,1075.77,2025-07-10 20:26:34,"{'portfolio': {'portfolio_value': 19.93497251652733, 'value_in_pools': 7.933336569447331, 'value_in_safe': 12.001635947080002, 'initial_investment': 19.998439303187823, 'volume': 7.9224283973100755, 'roi': -0.32, 'agent_hash': 'bafybeigg6vq45m4cekqf7bnvmutwg3mp64n3eql7zkrmu7tht67gfggddi', 'allocations': [{'chain': 'optimism', 'type': 'velodrome', 'id': '0x1737275d53A5Ca5dAc582a493AA32C85ba2cFaD3', 'assets': ['USDC', 'DAI'], 'apr': 15.95, 'details': 'Velodrome CL Pool', 'ratio': 100.0, 'address': '0x426117ee442328F6CF12e8805037bA14bB1F80CF', 'tick_ranges': [{'current_tick': 276323, 'tick_lower': 4, 'tick_upper': 5, 'token_id': 2935722, 'in_range': False}]}], 'portfolio_breakdown': [{'asset': 'USDC', 'address': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'balance': 12.00196, 'price': 0.999973, 'value_usd': 12.00163594708, 'ratio': 0.602039}, {'asset': 'DAI', 'address': '0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1', 'balance': 7.933336569447332, 'price': 1.0, 'value_usd': 7.933336569447332, 'ratio': 0.397961}, {'asset': 'LUSD', 'address': '0xc40F949F8a4e094D1b49a23ea9241D289B7b2819', 'balance': 1.011e-15, 'price': 1.002, 'value_usd': 1.013022e-15, 'ratio': 0.0}, {'asset': 'DOLA', 'address': '0x8aE125E8653821E851F12A49F7765db9a9ce7384', 'balance': 7.38e-16, 'price': 0.998497, 'value_usd': 7.36890786e-16, 'ratio': 0.0}], 'address': '0x426117ee442328F6CF12e8805037bA14bB1F80CF', 'last_updated': 1752159325}, 'positons': [{'chain': 'optimism', 'pool_address': '0x1737275d53A5Ca5dAc582a493AA32C85ba2cFaD3', 'dex_type': 'velodrome', 'token0': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'token1': '0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1', 'token0_symbol': 'USDC', 'token1_symbol': 'DAI', 'apr': 15.949108383139437, 'pool_id': '0x1737275d53A5Ca5dAc582a493AA32C85ba2cFaD3', 'is_stable': True, 'is_cl_pool': True, 'status': 'open', 'enter_tx_hash': '0xa42b8db45406dcd988e8c8bbfb6b26e2e3161b4111f3361af437572c2cb53ef5', 'enter_timestamp': 1750996703, 'amount0': 0, 'amount1': 7933336569447330816, 'positions': [{'token_id': 2935722, 'liquidity': 158638968577964312250704, 'amount0': 0, 'amount1': 7933336569447330816, 'current_liquidity': 158638968577964312250704}]}]}","{'initial_value': 15.996993189049627, 'final_value': 23.921538232080163, 'f_i_ratio': -0.0032, 'first_investment_timestamp': 1750996703, 'time_ratio': 27.1233, 'volatility_warning': 'LOW', 'actual_hours': 322.9697692230675, 'calculation_hours': 322.9697692230675}",49.54,163,FALSE,0x426117ee442328F6CF12e8805037bA14bB1F80CF,limwire-waryel10,APR,,bafybeigg6vq45m4cekqf7bnvmutwg3mp64n3eql7zkrmu7tht67gfggddi,7.922428397,balanced,
|
414 |
+
44.47,30.04,2025-07-10 21:32:33,"{'portfolio': {'portfolio_value': 16.01328947259786, 'value_in_pools': 14.871500409840861, 'value_in_safe': 1.141789062757, 'initial_investment': 15.996881554740378, 'volume': 14.87478829532423, 'roi': 0.1, 'agent_hash': 'bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy', 'allocations': [{'chain': 'optimism', 'type': 'velodrome', 'id': '0x4F3da11c5caDf644ae023Dbad01008a934C993E2', 'assets': ['USDC', 'LUSD'], 'apr': 1.14, 'details': 'Velodrome Pool', 'ratio': 100.0, 'address': '0x07Aa2653a1119c7b4e328Be1102E6C3Dd0Bb0C81'}], 'portfolio_breakdown': [{'asset': 'USDC', 'address': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'balance': 7.538512807983491, 'price': 0.999937, 'value_usd': 7.538037881676588, 'ratio': 0.470736}, {'asset': 'LUSD', 'address': '0xc40F949F8a4e094D1b49a23ea9241D289B7b2819', 'balance': 8.46678480611516, 'price': 1.001, 'value_usd': 8.475251590921273, 'ratio': 0.529264}], 'address': '0x07Aa2653a1119c7b4e328Be1102E6C3Dd0Bb0C81', 'last_updated': 1752163189}, 'positons': [{'chain': 'optimism', 'pool_address': '0x4F3da11c5caDf644ae023Dbad01008a934C993E2', 'dex_type': 'velodrome', 'token0': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'token1': '0xc40F949F8a4e094D1b49a23ea9241D289B7b2819', 'token0_symbol': 'USDC', 'token1_symbol': 'LUSD', 'apr': 1.1446326242114686, 'pool_id': '0x4F3da11c5caDf644ae023Dbad01008a934C993E2', 'is_stable': True, 'is_cl_pool': False, 'amount0': 6858139, 'amount1': 8004030135896497008, 'enter_timestamp': 1751378625, 'status': 'open', 'enter_tx_hash': '0x1f7df731525a478a6126b0ad0007d4c4c8e7320651d8acb4f181900c698689fc', 'current_liquidity': 7430268322107}]}","{'initial_value': 15.996881554740378, 'final_value': 16.24556545219959, 'f_i_ratio': 0.001025694776906061, 'first_investment_timestamp': 1751378625, 'time_ratio': 40.18715565941105}",1.55,171,FALSE,0x07Aa2653a1119c7b4e328Be1102E6C3Dd0Bb0C81,helve-welfur78,APR,,bafybeigh6rnrtyhhku2qgd3aerv3lqxodjlxs4vg7v25qdjonh5tcresuy,14.8747883,balanced,
|
415 |
+
-3.61,-9.83,2025-07-10 21:50:23,"{'portfolio': {'portfolio_value': 29.75911309906858, 'value_in_pools': 3.041512235004577, 'value_in_safe': 26.717600864064, 'initial_investment': 30.87536749850655, 'volume': 3.0417491735476907, 'roi': -3.62, 'agent_hash': 'bafybeia2kyreljqwdzhg27g6wv6uwjnoa4qdn5j4kz6jjkmfst4mkyzo3e', 'allocations': [{'chain': 'optimism', 'type': 'velodrome', 'id': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'assets': ['USDC', 'DOLA'], 'apr': 1.29, 'details': 'Velodrome Pool', 'ratio': 100.0, 'address': '0x70FAE90eb66b779FC368350a051D83dc6C7fF068'}], 'portfolio_breakdown': [{'asset': 'USDC', 'address': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'balance': 28.00475253849254, 'price': 0.999904, 'value_usd': 28.002064082248847, 'ratio': 0.940958}, {'asset': 'DOLA', 'address': '0x8aE125E8653821E851F12A49F7765db9a9ce7384', 'balance': 1.7597784331695776, 'price': 0.998449, 'value_usd': 1.7570490168197317, 'ratio': 0.059042}], 'address': '0x70FAE90eb66b779FC368350a051D83dc6C7fF068', 'last_updated': 1752163392}, 'positons': [{'chain': 'optimism', 'pool_address': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'dex_type': 'velodrome', 'token0': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'token1': '0x8aE125E8653821E851F12A49F7765db9a9ce7384', 'token0_symbol': 'USDC', 'token1_symbol': 'DOLA', 'apr': 1.2907884736104978, 'pool_id': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'is_stable': True, 'is_cl_pool': False, 'amount0': 1352538, 'amount1': 1691492194309012144, 'enter_timestamp': 1751406473, 'status': 'open', 'enter_tx_hash': '0xfc37df1a45d0276566ec626b7abde12d674b10bf07b0eb1ebd8fbc64b7e14c2e', 'current_liquidity': 1521956066056}]}","{'initial_value': 30.87536749850655, 'final_value': 29.760428588378268, 'f_i_ratio': -0.0361535583177095, 'first_investment_timestamp': 1751406473, 'time_ratio': 41.60699073195884}",-3.61,117,FALSE,0x70FAE90eb66b779FC368350a051D83dc6C7fF068,furye-himkon89,APR,,bafybeia2kyreljqwdzhg27g6wv6uwjnoa4qdn5j4kz6jjkmfst4mkyzo3e,3.041749174,risky,"[""balancer_pools_search"", ""uniswap_pools_search"", ""velodrome_pools_search""]"
|
416 |
+
439.75,430,2025-07-10 23:05:18,"{'portfolio': {'portfolio_value': 35.41782616244282, 'value_in_pools': 32.20951222796412, 'value_in_safe': 3.208313934478709, 'initial_investment': 47.69366419946237, 'volume': 45.04515215024694, 'roi': -25.74, 'agent_hash': 'bafybeigg6vq45m4cekqf7bnvmutwg3mp64n3eql7zkrmu7tht67gfggddi', 'allocations': [{'chain': 'optimism', 'type': 'velodrome', 'id': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'assets': ['USDC', 'DOLA'], 'apr': 1.29, 'details': 'Velodrome Pool', 'ratio': 100.0, 'address': '0xF38820f03313535A4024DCCBE2689aa7cc158f5C'}], 'portfolio_breakdown': [{'asset': 'USDC', 'address': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'balance': 13.613008632578307, 'price': 0.999965, 'value_usd': 13.612532177276167, 'ratio': 0.384341}, {'asset': 'DOLA', 'address': '0x8aE125E8653821E851F12A49F7765db9a9ce7384', 'balance': 21.843170042017185, 'price': 0.998266, 'value_usd': 21.805293985164333, 'ratio': 0.615659}, {'asset': 'ETH', 'address': '0x0000000000000000000000000000000000000000', 'balance': 8.4e-16, 'price': 2769.64, 'value_usd': 2.3264976e-12, 'ratio': 0.0}, {'asset': 'LUSD', 'address': '0xc40F949F8a4e094D1b49a23ea9241D289B7b2819', 'balance': 1.146e-15, 'price': 1.001, 'value_usd': 1.147146e-15, 'ratio': 0.0}], 'address': '0xF38820f03313535A4024DCCBE2689aa7cc158f5C', 'last_updated': 1752168750}, 'positons': [{'chain': 'optimism', 'pool_address': '0x84Ce89B4f6F67E523A81A82f9f2F14D84B726F6B', 'dex_type': 'velodrome', 'token0': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'token1': '0x94b008aA00579c1307B0EF2c499aD98a8ce58e58', 'token0_symbol': 'USDC', 'token1_symbol': 'USDT', 'apr': 7.203504137155402, 'pool_id': '0x84Ce89B4f6F67E523A81A82f9f2F14D84B726F6B', 'is_stable': True, 'is_cl_pool': True, 'status': 'closed', 'enter_tx_hash': '0x014828b184e2301849636d82e67614b62b6a83d207ea906c8fbdbc4c94abf6fb', 'enter_timestamp': 1749344469, 'amount0': 9927081, 'amount1': 2922255, 'positions': [{'token_id': 2701571, 'liquidity': 83208800509, 'amount0': 9710239, 'amount1': 2771695, 'current_liquidity': 83208800509}, {'token_id': 2701572, 'liquidity': 822967616, 'amount0': 178339, 'amount1': 109677, 'current_liquidity': 822967616}, {'token_id': 2701573, 'liquidity': 144365258, 'amount0': 38503, 'amount1': 40883, 'current_liquidity': 144365258}], 'il_risk_score': -8.510250350090276e-12, 'sharpe_ratio': 1.0343385680307111, 'depth_score': 1162.849768076878, 'max_position_size': 10000000.0, 'last_metrics_update': 1751159186.298078, 'exit_tx_hash': '0xbfb170fda9e5614f008a6cd6cd589fb7b47c8d831a5d4a0b3e8e870c0451bc40', 'exit_timestamp': 1751159352}, {'chain': 'optimism', 'pool_address': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'dex_type': 'velodrome', 'token0': '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85', 'token1': '0x8aE125E8653821E851F12A49F7765db9a9ce7384', 'token0_symbol': 'USDC', 'token1_symbol': 'DOLA', 'apr': 1.2907413138010941, 'pool_id': '0xA56a25Dee5B3199A9198Bbd48715EE3D0ed98378', 'is_stable': True, 'is_cl_pool': False, 'amount0': 13649004, 'amount1': 18593021233907056326, 'enter_timestamp': 1751159541, 'status': 'open', 'enter_tx_hash': '0x48c5280931b620ff55cb117c35ca44b6780ff8dcb0fdfca2ff04a0aea368af09', 'current_liquidity': 16118778992940}]}","{'initial_value': 35.31977903399317, 'final_value': 49.33623397598453, 'f_i_ratio': -0.2574, 'first_investment_timestamp': 1749344469, 'time_ratio': 11.1654, 'volatility_warning': 'LOW', 'actual_hours': 784.5690915194485, 'calculation_hours': 784.5690915194485}",39.68,123,FALSE,0xF38820f03313535A4024DCCBE2689aa7cc158f5C,cordron-yelku44,APR,,bafybeigg6vq45m4cekqf7bnvmutwg3mp64n3eql7zkrmu7tht67gfggddi,45.04515215,balanced,
|
optimus_roi_values.csv
CHANGED
@@ -190,6 +190,7 @@ roi,timestamp,agent_id,agent_name,is_dummy,metric_type,apr,adjusted_apr
|
|
190 |
-0.03620418286483007,2025-07-07 21:42:41.143080,117,furye-himkon89,False,ROI,,
|
191 |
-0.036271214057503554,2025-07-08 21:47:30.629990,117,furye-himkon89,False,ROI,,
|
192 |
-0.036228215167683375,2025-07-09 21:48:58.990240,117,furye-himkon89,False,ROI,,
|
|
|
193 |
0.017516635756827492,2025-06-25 01:01:15.995792,118,lonwus-patu86,False,ROI,,
|
194 |
-0.522856603000806,2025-06-07 16:03:45.373863,118,lonwus-patu86,False,ROI,,
|
195 |
-0.522856603000806,2025-06-07 17:07:58.993795,118,lonwus-patu86,False,ROI,,
|
@@ -218,6 +219,7 @@ roi,timestamp,agent_id,agent_name,is_dummy,metric_type,apr,adjusted_apr
|
|
218 |
0.01929965007415757,2025-07-08 14:53:43.187385,118,lonwus-patu86,False,ROI,,
|
219 |
0.019641454880472198,2025-07-09 17:30:58.739575,118,lonwus-patu86,False,ROI,,
|
220 |
0.01934171753288938,2025-07-10 17:50:42.683244,118,lonwus-patu86,False,ROI,,
|
|
|
221 |
0.05180334219984606,2025-06-24 19:53:07.732646,119,lonlim-zapgi60,False,ROI,,
|
222 |
-0.5209472494164171,2025-06-06 21:16:18.171681,119,lonlim-zapgi60,False,ROI,,
|
223 |
-0.8806121461884667,2025-06-07 21:20:52.452249,119,lonlim-zapgi60,False,ROI,,
|
@@ -246,6 +248,7 @@ roi,timestamp,agent_id,agent_name,is_dummy,metric_type,apr,adjusted_apr
|
|
246 |
0.05339836440050494,2025-07-07 20:57:02.912427,119,lonlim-zapgi60,False,ROI,,
|
247 |
0.05340533210424803,2025-07-08 21:00:52.124280,119,lonlim-zapgi60,False,ROI,,
|
248 |
0.05332347960649764,2025-07-10 05:19:41.621022,119,lonlim-zapgi60,False,ROI,,
|
|
|
249 |
-0.04228785271807323,2025-06-06 21:35:10.663781,120,joyus-goson39,False,ROI,,
|
250 |
-0.7433267707945117,2025-06-08 17:03:45.278780,120,joyus-goson39,False,ROI,,
|
251 |
-0.93143110654765,2025-06-08 22:12:15.454361,120,joyus-goson39,False,ROI,,
|
@@ -266,6 +269,7 @@ roi,timestamp,agent_id,agent_name,is_dummy,metric_type,apr,adjusted_apr
|
|
266 |
0.015189324303110707,2025-07-05 23:32:27.573847,120,joyus-goson39,False,ROI,,
|
267 |
0.01667016293706136,2025-07-07 09:06:38.975765,120,joyus-goson39,False,ROI,,
|
268 |
0.015691295059315324,2025-07-09 01:45:17.080621,120,joyus-goson39,False,ROI,,
|
|
|
269 |
-0.0420238942074701,2025-06-06 21:50:52.233090,121,cilwar-rimlu27,False,ROI,,
|
270 |
0.015797171153730583,2025-06-25 18:14:53.510782,121,cilwar-rimlu27,False,ROI,,
|
271 |
0.01879867083628395,2025-06-20 03:05:47.518474,121,cilwar-rimlu27,False,ROI,,
|
@@ -331,6 +335,7 @@ roi,timestamp,agent_id,agent_name,is_dummy,metric_type,apr,adjusted_apr
|
|
331 |
0.002443656048009446,2025-07-07 22:52:28.027431,123,cordron-yelku44,False,ROI,,
|
332 |
0.0025407511654520487,2025-07-08 22:52:37.147223,123,cordron-yelku44,False,ROI,,
|
333 |
0.0026439236284574452,2025-07-09 22:59:17.383375,123,cordron-yelku44,False,ROI,,
|
|
|
334 |
-0.05187871471805383,2025-06-09 18:32:36.558142,126,tonvel-beeprel23,False,ROI,,
|
335 |
-0.8359260807052761,2025-06-10 18:35:49.668890,126,tonvel-beeprel23,False,ROI,,
|
336 |
-0.9158714676998039,2025-06-11 18:38:07.704650,126,tonvel-beeprel23,False,ROI,,
|
@@ -377,6 +382,7 @@ roi,timestamp,agent_id,agent_name,is_dummy,metric_type,apr,adjusted_apr
|
|
377 |
0.00971973503640955,2025-07-07 19:17:38.092710,127,lunel-luwus85,False,ROI,,
|
378 |
0.009643609244642803,2025-07-08 21:59:34.888635,127,lunel-luwus85,False,ROI,,
|
379 |
0.009546878379064205,2025-07-10 00:40:15.118629,127,lunel-luwus85,False,ROI,,
|
|
|
380 |
-0.43689039378060557,2025-06-25 01:00:09.646610,128,kozu-hanfil63,False,ROI,,
|
381 |
-0.06059521614727914,2025-06-10 09:06:37.010122,128,kozu-hanfil63,False,ROI,,
|
382 |
-0.7876204161976992,2025-06-10 09:29:20.119072,128,kozu-hanfil63,False,ROI,,
|
@@ -399,6 +405,7 @@ roi,timestamp,agent_id,agent_name,is_dummy,metric_type,apr,adjusted_apr
|
|
399 |
-0.006010570994085529,2025-07-05 22:04:46.730517,128,kozu-hanfil63,False,ROI,,
|
400 |
-0.006367635008949213,2025-07-07 17:22:38.299025,128,kozu-hanfil63,False,ROI,,
|
401 |
-0.005683801728133209,2025-07-09 10:57:19.249426,128,kozu-hanfil63,False,ROI,,
|
|
|
402 |
-0.34321922885432343,2025-06-18 13:33:06.289943,130,jusrot-kihi68,False,ROI,,
|
403 |
-0.3309457195411798,2025-06-21 08:46:09.975404,130,jusrot-kihi68,False,ROI,,
|
404 |
-0.32071317309439473,2025-06-23 01:47:35.846279,130,jusrot-kihi68,False,ROI,,
|
@@ -445,6 +452,7 @@ roi,timestamp,agent_id,agent_name,is_dummy,metric_type,apr,adjusted_apr
|
|
445 |
-0.0036618117135875927,2025-07-07 00:01:23.585726,163,limwire-waryel10,False,ROI,,
|
446 |
-0.0033462330485295455,2025-07-08 00:05:08.163324,163,limwire-waryel10,False,ROI,,
|
447 |
-0.003249205232236818,2025-07-09 00:47:28.241058,163,limwire-waryel10,False,ROI,,
|
|
|
448 |
7.635055711929795e-05,2025-06-24 15:37:15.860830,164,todan-bztnu21,False,ROI,,
|
449 |
0.00023634379691728213,2025-06-25 19:36:33.530029,164,todan-bztnu21,False,ROI,,
|
450 |
-9.026351623520057e-05,2025-06-26 19:52:32.310775,164,todan-bztnu21,False,ROI,,
|
@@ -477,6 +485,7 @@ roi,timestamp,agent_id,agent_name,is_dummy,metric_type,apr,adjusted_apr
|
|
477 |
-6.796507958539699e-05,2025-07-05 23:03:42.243620,168,vijim-pitar56,False,ROI,,
|
478 |
-0.4999887631995371,2025-07-07 03:15:14.619311,168,vijim-pitar56,False,ROI,,
|
479 |
-0.499988699404573,2025-07-09 03:12:03.056882,168,vijim-pitar56,False,ROI,,
|
|
|
480 |
3.423245764166971e-05,2025-06-26 10:21:16.492384,169,tartim-wacor68,False,ROI,,
|
481 |
3.623272613340056e-05,2025-06-27 10:29:14.131792,169,tartim-wacor68,False,ROI,,
|
482 |
6.2286987569937224e-06,2025-06-28 10:35:53.774812,169,tartim-wacor68,False,ROI,,
|
@@ -507,6 +516,7 @@ roi,timestamp,agent_id,agent_name,is_dummy,metric_type,apr,adjusted_apr
|
|
507 |
0.0009596763326362723,2025-07-05 12:26:42.832811,171,helve-welfur78,False,ROI,,
|
508 |
0.0014557867539368718,2025-07-07 09:17:43.264982,171,helve-welfur78,False,ROI,,
|
509 |
0.0004606210964832602,2025-07-09 20:24:00.305875,171,helve-welfur78,False,ROI,,
|
|
|
510 |
2.5730869126494582e-06,2025-07-01 14:42:08.490216,173,gemek-janyar44,False,ROI,,
|
511 |
0.0013067101295263228,2025-07-01 14:51:22.748469,173,gemek-janyar44,False,ROI,,
|
512 |
0.001134725888249477,2025-07-02 14:55:54.579315,173,gemek-janyar44,False,ROI,,
|
@@ -531,9 +541,11 @@ roi,timestamp,agent_id,agent_name,is_dummy,metric_type,apr,adjusted_apr
|
|
531 |
0.0010621550780371969,2025-07-06 07:07:04.914224,176,bleepro-nusgen10,False,ROI,,
|
532 |
0.0010467709150645543,2025-07-08 13:09:53.232826,176,bleepro-nusgen10,False,ROI,,
|
533 |
0.0015982088724821875,2025-07-09 17:32:31.031947,176,bleepro-nusgen10,False,ROI,,
|
|
|
534 |
0.00010130691425835892,2025-07-03 18:52:55.516389,178,geso-cusva41,False,ROI,,
|
535 |
-0.49953385440442843,2025-07-03 19:01:14.869649,178,geso-cusva41,False,ROI,,
|
536 |
-0.4998602488243217,2025-07-04 19:04:59.389080,178,geso-cusva41,False,ROI,,
|
|
|
537 |
-0.30602755566327333,2025-07-03 21:41:34.341255,179,kajim-zimvu56,False,ROI,,
|
538 |
9.530574830862726e-05,2025-07-03 21:33:12.540182,179,kajim-zimvu56,False,ROI,,
|
539 |
-0.3058797359365971,2025-07-05 17:42:26.248067,179,kajim-zimvu56,False,ROI,,
|
@@ -543,213 +555,39 @@ roi,timestamp,agent_id,agent_name,is_dummy,metric_type,apr,adjusted_apr
|
|
543 |
0.0011580312962911066,2025-07-04 16:50:06.130463,180,zezton-sonfam02,False,ROI,,
|
544 |
8.312723503767216e-06,2025-07-09 00:03:56.773175,182,zapzi-milan20,False,ROI,,
|
545 |
7.312595175612557e-06,2025-07-10 00:05:44.796586,182,zapzi-milan20,False,ROI,,
|
546 |
-
-
|
547 |
-
-0.
|
548 |
-
0.
|
549 |
-
-0.
|
550 |
-
-0.
|
551 |
-
-0.
|
552 |
-
-0.005,2025-07-
|
553 |
-
-0.
|
554 |
-
0.
|
555 |
-
-0.
|
556 |
-
-0.
|
557 |
-
-0.
|
558 |
-
-0.005,2025-07-
|
559 |
-
-0.
|
560 |
-
-0.
|
561 |
-
0.
|
562 |
-
-0.
|
563 |
-
-0.
|
564 |
-
-0.
|
565 |
-
-0.
|
566 |
-
-0.
|
567 |
-
-0.
|
568 |
-
0.
|
569 |
-
-0.
|
570 |
-
-0.005,2025-07-
|
571 |
-
-0.
|
572 |
-
-0.
|
573 |
-
-0.
|
574 |
-
-0.
|
575 |
-
-0.
|
576 |
-
-0.005,2025-07-
|
577 |
-
-0.
|
578 |
-
-0.
|
579 |
-
-0.
|
580 |
-
-0.
|
581 |
-
-
|
582 |
-
-0.005,2025-07-10 18:00:42.683244,117,furye-himkon89,True,ROI,,
|
583 |
-
-0.009712052633167274,2025-07-10 18:10:42.683244,117,furye-himkon89,True,ROI,,
|
584 |
-
-0.007931040963404553,2025-07-10 18:20:42.683244,117,furye-himkon89,True,ROI,,
|
585 |
-
-0.00013679316596462807,2025-07-10 18:30:42.683244,117,furye-himkon89,True,ROI,,
|
586 |
-
-0.002949131792124186,2025-07-10 18:40:42.683244,117,furye-himkon89,True,ROI,,
|
587 |
-
-0.00514854197776036,2025-07-10 18:50:42.683244,117,furye-himkon89,True,ROI,,
|
588 |
-
-0.005,2025-07-10 18:00:42.683244,118,lonwus-patu86,True,ROI,,
|
589 |
-
-0.007429438439744697,2025-07-10 18:10:42.683244,118,lonwus-patu86,True,ROI,,
|
590 |
-
-0.0020200596160815706,2025-07-10 18:20:42.683244,118,lonwus-patu86,True,ROI,,
|
591 |
-
-0.005336776600904694,2025-07-10 18:30:42.683244,118,lonwus-patu86,True,ROI,,
|
592 |
-
-0.009844678224335242,2025-07-10 18:40:42.683244,118,lonwus-patu86,True,ROI,,
|
593 |
-
0.0,2025-07-10 18:50:42.683244,118,lonwus-patu86,True,ROI,,
|
594 |
-
-0.005,2025-07-10 18:00:42.683244,119,lonlim-zapgi60,True,ROI,,
|
595 |
-
-0.007899884719409422,2025-07-10 18:10:42.683244,119,lonlim-zapgi60,True,ROI,,
|
596 |
-
-0.004805057224605666,2025-07-10 18:20:42.683244,119,lonlim-zapgi60,True,ROI,,
|
597 |
-
-0.009572364601963333,2025-07-10 18:30:42.683244,119,lonlim-zapgi60,True,ROI,,
|
598 |
-
0.0,2025-07-10 18:40:42.683244,119,lonlim-zapgi60,True,ROI,,
|
599 |
-
-0.002178873565694815,2025-07-10 18:50:42.683244,119,lonlim-zapgi60,True,ROI,,
|
600 |
-
-0.005,2025-07-10 18:00:42.683244,120,joyus-goson39,True,ROI,,
|
601 |
-
-0.01,2025-07-10 18:10:42.683244,120,joyus-goson39,True,ROI,,
|
602 |
-
-0.007695614861957617,2025-07-10 18:20:42.683244,120,joyus-goson39,True,ROI,,
|
603 |
-
-0.00016426802365331349,2025-07-10 18:30:42.683244,120,joyus-goson39,True,ROI,,
|
604 |
-
-0.0022687142426142033,2025-07-10 18:40:42.683244,120,joyus-goson39,True,ROI,,
|
605 |
-
-0.005279770689561847,2025-07-10 18:50:42.683244,120,joyus-goson39,True,ROI,,
|
606 |
-
-0.005,2025-07-10 18:00:42.683244,121,cilwar-rimlu27,True,ROI,,
|
607 |
-
-0.004958969785421386,2025-07-10 18:10:42.683244,121,cilwar-rimlu27,True,ROI,,
|
608 |
-
0.0,2025-07-10 18:20:42.683244,121,cilwar-rimlu27,True,ROI,,
|
609 |
-
-0.009777319930715357,2025-07-10 18:30:42.683244,121,cilwar-rimlu27,True,ROI,,
|
610 |
-
-0.0027812014654168796,2025-07-10 18:40:42.683244,121,cilwar-rimlu27,True,ROI,,
|
611 |
-
-0.0075249439179208046,2025-07-10 18:50:42.683244,121,cilwar-rimlu27,True,ROI,,
|
612 |
-
-0.005,2025-07-10 18:00:42.683244,122,tevi-kulo15,True,ROI,,
|
613 |
-
-0.00017238780414806045,2025-07-10 18:10:42.683244,122,tevi-kulo15,True,ROI,,
|
614 |
-
-0.0025627639759404934,2025-07-10 18:20:42.683244,122,tevi-kulo15,True,ROI,,
|
615 |
-
-0.007480247177768334,2025-07-10 18:30:42.683244,122,tevi-kulo15,True,ROI,,
|
616 |
-
-0.004569240205238476,2025-07-10 18:40:42.683244,122,tevi-kulo15,True,ROI,,
|
617 |
-
-0.01,2025-07-10 18:50:42.683244,122,tevi-kulo15,True,ROI,,
|
618 |
-
-0.005,2025-07-10 18:00:42.683244,123,cordron-yelku44,True,ROI,,
|
619 |
-
-0.005265718540971869,2025-07-10 18:10:42.683244,123,cordron-yelku44,True,ROI,,
|
620 |
-
-0.01,2025-07-10 18:20:42.683244,123,cordron-yelku44,True,ROI,,
|
621 |
-
0.0,2025-07-10 18:30:42.683244,123,cordron-yelku44,True,ROI,,
|
622 |
-
-0.002230483977958866,2025-07-10 18:40:42.683244,123,cordron-yelku44,True,ROI,,
|
623 |
-
-0.007119734033229463,2025-07-10 18:50:42.683244,123,cordron-yelku44,True,ROI,,
|
624 |
-
-0.005,2025-07-10 18:00:42.683244,126,tonvel-beeprel23,True,ROI,,
|
625 |
-
-0.00765843897842559,2025-07-10 18:10:42.683244,126,tonvel-beeprel23,True,ROI,,
|
626 |
-
-0.0029067763629303557,2025-07-10 18:20:42.683244,126,tonvel-beeprel23,True,ROI,,
|
627 |
-
-0.004911705117633118,2025-07-10 18:30:42.683244,126,tonvel-beeprel23,True,ROI,,
|
628 |
-
-0.009594550374885338,2025-07-10 18:40:42.683244,126,tonvel-beeprel23,True,ROI,,
|
629 |
-
0.0,2025-07-10 18:50:42.683244,126,tonvel-beeprel23,True,ROI,,
|
630 |
-
-0.005,2025-07-10 18:00:42.683244,127,lunel-luwus85,True,ROI,,
|
631 |
-
-0.0051087820806737,2025-07-10 18:10:42.683244,127,lunel-luwus85,True,ROI,,
|
632 |
-
-0.00712049416055413,2025-07-10 18:20:42.683244,127,lunel-luwus85,True,ROI,,
|
633 |
-
-0.0022639805811955358,2025-07-10 18:30:42.683244,127,lunel-luwus85,True,ROI,,
|
634 |
-
-0.01,2025-07-10 18:40:42.683244,127,lunel-luwus85,True,ROI,,
|
635 |
-
0.0,2025-07-10 18:50:42.683244,127,lunel-luwus85,True,ROI,,
|
636 |
-
-0.005683801728133209,2025-07-10 18:00:42.683244,128,kozu-hanfil63,True,ROI,,
|
637 |
-
-0.007489675261030993,2025-07-10 18:10:42.683244,128,kozu-hanfil63,True,ROI,,
|
638 |
-
-0.002431751598723554,2025-07-10 18:20:42.683244,128,kozu-hanfil63,True,ROI,,
|
639 |
-
-0.004766737396835958,2025-07-10 18:30:42.683244,128,kozu-hanfil63,True,ROI,,
|
640 |
-
-0.009804134640668235,2025-07-10 18:40:42.683244,128,kozu-hanfil63,True,ROI,,
|
641 |
-
0.0,2025-07-10 18:50:42.683244,128,kozu-hanfil63,True,ROI,,
|
642 |
-
-0.005,2025-07-10 18:00:42.683244,130,jusrot-kihi68,True,ROI,,
|
643 |
-
0.0,2025-07-10 18:10:42.683244,130,jusrot-kihi68,True,ROI,,
|
644 |
-
-0.00780859507842995,2025-07-10 18:20:42.683244,130,jusrot-kihi68,True,ROI,,
|
645 |
-
-0.005276190919851958,2025-07-10 18:30:42.683244,130,jusrot-kihi68,True,ROI,,
|
646 |
-
-0.01,2025-07-10 18:40:42.683244,130,jusrot-kihi68,True,ROI,,
|
647 |
-
-0.002152322516788141,2025-07-10 18:50:42.683244,130,jusrot-kihi68,True,ROI,,
|
648 |
-
-0.005451517597763411,2025-07-10 18:00:42.683244,133,ronwus-yusrus90,True,ROI,,
|
649 |
-
-0.01,2025-07-10 18:10:42.683244,133,ronwus-yusrus90,True,ROI,,
|
650 |
-
-0.007889224407731201,2025-07-10 18:20:42.683244,133,ronwus-yusrus90,True,ROI,,
|
651 |
-
-0.004550630566378647,2025-07-10 18:30:42.683244,133,ronwus-yusrus90,True,ROI,,
|
652 |
-
-0.002951543331724425,2025-07-10 18:40:42.683244,133,ronwus-yusrus90,True,ROI,,
|
653 |
-
0.0,2025-07-10 18:50:42.683244,133,ronwus-yusrus90,True,ROI,,
|
654 |
-
-0.005,2025-07-10 18:00:42.683244,137,yilo-fevo87,True,ROI,,
|
655 |
-
-0.0071796623941057965,2025-07-10 18:10:42.683244,137,yilo-fevo87,True,ROI,,
|
656 |
-
-0.005319804036824925,2025-07-10 18:20:42.683244,137,yilo-fevo87,True,ROI,,
|
657 |
-
-0.0028996676032842427,2025-07-10 18:30:42.683244,137,yilo-fevo87,True,ROI,,
|
658 |
-
-0.01,2025-07-10 18:40:42.683244,137,yilo-fevo87,True,ROI,,
|
659 |
-
0.0,2025-07-10 18:50:42.683244,137,yilo-fevo87,True,ROI,,
|
660 |
-
-0.005,2025-07-10 18:00:42.683244,162,meron-fifa01,True,ROI,,
|
661 |
-
-0.005320093686449535,2025-07-10 18:10:42.683244,162,meron-fifa01,True,ROI,,
|
662 |
-
-0.01,2025-07-10 18:20:42.683244,162,meron-fifa01,True,ROI,,
|
663 |
-
-0.007278510315854666,2025-07-10 18:30:42.683244,162,meron-fifa01,True,ROI,,
|
664 |
-
0.0,2025-07-10 18:40:42.683244,162,meron-fifa01,True,ROI,,
|
665 |
-
-0.0025890938506250554,2025-07-10 18:50:42.683244,162,meron-fifa01,True,ROI,,
|
666 |
-
-0.003249205232236818,2025-07-10 18:00:42.683244,163,limwire-waryel10,True,ROI,,
|
667 |
-
-0.0003957933421783355,2025-07-10 18:10:42.683244,163,limwire-waryel10,True,ROI,,
|
668 |
-
-0.01,2025-07-10 18:20:42.683244,163,limwire-waryel10,True,ROI,,
|
669 |
-
-0.004610881622677211,2025-07-10 18:30:42.683244,163,limwire-waryel10,True,ROI,,
|
670 |
-
-0.0025874690300187386,2025-07-10 18:40:42.683244,163,limwire-waryel10,True,ROI,,
|
671 |
-
-0.007844748108495503,2025-07-10 18:50:42.683244,163,limwire-waryel10,True,ROI,,
|
672 |
-
-0.005,2025-07-10 18:00:42.683244,164,todan-bztnu21,True,ROI,,
|
673 |
-
-0.007828469941793368,2025-07-10 18:10:42.683244,164,todan-bztnu21,True,ROI,,
|
674 |
-
-0.01,2025-07-10 18:20:42.683244,164,todan-bztnu21,True,ROI,,
|
675 |
-
-0.002795754159862625,2025-07-10 18:30:42.683244,164,todan-bztnu21,True,ROI,,
|
676 |
-
-0.0053253421156164845,2025-07-10 18:40:42.683244,164,todan-bztnu21,True,ROI,,
|
677 |
-
-0.00011003015571832908,2025-07-10 18:50:42.683244,164,todan-bztnu21,True,ROI,,
|
678 |
-
-0.00479074691325132,2025-07-10 18:00:42.683244,165,wuni-dannus19,True,ROI,,
|
679 |
-
-0.0001492071217503491,2025-07-10 18:10:42.683244,165,wuni-dannus19,True,ROI,,
|
680 |
-
-0.00484559117230797,2025-07-10 18:20:42.683244,165,wuni-dannus19,True,ROI,,
|
681 |
-
-0.002722294270729858,2025-07-10 18:30:42.683244,165,wuni-dannus19,True,ROI,,
|
682 |
-
-0.01,2025-07-10 18:40:42.683244,165,wuni-dannus19,True,ROI,,
|
683 |
-
-0.007355119806950263,2025-07-10 18:50:42.683244,165,wuni-dannus19,True,ROI,,
|
684 |
-
-0.005,2025-07-10 18:00:42.683244,166,delnu-robit07,True,ROI,,
|
685 |
-
-0.0076699855641370225,2025-07-10 18:10:42.683244,166,delnu-robit07,True,ROI,,
|
686 |
-
-0.004615569577923525,2025-07-10 18:20:42.683244,166,delnu-robit07,True,ROI,,
|
687 |
-
-0.01,2025-07-10 18:30:42.683244,166,delnu-robit07,True,ROI,,
|
688 |
-
-0.0021038809015648044,2025-07-10 18:40:42.683244,166,delnu-robit07,True,ROI,,
|
689 |
-
-0.0003139468773426902,2025-07-10 18:50:42.683244,166,delnu-robit07,True,ROI,,
|
690 |
-
-0.005,2025-07-10 18:00:42.683244,168,vijim-pitar56,True,ROI,,
|
691 |
-
-0.01,2025-07-10 18:10:42.683244,168,vijim-pitar56,True,ROI,,
|
692 |
-
-0.007563891890073995,2025-07-10 18:20:42.683244,168,vijim-pitar56,True,ROI,,
|
693 |
-
-0.0029787280455161563,2025-07-10 18:30:42.683244,168,vijim-pitar56,True,ROI,,
|
694 |
-
-0.005077147674514112,2025-07-10 18:40:42.683244,168,vijim-pitar56,True,ROI,,
|
695 |
-
-2.734884824761853e-05,2025-07-10 18:50:42.683244,168,vijim-pitar56,True,ROI,,
|
696 |
-
-0.005,2025-07-10 18:00:42.683244,169,tartim-wacor68,True,ROI,,
|
697 |
-
-3.434493981403097e-05,2025-07-10 18:10:42.683244,169,tartim-wacor68,True,ROI,,
|
698 |
-
-0.009523184328026806,2025-07-10 18:20:42.683244,169,tartim-wacor68,True,ROI,,
|
699 |
-
-0.007939740509605888,2025-07-10 18:30:42.683244,169,tartim-wacor68,True,ROI,,
|
700 |
-
-0.005296319532323782,2025-07-10 18:40:42.683244,169,tartim-wacor68,True,ROI,,
|
701 |
-
-0.0021915478682639506,2025-07-10 18:50:42.683244,169,tartim-wacor68,True,ROI,,
|
702 |
-
-0.005,2025-07-10 18:00:42.683244,170,delsus-simgi16,True,ROI,,
|
703 |
-
-0.0003051470205138811,2025-07-10 18:10:42.683244,170,delsus-simgi16,True,ROI,,
|
704 |
-
-0.002843417829334968,2025-07-10 18:20:42.683244,170,delsus-simgi16,True,ROI,,
|
705 |
-
-0.007680488973520876,2025-07-10 18:30:42.683244,170,delsus-simgi16,True,ROI,,
|
706 |
-
-0.01,2025-07-10 18:40:42.683244,170,delsus-simgi16,True,ROI,,
|
707 |
-
-0.004821400865567378,2025-07-10 18:50:42.683244,170,delsus-simgi16,True,ROI,,
|
708 |
-
-0.005,2025-07-10 18:00:42.683244,171,helve-welfur78,True,ROI,,
|
709 |
-
-0.009578779352249852,2025-07-10 18:10:42.683244,171,helve-welfur78,True,ROI,,
|
710 |
-
0.0,2025-07-10 18:20:42.683244,171,helve-welfur78,True,ROI,,
|
711 |
-
-0.002250182036113385,2025-07-10 18:30:42.683244,171,helve-welfur78,True,ROI,,
|
712 |
-
-0.005338029406625413,2025-07-10 18:40:42.683244,171,helve-welfur78,True,ROI,,
|
713 |
-
-0.007680966299759532,2025-07-10 18:50:42.683244,171,helve-welfur78,True,ROI,,
|
714 |
-
-0.005,2025-07-10 18:00:42.683244,173,gemek-janyar44,True,ROI,,
|
715 |
-
0.0,2025-07-10 18:10:42.683244,173,gemek-janyar44,True,ROI,,
|
716 |
-
-0.002042334087131207,2025-07-10 18:20:42.683244,173,gemek-janyar44,True,ROI,,
|
717 |
-
-0.007441785301023877,2025-07-10 18:30:42.683244,173,gemek-janyar44,True,ROI,,
|
718 |
-
-0.01,2025-07-10 18:40:42.683244,173,gemek-janyar44,True,ROI,,
|
719 |
-
-0.004674494559862043,2025-07-10 18:50:42.683244,173,gemek-janyar44,True,ROI,,
|
720 |
-
-0.005,2025-07-10 18:00:42.683244,175,bomtar-dronsus81,True,ROI,,
|
721 |
-
-0.01,2025-07-10 18:10:42.683244,175,bomtar-dronsus81,True,ROI,,
|
722 |
-
-0.00515072561135372,2025-07-10 18:20:42.683244,175,bomtar-dronsus81,True,ROI,,
|
723 |
-
-0.00216835644421688,2025-07-10 18:30:42.683244,175,bomtar-dronsus81,True,ROI,,
|
724 |
-
-0.00018648588283878218,2025-07-10 18:40:42.683244,175,bomtar-dronsus81,True,ROI,,
|
725 |
-
-0.007947865260941439,2025-07-10 18:50:42.683244,175,bomtar-dronsus81,True,ROI,,
|
726 |
-
-0.005,2025-07-10 18:00:42.683244,176,bleepro-nusgen10,True,ROI,,
|
727 |
-
-0.0023049022201787304,2025-07-10 18:10:42.683244,176,bleepro-nusgen10,True,ROI,,
|
728 |
-
-0.009584553472094456,2025-07-10 18:20:42.683244,176,bleepro-nusgen10,True,ROI,,
|
729 |
-
-0.007264383990274479,2025-07-10 18:30:42.683244,176,bleepro-nusgen10,True,ROI,,
|
730 |
-
-0.005458073099165701,2025-07-10 18:40:42.683244,176,bleepro-nusgen10,True,ROI,,
|
731 |
-
0.0,2025-07-10 18:50:42.683244,176,bleepro-nusgen10,True,ROI,,
|
732 |
-
-0.005,2025-07-10 18:00:42.683244,178,geso-cusva41,True,ROI,,
|
733 |
-
-0.0051144181276734325,2025-07-10 18:10:42.683244,178,geso-cusva41,True,ROI,,
|
734 |
-
-0.0029573065153634228,2025-07-10 18:20:42.683244,178,geso-cusva41,True,ROI,,
|
735 |
-
-0.007123860687160682,2025-07-10 18:30:42.683244,178,geso-cusva41,True,ROI,,
|
736 |
-
-0.0001447365496673465,2025-07-10 18:40:42.683244,178,geso-cusva41,True,ROI,,
|
737 |
-
-0.01,2025-07-10 18:50:42.683244,178,geso-cusva41,True,ROI,,
|
738 |
-
-0.005,2025-07-10 18:00:42.683244,179,kajim-zimvu56,True,ROI,,
|
739 |
-
-0.007555464712439043,2025-07-10 18:10:42.683244,179,kajim-zimvu56,True,ROI,,
|
740 |
-
-0.01,2025-07-10 18:20:42.683244,179,kajim-zimvu56,True,ROI,,
|
741 |
-
-0.004925864966857636,2025-07-10 18:30:42.683244,179,kajim-zimvu56,True,ROI,,
|
742 |
-
0.0,2025-07-10 18:40:42.683244,179,kajim-zimvu56,True,ROI,,
|
743 |
-
-0.0023860610217274507,2025-07-10 18:50:42.683244,179,kajim-zimvu56,True,ROI,,
|
744 |
-
-0.005,2025-07-10 18:00:42.683244,180,zezton-sonfam02,True,ROI,,
|
745 |
-
-0.0023568825939235738,2025-07-10 18:10:42.683244,180,zezton-sonfam02,True,ROI,,
|
746 |
-
0.0,2025-07-10 18:20:42.683244,180,zezton-sonfam02,True,ROI,,
|
747 |
-
-0.005476997194801053,2025-07-10 18:30:42.683244,180,zezton-sonfam02,True,ROI,,
|
748 |
-
-0.007728115705846195,2025-07-10 18:40:42.683244,180,zezton-sonfam02,True,ROI,,
|
749 |
-
-0.009777490503890459,2025-07-10 18:50:42.683244,180,zezton-sonfam02,True,ROI,,
|
750 |
-
-0.005,2025-07-10 18:00:42.683244,182,zapzi-milan20,True,ROI,,
|
751 |
-
-0.009702430873407924,2025-07-10 18:10:42.683244,182,zapzi-milan20,True,ROI,,
|
752 |
-
-0.00507149736956835,2025-07-10 18:20:42.683244,182,zapzi-milan20,True,ROI,,
|
753 |
-
0.0,2025-07-10 18:30:42.683244,182,zapzi-milan20,True,ROI,,
|
754 |
-
-0.007569480130819552,2025-07-10 18:40:42.683244,182,zapzi-milan20,True,ROI,,
|
755 |
-
-0.0029473247725702307,2025-07-10 18:50:42.683244,182,zapzi-milan20,True,ROI,,
|
|
|
190 |
-0.03620418286483007,2025-07-07 21:42:41.143080,117,furye-himkon89,False,ROI,,
|
191 |
-0.036271214057503554,2025-07-08 21:47:30.629990,117,furye-himkon89,False,ROI,,
|
192 |
-0.036228215167683375,2025-07-09 21:48:58.990240,117,furye-himkon89,False,ROI,,
|
193 |
+
-0.0361535583177095,2025-07-10 21:50:22.552352,117,furye-himkon89,False,ROI,,
|
194 |
0.017516635756827492,2025-06-25 01:01:15.995792,118,lonwus-patu86,False,ROI,,
|
195 |
-0.522856603000806,2025-06-07 16:03:45.373863,118,lonwus-patu86,False,ROI,,
|
196 |
-0.522856603000806,2025-06-07 17:07:58.993795,118,lonwus-patu86,False,ROI,,
|
|
|
219 |
0.01929965007415757,2025-07-08 14:53:43.187385,118,lonwus-patu86,False,ROI,,
|
220 |
0.019641454880472198,2025-07-09 17:30:58.739575,118,lonwus-patu86,False,ROI,,
|
221 |
0.01934171753288938,2025-07-10 17:50:42.683244,118,lonwus-patu86,False,ROI,,
|
222 |
+
-0.2653,2025-07-11 18:16:00.148262,118,lonwus-patu86,False,ROI,,
|
223 |
0.05180334219984606,2025-06-24 19:53:07.732646,119,lonlim-zapgi60,False,ROI,,
|
224 |
-0.5209472494164171,2025-06-06 21:16:18.171681,119,lonlim-zapgi60,False,ROI,,
|
225 |
-0.8806121461884667,2025-06-07 21:20:52.452249,119,lonlim-zapgi60,False,ROI,,
|
|
|
248 |
0.05339836440050494,2025-07-07 20:57:02.912427,119,lonlim-zapgi60,False,ROI,,
|
249 |
0.05340533210424803,2025-07-08 21:00:52.124280,119,lonlim-zapgi60,False,ROI,,
|
250 |
0.05332347960649764,2025-07-10 05:19:41.621022,119,lonlim-zapgi60,False,ROI,,
|
251 |
+
0.05343518417619353,2025-07-11 05:23:53.641169,119,lonlim-zapgi60,False,ROI,,
|
252 |
-0.04228785271807323,2025-06-06 21:35:10.663781,120,joyus-goson39,False,ROI,,
|
253 |
-0.7433267707945117,2025-06-08 17:03:45.278780,120,joyus-goson39,False,ROI,,
|
254 |
-0.93143110654765,2025-06-08 22:12:15.454361,120,joyus-goson39,False,ROI,,
|
|
|
269 |
0.015189324303110707,2025-07-05 23:32:27.573847,120,joyus-goson39,False,ROI,,
|
270 |
0.01667016293706136,2025-07-07 09:06:38.975765,120,joyus-goson39,False,ROI,,
|
271 |
0.015691295059315324,2025-07-09 01:45:17.080621,120,joyus-goson39,False,ROI,,
|
272 |
+
-0.2603,2025-07-11 00:35:47.209956,120,joyus-goson39,False,ROI,,
|
273 |
-0.0420238942074701,2025-06-06 21:50:52.233090,121,cilwar-rimlu27,False,ROI,,
|
274 |
0.015797171153730583,2025-06-25 18:14:53.510782,121,cilwar-rimlu27,False,ROI,,
|
275 |
0.01879867083628395,2025-06-20 03:05:47.518474,121,cilwar-rimlu27,False,ROI,,
|
|
|
335 |
0.002443656048009446,2025-07-07 22:52:28.027431,123,cordron-yelku44,False,ROI,,
|
336 |
0.0025407511654520487,2025-07-08 22:52:37.147223,123,cordron-yelku44,False,ROI,,
|
337 |
0.0026439236284574452,2025-07-09 22:59:17.383375,123,cordron-yelku44,False,ROI,,
|
338 |
+
-0.2574,2025-07-10 23:05:17.729470,123,cordron-yelku44,False,ROI,,
|
339 |
-0.05187871471805383,2025-06-09 18:32:36.558142,126,tonvel-beeprel23,False,ROI,,
|
340 |
-0.8359260807052761,2025-06-10 18:35:49.668890,126,tonvel-beeprel23,False,ROI,,
|
341 |
-0.9158714676998039,2025-06-11 18:38:07.704650,126,tonvel-beeprel23,False,ROI,,
|
|
|
382 |
0.00971973503640955,2025-07-07 19:17:38.092710,127,lunel-luwus85,False,ROI,,
|
383 |
0.009643609244642803,2025-07-08 21:59:34.888635,127,lunel-luwus85,False,ROI,,
|
384 |
0.009546878379064205,2025-07-10 00:40:15.118629,127,lunel-luwus85,False,ROI,,
|
385 |
+
-0.2783,2025-07-11 00:40:28.730821,127,lunel-luwus85,False,ROI,,
|
386 |
-0.43689039378060557,2025-06-25 01:00:09.646610,128,kozu-hanfil63,False,ROI,,
|
387 |
-0.06059521614727914,2025-06-10 09:06:37.010122,128,kozu-hanfil63,False,ROI,,
|
388 |
-0.7876204161976992,2025-06-10 09:29:20.119072,128,kozu-hanfil63,False,ROI,,
|
|
|
405 |
-0.006010570994085529,2025-07-05 22:04:46.730517,128,kozu-hanfil63,False,ROI,,
|
406 |
-0.006367635008949213,2025-07-07 17:22:38.299025,128,kozu-hanfil63,False,ROI,,
|
407 |
-0.005683801728133209,2025-07-09 10:57:19.249426,128,kozu-hanfil63,False,ROI,,
|
408 |
+
-0.2871,2025-07-11 13:11:38.609873,128,kozu-hanfil63,False,ROI,,
|
409 |
-0.34321922885432343,2025-06-18 13:33:06.289943,130,jusrot-kihi68,False,ROI,,
|
410 |
-0.3309457195411798,2025-06-21 08:46:09.975404,130,jusrot-kihi68,False,ROI,,
|
411 |
-0.32071317309439473,2025-06-23 01:47:35.846279,130,jusrot-kihi68,False,ROI,,
|
|
|
452 |
-0.0036618117135875927,2025-07-07 00:01:23.585726,163,limwire-waryel10,False,ROI,,
|
453 |
-0.0033462330485295455,2025-07-08 00:05:08.163324,163,limwire-waryel10,False,ROI,,
|
454 |
-0.003249205232236818,2025-07-09 00:47:28.241058,163,limwire-waryel10,False,ROI,,
|
455 |
+
-0.0032,2025-07-10 20:26:34.169203,163,limwire-waryel10,False,ROI,,
|
456 |
7.635055711929795e-05,2025-06-24 15:37:15.860830,164,todan-bztnu21,False,ROI,,
|
457 |
0.00023634379691728213,2025-06-25 19:36:33.530029,164,todan-bztnu21,False,ROI,,
|
458 |
-9.026351623520057e-05,2025-06-26 19:52:32.310775,164,todan-bztnu21,False,ROI,,
|
|
|
485 |
-6.796507958539699e-05,2025-07-05 23:03:42.243620,168,vijim-pitar56,False,ROI,,
|
486 |
-0.4999887631995371,2025-07-07 03:15:14.619311,168,vijim-pitar56,False,ROI,,
|
487 |
-0.499988699404573,2025-07-09 03:12:03.056882,168,vijim-pitar56,False,ROI,,
|
488 |
+
0.0011,2025-07-11 13:34:29.681379,168,vijim-pitar56,False,ROI,,
|
489 |
3.423245764166971e-05,2025-06-26 10:21:16.492384,169,tartim-wacor68,False,ROI,,
|
490 |
3.623272613340056e-05,2025-06-27 10:29:14.131792,169,tartim-wacor68,False,ROI,,
|
491 |
6.2286987569937224e-06,2025-06-28 10:35:53.774812,169,tartim-wacor68,False,ROI,,
|
|
|
516 |
0.0009596763326362723,2025-07-05 12:26:42.832811,171,helve-welfur78,False,ROI,,
|
517 |
0.0014557867539368718,2025-07-07 09:17:43.264982,171,helve-welfur78,False,ROI,,
|
518 |
0.0004606210964832602,2025-07-09 20:24:00.305875,171,helve-welfur78,False,ROI,,
|
519 |
+
0.001025694776906061,2025-07-10 21:32:33.341246,171,helve-welfur78,False,ROI,,
|
520 |
2.5730869126494582e-06,2025-07-01 14:42:08.490216,173,gemek-janyar44,False,ROI,,
|
521 |
0.0013067101295263228,2025-07-01 14:51:22.748469,173,gemek-janyar44,False,ROI,,
|
522 |
0.001134725888249477,2025-07-02 14:55:54.579315,173,gemek-janyar44,False,ROI,,
|
|
|
541 |
0.0010621550780371969,2025-07-06 07:07:04.914224,176,bleepro-nusgen10,False,ROI,,
|
542 |
0.0010467709150645543,2025-07-08 13:09:53.232826,176,bleepro-nusgen10,False,ROI,,
|
543 |
0.0015982088724821875,2025-07-09 17:32:31.031947,176,bleepro-nusgen10,False,ROI,,
|
544 |
+
0.0011281142841153002,2025-07-11 05:22:57.175966,176,bleepro-nusgen10,False,ROI,,
|
545 |
0.00010130691425835892,2025-07-03 18:52:55.516389,178,geso-cusva41,False,ROI,,
|
546 |
-0.49953385440442843,2025-07-03 19:01:14.869649,178,geso-cusva41,False,ROI,,
|
547 |
-0.4998602488243217,2025-07-04 19:04:59.389080,178,geso-cusva41,False,ROI,,
|
548 |
+
-0.5005647705711516,2025-07-11 13:58:31.287711,178,geso-cusva41,False,ROI,,
|
549 |
-0.30602755566327333,2025-07-03 21:41:34.341255,179,kajim-zimvu56,False,ROI,,
|
550 |
9.530574830862726e-05,2025-07-03 21:33:12.540182,179,kajim-zimvu56,False,ROI,,
|
551 |
-0.3058797359365971,2025-07-05 17:42:26.248067,179,kajim-zimvu56,False,ROI,,
|
|
|
555 |
0.0011580312962911066,2025-07-04 16:50:06.130463,180,zezton-sonfam02,False,ROI,,
|
556 |
8.312723503767216e-06,2025-07-09 00:03:56.773175,182,zapzi-milan20,False,ROI,,
|
557 |
7.312595175612557e-06,2025-07-10 00:05:44.796586,182,zapzi-milan20,False,ROI,,
|
558 |
+
-6.769702943354439e-05,2025-07-11 06:04:51.027974,182,zapzi-milan20,False,ROI,,
|
559 |
+
-0.005,2025-07-11 18:26:00.148262,86,nusus-tayar25,True,ROI,,
|
560 |
+
-0.005,2025-07-11 18:26:00.148262,102,kelrus-muha52,True,ROI,,
|
561 |
+
-0.005,2025-07-11 18:26:00.148262,111,furtek-gilje55,True,ROI,,
|
562 |
+
-0.005,2025-07-11 18:26:00.148262,112,vuzus-fazi89,True,ROI,,
|
563 |
+
-0.005,2025-07-11 18:26:00.148262,115,yenot-zoncen49,True,ROI,,
|
564 |
+
-0.005,2025-07-11 18:26:00.148262,116,honji-hahi60,True,ROI,,
|
565 |
+
-0.005,2025-07-11 18:26:00.148262,117,furye-himkon89,True,ROI,,
|
566 |
+
-0.005,2025-07-11 18:26:00.148262,118,lonwus-patu86,True,ROI,,
|
567 |
+
-0.005,2025-07-11 18:26:00.148262,119,lonlim-zapgi60,True,ROI,,
|
568 |
+
-0.005,2025-07-11 18:26:00.148262,120,joyus-goson39,True,ROI,,
|
569 |
+
-0.005,2025-07-11 18:26:00.148262,121,cilwar-rimlu27,True,ROI,,
|
570 |
+
-0.005,2025-07-11 18:26:00.148262,122,tevi-kulo15,True,ROI,,
|
571 |
+
-0.005,2025-07-11 18:26:00.148262,123,cordron-yelku44,True,ROI,,
|
572 |
+
-0.005,2025-07-11 18:26:00.148262,126,tonvel-beeprel23,True,ROI,,
|
573 |
+
-0.005,2025-07-11 18:26:00.148262,127,lunel-luwus85,True,ROI,,
|
574 |
+
-0.005,2025-07-11 18:26:00.148262,128,kozu-hanfil63,True,ROI,,
|
575 |
+
-0.005,2025-07-11 18:26:00.148262,130,jusrot-kihi68,True,ROI,,
|
576 |
+
-0.005451517597763411,2025-07-11 18:26:00.148262,133,ronwus-yusrus90,True,ROI,,
|
577 |
+
-0.005,2025-07-11 18:26:00.148262,137,yilo-fevo87,True,ROI,,
|
578 |
+
-0.005,2025-07-11 18:26:00.148262,162,meron-fifa01,True,ROI,,
|
579 |
+
-0.0032,2025-07-11 18:26:00.148262,163,limwire-waryel10,True,ROI,,
|
580 |
+
-0.005,2025-07-11 18:26:00.148262,164,todan-bztnu21,True,ROI,,
|
581 |
+
-0.00479074691325132,2025-07-11 18:26:00.148262,165,wuni-dannus19,True,ROI,,
|
582 |
+
-0.005,2025-07-11 18:26:00.148262,166,delnu-robit07,True,ROI,,
|
583 |
+
-0.005,2025-07-11 18:26:00.148262,168,vijim-pitar56,True,ROI,,
|
584 |
+
-0.005,2025-07-11 18:26:00.148262,169,tartim-wacor68,True,ROI,,
|
585 |
+
-0.005,2025-07-11 18:26:00.148262,170,delsus-simgi16,True,ROI,,
|
586 |
+
-0.005,2025-07-11 18:26:00.148262,171,helve-welfur78,True,ROI,,
|
587 |
+
-0.005,2025-07-11 18:26:00.148262,173,gemek-janyar44,True,ROI,,
|
588 |
+
-0.005,2025-07-11 18:26:00.148262,175,bomtar-dronsus81,True,ROI,,
|
589 |
+
-0.005,2025-07-11 18:26:00.148262,176,bleepro-nusgen10,True,ROI,,
|
590 |
+
-0.005,2025-07-11 18:26:00.148262,178,geso-cusva41,True,ROI,,
|
591 |
+
-0.005,2025-07-11 18:26:00.148262,179,kajim-zimvu56,True,ROI,,
|
592 |
+
-0.005,2025-07-11 18:26:00.148262,180,zezton-sonfam02,True,ROI,,
|
593 |
+
-6.769702943354439e-05,2025-07-11 18:26:00.148262,182,zapzi-milan20,True,ROI,,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|