秋田预测市场 · Discord 审计

HIP-3 Vault 订单执行权限被拒绝问题

2026-06-25 · Hyperliquid · 6 条相关讨论

Span 2026-06-24 20:11:28

Ah cheers, ive built infra for it already, just waiting for permission via hyperliquid : )

Ah cheers, ive built infra for it already, just waiting for permission via hyperliquid : )

Span 2026-06-24 20:13:28

spent 4days figuring/coding/diagnosing why orders werent passing through, did research to find out its not possible for hip-3 on vaults yet lol, though orders want to execute, just permission issue

spent 4days figuring/coding/diagnosing why orders werent passing through, did research to find out its not possible for hip-3 on vaults yet lol, though orders want to execute, just permission issue

Span 2026-06-24 20:19:43

cheers

cheers

Span 2026-06-24 20:45:53

Some logs that might be useful for the team HIP-3 Vaults findings , apologies for "spam" wall - Evidence from live HIP-3 vault test: 1. Standard perps execute through vault successfully: [ORDER_ACTION_AUDIT] market_type=perp symbol=ETH/XRP/LIT/etc vaultAddress_present=True builder_present=False 2. HIP-3 market data + symbol routing works: [HIP3_OB_SYMBOL] input_symbol=GBPUSD mapped_symbol=xyz:GBP request_payload=coin=xyz:GBP 3. HIP-3 asset ID resolves correctly: [HIP3_HARDCODED_ASSET] symbol=GBP asset_id=110031 source=devtools_confirmed 4. HIP-3 sizing/order construction works: [HIP3_SIZE_RESOLUTION] asset=110031 qty_raw=13.200777320863043 sz_decimals=2 min_qty=0.01 sz_str=13.2 [HIP3_PRICE_NOTIONAL] symbol=GBP hip3_symbol=xyz:GBP mid_price=1.294139 qty_raw=13.200777320863043 notional_usd=17.08364076124438 5. HIP-3 order reaches execution audit: [ORDER_ACTION_AUDIT] market_type=hip3 symbol=GBP hip3_symbol=xyz:GBP orders_0_a=110031 orders_0_b=False orders_0_s=13.2 vaultAddress_present=True builder_present=False 6. Permission audit confirms vault/signing context: [HIP3_PERMISSION_AUDIT] symbol=GBP asset_id=110031 vaultAddress=<VAULT_ADDRESS_REDACTED> signer_wallet=<API_SIGNER_REDACTED> api_wallet=<API_SIGNER_REDACTED> 7. Exchange rejects specifically at vault permission layer: [HIP3_EXCHANGE_FAIL] symbol=GBP hip3_symbol=xyz:GBP coin=GBP side=sell qty=13.200777320863043 vaultAddress_present=True response_text={'status': 'err', 'response': 'Vault may not perform this action.'}

Some logs that might be useful for the team HIP-3 Vaults findings , apologies for "spam" wall - Evidence from live HIP-3 vault test: 1. Standard perps execute through vault successfully: [ORDER_ACTION_AUDIT] market_type=perp symbol=ETH/XRP/LIT/etc vaultAddress_present=True builder_present=False 2. HIP-3 market data + symbol routing works: [HIP3_OB_SYMBOL] input_symbol=GBPUSD mapped_symbol=xyz:GBP request_payload=coin=xyz:GBP 3. HIP-3 asset ID resolves correctly: [HIP3_HARDCODED_ASSET] symbol=GBP asset_id=110031 source=devtools_confirmed 4. HIP-3 sizing/order construction works: [HIP3_SIZE_RESOLUTION] asset=110031 qty_raw=13.200777320863043 sz_decimals=2 min_qty=0.01 sz_str=13.2 [HIP3_PRICE_NOTIONAL] symbol=GBP hip3_symbol=xyz:GBP mid_price=1.294139 qty_raw=13.200777320863043 notional_usd=17.08364076124438 5. HIP-3 order reaches execution audit: [ORDER_ACTION_AUDIT] market_type=hip3 symbol=GBP hip3_symbol=xyz:GBP orders_0_a=110031 orders_0_b=False orders_0_s=13.2 vaultAddress_present=True builder_present=False 6. Permission audit confirms vault/signing context: [HIP3_PERMISSION_AUDIT] symbol=GBP asset_id=110031 vaultAddress=<VAULT_ADDRESS_REDACTED> signer_wallet=<API_SIGNER_REDACTED> api_wallet=<API_SIGNER_REDACTED> 7. Exchange rejects specifically at vault permission layer: [HIP3_EXCHANGE_FAIL] symbol=GBP hip3_symbol=xyz:GBP coin=GBP side=sell qty=13.200777320863043 vaultAddress_present=True response_text={'status': 'err', 'response': 'Vault may not perform this action.'}

Span 2026-06-24 20:45:58

Apologies for the wall

Apologies for the wall

Span 2026-06-24 20:46:03

Might be useful for the team

Might be useful for the team