You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: faq.md
+5-2
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,11 @@ You can use the regular Unix OS signals
10
10
**Is Boost compatible with the Lotus client? Can a client use `lotus client deal` to send a deal to Boost storage providers or do they have to use the boost client?**\
11
11
Yes, boost should work with any client given it supports the storage market protocol / default standard of Filecoin network today.
12
12
13
-
**Does Boost provide retrieval functionality or a client still need to use the Lotus client for retrievals?**\
14
-
Boost doesn't change anything about retrieval so far. We are working on new retrieval options.
13
+
**Does Boost provide retrieval functionality?**\
14
+
Yes, Boost provides 3 protocols for retrievals as of now. By default, Boost has Graphsync retrieval enabled. SPs can run Bitswap and HTTP retrievals by running [`booster-bitswap`](bitswap-retrieval.md) and [`booster-http`](http-retrieval.md) respectively.
15
+
16
+
**Does Boost client have retreival functionality?**\
17
+
Yes, Boost client supports retrieval over graphsync protocol. But we highly recommend, using [`Lassie`](https://docs.filecoin.io/basics/how-retrieval-works/basic-retrieval/#lassie) client for Filecoin/IPFS retrievals.
15
18
16
19
**Can Boost make verified deals?**\
17
20
Yes, payments for deals can be made either from a regular wallet, or from DataCap. Deals that are paid for with DataCap are called `verified` deals.
0 commit comments