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: 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"
}
- MCI: 11135701
- 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 38424110 would be less than the expected minimum 43926410"
}
- MCI: 11135652
- Not bounced
- Response unit:
- Response: {
"responseVars": {
"interest": {
"x": 0,
"y": 0.0000037177748974292
},
"event": {
"arb_profit_tax": 291356600.669355,
"direction": "y2x",
"in": 4991051,
"out": 3909562539,
"swap_fee": 4205124.26431134,
"total_fee": 295561725.311336,
"type": "swap"
}
}
}
- MCI: 11135617
- Not bounced
- Response unit:
- Response: {
"responseVars": {
"interest": {
"x": 0,
"y": 0.0019376622928294
},
"event": {
"arb_profit_tax": 437103.666576135,
"direction": "x2y",
"in": 4585115700,
"out": 5041466,
"swap_fee": 5484.05451799461,
"total_fee": 442588.51799461,
"type": "swap"
}
}
}
- MCI: 11097073
- Not bounced
- Response unit:
- Response: {
"responseVars": {
"interest": {
"x": 0,
"y": 0.014728426714047
},
"event": {
"arb_profit_tax": 323.853841724011,
"direction": "x2y",
"in": 99000000,
"out": 129647,
"swap_fee": 130.101451157933,
"total_fee": 454.451157932944,
"type": "swap"
}
}
}
- MCI: 10979285
- 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 11724 would be less than the expected minimum 11862"
}
- MCI: 10979277
- Not bounced
- Response unit:
- Response: {
"responseVars": {
"interest": {
"x": 0,
"y": 0.037490871793863
},
"event": {
"arb_profit_tax": 4849.32229811272,
"direction": "x2y",
"in": 366300000,
"out": 482587,
"swap_fee": 487.924576040751,
"total_fee": 5337.57604075147,
"type": "swap"
}
}
}
- MCI: 10873944
- Not bounced
- Response unit:
- Response: {
"responseVars": {
"interest": {
"x": 0,
"y": 0.36865806913995
},
"event": {
"arb_profit_tax": 48262.1815421815,
"direction": "x2y",
"in": 990000000,
"out": 1331696,
"swap_fee": 1381.34026492023,
"total_fee": 49644.2649202317,
"type": "swap"
}
}
}
Show transactions in assets:
No transactions found, it may be worth changing the filter
Unit ID
Date
From
Direction
To
Amount
03.03.2025 01:02:30
2IJZXQOSZUHX7BCC6JHYLITKQR74HSHS
out
03.03.2025 01:02:30
2IJZXQOSZUHX7BCC6JHYLITKQR74HSHS
out
03.03.2025 01:02:30
in
2IJZXQOSZUHX7BCC6JHYLITKQR74HSHS
03.03.2025 01:02:30
in
2IJZXQOSZUHX7BCC6JHYLITKQR74HSHS
13.02.2025 13:59:15
2IJZXQOSZUHX7BCC6JHYLITKQR74HSHS
out
13.02.2025 13:59:15
2IJZXQOSZUHX7BCC6JHYLITKQR74HSHS
out
13.02.2025 13:59:15
in
2IJZXQOSZUHX7BCC6JHYLITKQR74HSHS
04.02.2025 17:39:11
2IJZXQOSZUHX7BCC6JHYLITKQR74HSHS
out