Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Enter a yield position.
Future<YieldXyzActionResponse> enter({ required String yieldId, String? address, String? amount, String? arguments, })
yieldId
String
address
String?
amount
arguments
YieldXyzActionResponse
id
intent
YieldXyzActionIntent
enter
exit
manage
type
amountRaw
amountUsd
transactions
List<YieldXyzActionTransaction?>
executionPattern
YieldXyzActionExecutionPattern
synchronous
asynchronous
batched
createdAt
completedAt
status
YieldXyzActionStatus
created
processing
success
failed
canceled
waitingForNext
stale
import 'package:portal_flutter/portal_flutter.dart'; final portal = Portal(); final response = await portal.yieldIntegrations.yieldxyz.enter( yieldId: 'aave-v3-usdc-ethereum', amount: '100.0', ); print('Action ID: ${response.id}'); print('Transactions to sign: ${response.transactions.length}');
NOT_INITIALIZED
YIELD_FAILED
Was this page helpful?