@dev.sail.money/sailor 1.3.0-237 → 1.3.0-239
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -7,17 +7,18 @@
|
|
|
7
7
|
|
|
8
8
|
## What you can build
|
|
9
9
|
|
|
10
|
-
|
|
10
|
+
Autonomous AI agents that transact digital assets, for any use case:
|
|
11
11
|
|
|
12
|
-
|
|
12
|
+
- **Trading** — spot, perps, DCA, rebalancing
|
|
13
|
+
- **Yield** — lending, borrowing, liquidity providing, looping
|
|
14
|
+
- **Prediction markets** — bounded bets on outcome venues
|
|
15
|
+
- **Payments & treasury** — transfers, scheduled moves, operational flows
|
|
13
16
|
|
|
14
|
-
|
|
15
|
-
2. **Design a strategy.** The SDK, CLI, and local dashboard are where you compose the agent's logic and the exact bounds it operates within — which venues, which tokens, what size — then prove those bounds hold with an off-chain simulation before anything is at stake.
|
|
16
|
-
3. **Automate it, locally.** The agent runs on your machine (or your runner, or your container), with your keys. There is no hosted intermediary: you keep control, and you keep custody.
|
|
17
|
+
Every agent operates inside a **mandate** — a set of onchain permissions the protocol enforces on each transaction. The agent can't exceed it; you can revoke it in one transaction.
|
|
17
18
|
|
|
18
|
-
|
|
19
|
+
Sailor takes you end to end: deploy your SMA, build your strategy, sign its mandate, and **run the agent on your own machine**.
|
|
19
20
|
|
|
20
|
-
|
|
21
|
+
The full trust model — what the contracts enforce versus what stays off-chain — is in the [Sail Protocol repo](https://github.com/sail-money/protocol) and the [whitepaper](https://github.com/sail-money/protocol/blob/main/docs/whitepaper/Sail_Protocol_Whitepaper.pdf).
|
|
21
22
|
|
|
22
23
|
## What's in the box
|
|
23
24
|
|
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Do not edit manually — run `pnpm build` to regenerate.
|
|
6
6
|
*
|
|
7
7
|
* Spec version : 1.2.1
|
|
8
|
-
* Generated at : 2026-07-
|
|
8
|
+
* Generated at : 2026-07-03T10:19:15.989Z
|
|
9
9
|
*/
|
|
10
10
|
export declare const SAIL_INTELLIGENCE_BASE_URL = "https://api.sail.money";
|
|
11
11
|
export declare const SAIL_INTELLIGENCE_DOCS_URL = "https://api.sail.money/docs";
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Do not edit manually — run `pnpm build` to regenerate.
|
|
6
6
|
*
|
|
7
7
|
* Spec version : 1.2.1
|
|
8
|
-
* Generated at : 2026-07-
|
|
8
|
+
* Generated at : 2026-07-03T10:19:15.989Z
|
|
9
9
|
*/
|
|
10
10
|
export const SAIL_INTELLIGENCE_BASE_URL = "https://api.sail.money";
|
|
11
11
|
export const SAIL_INTELLIGENCE_DOCS_URL = "https://api.sail.money/docs";
|