5. Profiles Setup Guide

Profiles are reusable alert bundles that you can create once and share with many users/groups.

What Profiles are

  • A profile has one owner.
  • The owner can edit, share, revoke, activate/deactivate, and delete it.
  • Subscribers can import/subscribe and receive those alerts in their own scope.
  • Profile alerts are prefixed with the profile name.

A) Create and manage your own profile

1) Create profile and enter profile mode

/profiles_create <name>

This enables profile mode automatically.

2) Build the alert pack

While profile mode is ON, run your normal alert commands and they are saved into that profile.

Example:

/funding_add km:US500 below -0.0057
/jump_add km:US500 down 5 60 600
/liquidation_add km:US500 1000000
/wick_catcher km:US500
/twap_add km:US500 5000000
/nettwap_add km:US500 5000000
/price_add km:US500 5000

3) Exit profile mode

/profiles_exit

4) Edit later

/profiles_edit <profile_id>

5) Visibility control and sharing

Get the share link/token:

/profiles_share <profile_id>

Control public availability:

/profiles_revoke <profile_id> on
/profiles_revoke <profile_id> off

How this works: - on: link/token is revoked, so new imports/subscriptions via share flow are blocked. - off: sharing is open again for that profile.

6) Ongoing management

  • /profiles_list
  • /profiles_alerts <profile_id>
  • /profiles_changelog <profile_id>
  • /profiles_activate <profile_id>
  • /profiles_deactivate <profile_id>
  • /profiles_delete <profile_id>

B) Import and subscribe to existing profiles

By share token:

/profiles_import <share_token>

By profile ID:

/profiles_subscribe <profile_id>

Disable later:

/profiles_unsubscribe <profile_id>

Enable/disable your subscription:

/profiles_activate <profile_id>
/profiles_deactivate <profile_id>

C) Discover profiles from ranking

Use public ranking to find active profiles without needing a direct link:

/profiles_ranking

Then subscribe directly by profile ID:

/profiles_subscribe <profile_id>

D) Referral behavior with profiles

  • Use /referrals to get your referral link and count.
  • If someone subscribes to a profile you created and has no referrer yet, they can automatically become your referral.
  • This makes profile sharing a strong distribution channel for referral growth.