2IJZXQOSZUHX7BCC6JHYLITKQR74HSHS
[
"autonomous agent",
{
"base_aa": "
DYZOJKX4MJOQRAUPX7K6WCEV5STMKOHI",
"params": {
"x_asset": "base",
"y_asset": "zN8X/+o3iXuhmfwNMVcI+pKRJmzLvFbrJ3yvjCHbRBE=",
"swap_fee": 0.001,
"exit_fee": 0.01,
"arb_profit_tax": 0.9,
"leverage_profit_tax": 0.25,
"leverage_token_tax": 0.1,
"base_interest_rate": 0.1,
"pool_leverage": 10,
"alpha": 0.5,
"period_length": 3600
}
}
]
- MCI: 11245393
- Not bounced
- Response unit:
- Response: {
"responseVars": {
"interest": {
"x": 0,
"y": 7.3723969603648e-8
},
"event": {
"arb_profit_tax": 14689511.0712268,
"direction": "x2y",
"in": 13096868400,
"out": 4358179,
"swap_fee": 19066.7571730111,
"total_fee": 14708578.1730111,
"type": "swap"
}
}
}
- MCI: 11227824
- Not bounced
- Response unit:
- Response: {
"responseVars": {
"interest": {
"x": 0,
"y": 6.4958458640188e-9
},
"event": {
"arb_profit_tax": 27990163.1759813,
"direction": "y2x",
"in": 514909,
"out": 162776333,
"swap_fee": 190957.453644507,
"total_fee": 28181120.6445068,
"type": "swap"
}
}
}
- MCI: 11227696
- Bounced
- Response unit:
- Response: {
"error": "formula
require(!($x_in AND $y_in), "received both assets");
if ($y_in){
$received_amount_Y = $received_amount_y;
$in_asset = $y_asset;
$out_asset = $x_asset;
$delta_Yn = trigger.data.delta_yn;
}
else{ // x <-> y swap their roles. Uppercase X, Y, and P refer to invertable values
$received_amount_Y = $received_amount_x;
$in_asset = $x_asset;
$out_asset = $y_asset;
$delta_Yn = trigger.data.delta_xn;
}
$res = ($final_price ? $pool_lib_by_price : $pool_lib)#6.$swap($balances, $l_balances, $profits, $recent, $x0, $y0, $y_in, $final_price ? 0 : $delta_Yn, $final_price, $received_amount_Y, trigger.data.min_amount_out, trigger.initial_address, $pool_props);
// further hops
$hops = trigger.data.hops;
$address = $hops[0].address OTHERWISE trigger.address;
$change_address = $hops[0].change_address OTHERWISE $address;
if ($hops){
$data_for_next_hop = $hops[0].data;
delete($hops, 0); // remove the head hop
if ($data_for_next_hop OR length($hops)){
$forwarded_data = $data_for_next_hop OTHERWISE {};
if (length($hops))
$forwarded_data.hops = $hops;
}
}
failed: output amount 161996014 would be less than the expected minimum 209533088"
}
- MCI: 11227695
- Not bounced
- Response unit:
- Response: {
"responseVars": {
"interest": {
"x": 0,
"y": 3.4334775674018e-8
},
"event": {
"arb_profit_tax": 13892913.5083634,
"direction": "y2x",
"in": 495000,
"out": 206507641,
"swap_fee": 220621.176159652,
"total_fee": 14113535.1596521,
"type": "swap"
}
}
}
- MCI: 11227483
- Not bounced
- Response unit:
- Response: {
"responseVars": {
"interest": {
"x": 0,
"y": 3.9318937453594e-8
},
"event": {
"arb_profit_tax": 11307887.2246353,
"direction": "y2x",
"in": 525678,
"out": 249497939,
"swap_fee": 261066.893134073,
"total_fee": 11568954.1340734,
"type": "swap"
}
}
}
- MCI: 11227387
- Not bounced
- Response unit:
- Response: {
"responseVars": {
"interest": {
"x": 0,
"y": 2.2981461643118e-7
},
"event": {
"arb_profit_tax": 82171125.9996189,
"direction": "y2x",
"in": 1602660,
"out": 837416780,
"swap_fee": 920508.414992156,
"total_fee": 83091634.9921561,
"type": "swap"
}
}
}
- MCI: 11227258
- Not bounced
- Response unit:
- Response: {
"responseVars": {
"interest": {
"x": 0,
"y": 0.00021702394753272
},
"event": {
"arb_profit_tax": 46397011.7460776,
"direction": "y2x",
"in": 1489752,
"out": 929298243,
"swap_fee": 976671.927556853,
"total_fee": 47373684.5568525,
"type": "swap"
}
}
}
- MCI: 11192104
- Not bounced
- Response unit:
- Response: {
"responseVars": {
"interest": {
"x": 0,
"y": 0.0012533147677837
},
"event": {
"arb_profit_tax": 166027668.493338,
"direction": "y2x",
"in": 3234526,
"out": 2235413305,
"swap_fee": 2403844.81907581,
"total_fee": 168431514.075814,
"type": "swap"
}
}
}
- MCI: 11152428
- Not bounced
- Response unit:
- Response: {
"responseVars": {
"interest": {
"x": 0,
"y": 0.00072708144835193
},
"event": {
"arb_profit_tax": 4024.58066386024,
"direction": "x2y",
"in": 396210141,
"out": 500000,
"swap_fee": 504.52984853719,
"total_fee": 4529.84853719043,
"type": "swap"
}
}
}
- MCI: 11135717
- Bounced
- Response unit:
- Response: {
"error": "formula
require(!($x_in AND $y_in), "received both assets");
if ($y_in){
$received_amount_Y = $received_amount_y;
$in_asset = $y_asset;
$out_asset = $x_asset;
$delta_Yn = trigger.data.delta_yn;
}
else{ // x <-> y swap their roles. Uppercase X, Y, and P refer to invertable values
$received_amount_Y = $received_amount_x;
$in_asset = $x_asset;
$out_asset = $y_asset;
$delta_Yn = trigger.data.delta_xn;
}
$res = ($final_price ? $pool_lib_by_price : $pool_lib)#6.$swap($balances, $l_balances, $profits, $recent, $x0, $y0, $y_in, $final_price ? 0 : $delta_Yn, $final_price, $received_amount_Y, trigger.data.min_amount_out, trigger.initial_address, $pool_props);
// further hops
$hops = trigger.data.hops;
$address = $hops[0].address OTHERWISE trigger.address;
$change_address = $hops[0].change_address OTHERWISE $address;
if ($hops){
$data_for_next_hop = $hops[0].data;
delete($hops, 0); // remove the head hop
if ($data_for_next_hop OR length($hops)){
$forwarded_data = $data_for_next_hop OTHERWISE {};
if (length($hops))
$forwarded_data.hops = $hops;
}
}
failed: output amount 315688 would be less than the expected minimum 360653"
}
Show transactions in assets:
No transactions found, it may be worth changing the filter
Unit ID
Date
From
Direction
To
Amount
27.03.2025 18:15:24
2IJZXQOSZUHX7BCC6JHYLITKQR74HSHS
out
27.03.2025 18:15:24
2IJZXQOSZUHX7BCC6JHYLITKQR74HSHS
out
27.03.2025 18:15:24
in
2IJZXQOSZUHX7BCC6JHYLITKQR74HSHS
19.03.2025 05:31:56
2IJZXQOSZUHX7BCC6JHYLITKQR74HSHS
out
19.03.2025 05:31:56
2IJZXQOSZUHX7BCC6JHYLITKQR74HSHS
out
19.03.2025 05:31:56
in
2IJZXQOSZUHX7BCC6JHYLITKQR74HSHS
19.03.2025 05:31:56
in
2IJZXQOSZUHX7BCC6JHYLITKQR74HSHS
19.03.2025 04:14:48
2IJZXQOSZUHX7BCC6JHYLITKQR74HSHS
out