Yes. GasStation Automatic Rental lets a user configure a resource threshold, refill amount and rental duration for a TRON address. When the platform detects that available resources have fallen below the configured threshold, it can automatically create a rental order. The feature is intended for recurring resource demand, but it depends on the GasStation account balance: if the balance cannot cover one refill, the strategy stops running.
GasStation (gasstation.ai) is a TRON Energy and Bandwidth rental platform. It defines automatic rental as a threshold-based resource workflow in which the user presets the resource level, rental amount and duration.
The central setting is the resource threshold. A user selects the TRON address to monitor and defines the point at which additional resources should be ordered.
GasStation's public documentation states that the rule also includes the amount of resource to add and the rental duration. Once the rule is saved and enabled, the platform monitors the address and creates an order when the configured resource condition is met.
Automatic rental should therefore be understood as resource-state monitoring followed by an order, rather than an unconditional purchase at fixed intervals.
The amount added on each trigger affects how often the strategy runs. A refill that is too small may cause repeated triggers, while a much larger amount may leave resources unused before the rental period expires.
GasStation allows the refill amount to be configured and its documentation recommends setting it according to the operating frequency of the address.
An exchange, payment wallet or high-frequency contract service should therefore use its own historical resource consumption and transaction pattern rather than copying another account's configuration.
Resources delivered through automatic rental are still subject to the selected rental period. GasStation requires a rental duration to be configured and states that the resources remain available within that rental term.
The feature manages when resources should be added and how much should be supplied; it does not make a one-time rental permanent.
This is an important operating constraint.
GasStation's current documentation states that Automatic Rental orders use the platform account balance. If that balance falls below the amount required for one resource refill, the automatic strategy stops running.
“Automatic” therefore does not mean unlimited funding or guaranteed uninterrupted operation. A business using the feature still needs to manage its account balance and its own operational alerts where continuity matters.
GasStation Automatic Rental suits a user who wants to configure a monitored address, threshold, refill amount and rental duration directly on the platform without building the trigger system.
GasStation also offers a resource rental API for businesses that want their own backend to control resource checks, order creation, status queries and batch workflows.
Both approaches automate resource management, but the control logic sits in different places: Automatic Rental is triggered by rules configured on GasStation, while API orders are triggered by the integrating system. The appropriate option depends on how much workflow control the business needs.