solana-models/models/descriptions/columns/dca_requester.md
tarikceric 0e6407486d
An 6390/llm context descriptions 2 (#859)
* update defi table desc

* complete defi table update

* move col desc to folder; add nft docs

* cleanup
2025-07-17 15:29:52 -07:00

553 B

{% docs dca_requester %}

The original address that requested the DCA (Dollar Cost Averaging) swap. This field identifies the user who initiated the DCA order, enabling user-level DCA analytics.

  • Data type: STRING (base58 Solana address, NULL if not a DCA swap)
  • Business context: Used to track DCA users, analyze DCA user behavior, and measure DCA feature adoption at the user level.
  • Analytics use cases: DCA user segmentation, user behavior analysis, and Jupiter product adoption studies.
  • Example: '4Nd1mYw4r...'

{% enddocs %}